init: init nachos hw01, should pass jenkins os_group_20_hw job but fail on os_group_20_ta job

This commit is contained in:
TA
2024-09-19 18:59:13 +08:00
commit 6ad2fa368f
267 changed files with 71977 additions and 0 deletions

12
code/README Normal file
View File

@@ -0,0 +1,12 @@
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>