summaryrefslogtreecommitdiff
path: root/x86.h
AgeCommit message (Collapse)AuthorFilesLines
2006-07-06disable all interrupts when acquiring lockkaashoek1-0/+1
user program that makes a blocking system call
2006-07-05timer interruptskaashoek1-5/+0
disk interrupts (assuming bochs has a bug)
2006-07-01swtch saves callee-saved registersrtm1-0/+38
swtch idles on per-CPU stack, not on calling process's stack fix pipe bugs usertest.c tests pipes, fork, exit, close
2006-06-22checkpoint. booting second processor. stack is messed up, but thanks to cliffkaashoek1-0/+24
and plan 9 code, at least boots and gets into C code.
2006-06-12importrtm1-0/+301