previous | start | next

Compile Minix/ Rebuild Os

The Minx libraries, code for all operating system processes can be recompiled and installed in the proper places by the following:

  1. Log in as root
  2. Change directories to /usr/src/tools
  3. At the # prompt, type:
    # make clean install
    
  4. Wait while the system is recompiled and installed.
  5. Check that any users are logged out.
  6. Shutdown the system and reboot:
    # shutdown -R
    


previous | start | next