summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-31no more pminit, or ELF header at 0x10000Robert Morris1-1/+1
2010-08-31kalloc/kfree now only a page at a timeRobert Morris1-2/+2
2010-08-30xxRobert Morris1-1/+1
2010-08-30set only PG and WP in vminit; the rest don't seem to be needed and are confusingRobert Morris1-1/+1
2010-08-05add some commentsRobert Morris1-10/+12
2010-08-05move jkstack to main.cRobert Morris1-6/+16
2010-07-23Checkpoint page-table version for SMPFrans Kaashoek1-14/+9
2010-07-02Initial version of single-cpu xv6 with page tablesFrans Kaashoek1-6/+20
2009-09-02another attempt at cpu-local variables.Russ Cox1-3/+1
2009-08-30assorted fixes:Russ Cox1-10/+10
2009-05-31Some proc cleanup, moving some of copyproc into allocproc.rsc1-11/+16
2009-03-08be consistent: no underscores in function namesrsc1-10/+10
2009-03-08xv6: boot loader adjustmentsrsc1-5/+0
2008-08-21fix obvious printf nits after reading through codekolya1-1/+1
2007-10-01Incorporate new understanding of/with Intel SMP spec.rsc1-1/+2
2007-09-30Re: why cpuid() in locking code?rsc1-1/+0
2007-09-27Final word on the locking fiasco?rsc1-17/+8
2007-09-27yank out stack overflow checking uglinessrsc1-1/+0
2007-09-27okay, that was long enough - revertrsc1-5/+3
2007-09-27test: store curproc at top of stackrsc1-3/+5
2007-09-27rename splhi/spllo to pushcli/popclirsc1-3/+3
2007-09-27use larger, allocated cpu stacksrsc1-20/+15
2007-09-27kernel SMP interruptibility fixes.rsc1-8/+7
2007-08-28nitsrsc1-1/+1
2007-08-28rename 8253pit.c to timer.crsc1-2/+2
2007-08-28nitrsc1-1/+1
2007-08-28nitrsc1-6/+4
2007-08-27Rename main0 to main.rsc1-2/+2
2007-08-27delete unnecessary #include linesrsc1-11/+3
2007-08-27Simplify MP hardware code.rsc1-3/+31
2007-08-27Clean up lapic code.rsc1-7/+1
2007-08-24tweakrsc1-7/+3
2007-08-22PDF at http://am.lcs.mit.edu/~rsc/xv6.pdfrsc1-61/+21
2007-08-21remove dead codersc1-16/+0
2007-08-21Various cleanup:rsc1-80/+40
2007-08-20shuffle fs.c in bottom-up orderrsc1-1/+1
2007-08-14Gcc expects to be able to pick up the returnrsc1-4/+11
2007-08-10avoid assignments in declarationsrsc1-2/+2
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