How to install Nachos on Ubuntu 18.04

The install procedure is as follows:
  1. Login to Ubuntu 18.04 with your account

  2. Install and compile the basic toolkit
    ~> sudo apt-get install build-essential

  3. Computer 32/64 check

  4. Create a directory called "nachos" for creating the environment of NachOS and then change directory into "nachos" directory

  5. Download the source code

  6. Extract the zipped files and patch the Makefiles for the environment of Linux

  7. Compile NachOS:

  8. Test Nachos:

  9. Build the tool to transfer COFF format to NOFF format (The output executible file is coff2noff.x86Linux):

  10. Compile the "test" user applications for NachOS:

  11. Congratulations!!! You've succeeded.