lab3.1: locks
This commit is contained in:
@@ -30,3 +30,6 @@ options sfs # Always use the file system
|
||||
#options netfs # You might write this as a project.
|
||||
|
||||
options dumbvm # Chewing gum and baling wire.
|
||||
|
||||
#options semlock #locks with semaphores
|
||||
options wchanlock #locks with wchans
|
||||
|
||||
@@ -444,6 +444,9 @@ optfile net test/nettest.c
|
||||
defoption hello
|
||||
optfile hello main/hello.c
|
||||
|
||||
defoption semlock
|
||||
defoption wchanlock
|
||||
|
||||
# LAB2
|
||||
file syscall/file_syscalls.c
|
||||
file syscall/proc_syscalls.c
|
||||
|
||||
Reference in New Issue
Block a user