Add Syscall: Exit, PutChar, GetCar, PutString, GetString
This commit is contained in:
parent
6f405265a5
commit
80fc250109
15 changed files with 359 additions and 17 deletions
|
@ -31,7 +31,7 @@ THREAD_O := main.o list.o scheduler.o synch.o synchlist.o \
|
|||
stats.o sysdep.o timer.o
|
||||
|
||||
USERPROG_O := addrspace.o bitmap.o exception.o progtest.o console.o \
|
||||
machine.o mipssim.o translate.o
|
||||
consoledriver.o machine.o mipssim.o translate.o
|
||||
|
||||
VM_O :=
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue