summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-12no more big kernel lockrtm1-6/+6
2006-07-11give each cpu its own clock, so that preemption works on cpu 1rtm1-0/+2
2006-07-11pre-empt both user and kernel, in clock interruptrtm1-3/+4
2006-07-11Changes to allow use of native x86 ELF compilers, which on myrsc1-6/+5
2006-07-10read the disk using interruptskaashoek1-3/+5
2006-07-06disable all interrupts when acquiring lockkaashoek1-8/+5
2006-07-05timer interruptskaashoek1-2/+4
2006-07-01swtch saves callee-saved registersrtm1-1/+1
2006-06-28timer interruptskaashoek1-56/+27
2006-06-27file descriptorsrtm1-4/+4
2006-06-26system call return valuesrtm1-1/+3
2006-06-22compile "user programs"rtm1-7/+47
2006-06-22oopskaashoek1-0/+2
2006-06-22checkpoint. booting second processor. stack is messed up, but thanks to cliffkaashoek1-2/+9
2006-06-21start on MP; detect MP configurationkaashoek1-1/+2
2006-06-16checkpointrtm1-6/+14
2006-06-15sleep, wakeup, wait, exitrtm1-0/+9
2006-06-15primitive fork and exit system callsrtm1-7/+26
2006-06-13fix some trap bugsrtm1-2/+10
2006-06-13more or less take traps/interruptsrtm1-2/+6
2006-06-12importrtm1-0/+40