]> Devi Nivas Git - cs3210-lab1.git/commit
swtch saves callee-saved registers
authorrtm <rtm>
Sat, 1 Jul 2006 21:26:01 +0000 (21:26 +0000)
committerrtm <rtm>
Sat, 1 Jul 2006 21:26:01 +0000 (21:26 +0000)
commit8b4e2a08febc8b957b44732dbc7da831479a0005
tree46c3b079ec65f0efbd1f3b603f1b11a3ae09e56d
parentf7cea12b38a86e9b37fa5bc635310d3f85e5f8db
swtch saves callee-saved registers
swtch idles on per-CPU stack, not on calling process's stack
fix pipe bugs
usertest.c tests pipes, fork, exit, close
14 files changed:
Makefile
fd.c
kalloc.c
main.c
mp.c
pipe.c
proc.c
proc.h
syscall.c
syscall.h
trap.c
ulib.c
usertests.c
x86.h