TranDacKhoa / E3_Act-1_NachOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building Instructions:
 * got to the directory build.<host>, where <host> is your working OS
 * do a "make depend" to build depenencies (DO IT!)
 * do a "make" to build NachOS

Usage:
see "nachos -u" for all command line options

Building and starting user-level programs in NachOS:
 * use Mips cross-compiler to build and link coff-binaries
 * use coff2noff to translate the binaries to the NachOS-format
 * start binary with nachos -x <path_to_file/file>

About


Languages

Language:C++ 74.5%Language:C 11.3%Language:Makefile 9.8%Language:Assembly 4.4%