]> Devi Nivas Git - cs3210-lab1.git/commit
fix race in holding() check in acquire()
authorrtm <rtm>
Tue, 8 Aug 2006 19:58:06 +0000 (19:58 +0000)
committerrtm <rtm>
Tue, 8 Aug 2006 19:58:06 +0000 (19:58 +0000)
commit0e84a0ec6e7893dad13dff9a958c5bc987b79c82
tree5739d0a2af8277db7a47c74e52975d9e9d81cef7
parente8d11c2e846ad15b32caacc8a919722b76d00f79
fix race in holding() check in acquire()
give cpu1 a TSS and gdt for when it enters scheduler()
and a pseudo proc[] entry for each cpu
cpu0 waits for each other cpu to start up
read() for files
20 files changed:
Makefile
Notes
README [new file with mode: 0644]
cat.c [new file with mode: 0644]
echo.c
fd.c
fd.h
ide.c
ioapic.c
lapic.c
main.c
mp.c
proc.c
proc.h
spinlock.c
spinlock.h
syscall.c
trap.c
user.h
userfs.c