Skip to content
Snippets Groups Projects
Commit dc5ac88c authored by a2-stratford's avatar a2-stratford
Browse files

Updated makefile

parent 79448b23
No related branches found
No related tags found
2 merge requests!22Merge Feature/system calls,!15Alex/27 implement open system call
......@@ -63,7 +63,7 @@ userprog_SRC += userprog/syscall.c # System call handler.
userprog_SRC += userprog/gdt.c # GDT initialization.
userprog_SRC += userprog/tss.c # TSS management.
userprog_SRC += userprog/syscall_exec.c
userprog_SRC += userprog/syscall_exit.c
userprog_SRC += userprog/syscall_open.c
userprog_SRC += userprog/syscall_halt.c
userprog_SRC += userprog/syscall_wait.c
userprog_SRC += userprog/syscall_create.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment