summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-08missing voidrsc1-1/+1
2007-08-08more bugsrsc1-3/+3
2007-08-08add DPL_USER constantrsc1-2/+2
2007-08-08set init namersc1-0/+1
2006-09-08formatting nitsrsc1-3/+6
2006-09-08only need a pagersc1-1/+1
2006-09-08use bootstrap processor as specified by MP table. typically 0, but notkaashoek1-5/+7
2006-09-08some comment changeskaashoek1-2/+2
2006-09-07fix buildrsc1-4/+4
2006-09-07get precedence of <, >, and | rightkaashoek1-1/+1
2006-09-07run without lapic and ioapic, if they are not presentkaashoek1-2/+5
2006-09-06fd_* => file_*rsc1-1/+1
2006-09-06standardize various * conventionsrsc1-7/+7
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc1-1/+1
2006-08-29prune unneeded panics and debug outputrtm1-26/+19
2006-08-29clean up stale error checks and panicsrtm1-4/+0
2006-08-16proc[0] can sleep(), at least after it gets to main00()rtm1-18/+43
2006-08-15no more proc[] entry per cpu for idle looprtm1-12/+11
2006-08-15oopskaashoek1-1/+1
2006-08-15commented out code for cwdkaashoek1-2/+5
2006-08-13link()rtm1-6/+0
2006-08-11init creates console, opens 0/1/2, runs shrtm1-4/+4
2006-08-10interrupts could be recursive since lapic_eoi() called before rtirtm1-5/+13
2006-08-10low-level keyboard input (not hooked up to /dev yet)rtm1-1/+1
2006-08-09devswkaashoek1-0/+1
2006-08-08fix race in holding() check in acquire()rtm1-12/+23
2006-08-04better interrupt plan---this one appears to workkaashoek1-0/+1
2006-07-29open()rtm1-0/+2
2006-07-27primitive execrtm1-0/+1
2006-07-20uint32_t -> uint &crtm1-7/+7
2006-07-17standarize on unix-like lowercase struct namesrsc1-6/+6
2006-07-17add uint and standardize on typedefs instead of unsignedrsc1-3/+3
2006-07-16various little fixes that should have been in earlier checkinsrsc1-2/+0
2006-07-16fix main return typersc1-3/+6
2006-07-16Keep interrupts disabled during startup.rsc1-16/+27
2006-07-16standardize on not using foo_ prefix in struct foorsc1-15/+15
2006-07-16Attempt to clean up newproc somewhat.rsc1-2/+2
2006-07-16New scheduler.rsc1-5/+5
2006-07-15silence load_icode signedness warningrsc1-3/+3
2006-07-15no more recursive locksrtm1-2/+2
2006-07-12extract lapic code from mp.ckaashoek1-1/+4
2006-07-12i think my cmpxchg use was wrong in acquirertm1-1/+12
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