summaryrefslogtreecommitdiff
path: root/mp.c
AgeCommit message (Collapse)AuthorFilesLines
2006-07-05timer interruptskaashoek1-19/+42
disk interrupts (assuming bochs has a bug)
2006-07-01swtch saves callee-saved registersrtm1-8/+4
swtch idles on per-CPU stack, not on calling process's stack fix pipe bugs usertest.c tests pipes, fork, exit, close
2006-06-28disable interrupts when holding kernel lockkaashoek1-0/+6
2006-06-28timer interruptskaashoek1-13/+25
2006-06-26stick mpstack in cpu structurekaashoek1-8/+6
2006-06-24boot more than two CPUs, each on own initial stackrtm1-15/+22
2006-06-22compile "user programs"rtm1-16/+16
curproc array
2006-06-22checkpoint. booting second processor. stack is messed up, but thanks to cliffkaashoek1-30/+254
and plan 9 code, at least boots and gets into C code.
2006-06-21start on MP; detect MP configurationkaashoek1-0/+139