]> Devi Nivas Git - cs3210-lab0.git/commit
no more proc[] entry per cpu for idle loop
authorrtm <rtm>
Tue, 15 Aug 2006 22:18:20 +0000 (22:18 +0000)
committerrtm <rtm>
Tue, 15 Aug 2006 22:18:20 +0000 (22:18 +0000)
commit350e63f7a9b1be695c0cf69e380bd96733524f25
tree782259566c4596eef115590ff3e054fc7c5f3718
parent69332d1918fda38b25fc3ec8c786d16bb17e9e68
no more proc[] entry per cpu for idle loop
each cpu[] has its own gdt and tss
no per-proc gdt or tss, re-write cpu's in scheduler (you win, cliff)
main0() switches to cpu[0].mpstack
Makefile
Notes
fstests.c [new file with mode: 0644]
main.c
proc.c
proc.h
trap.c
usertests.c