Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-15 | Separate more clearly bootloader from xv6 by renaming multiboot.S to entry.S ↵ | Frans Kaashoek | 1 | -84/+0 | |
etc. Maybe the string boot shouldn't appear in xv6 code? | |||||
2011-08-11 | Make AP processors boot using bootpgdir | Frans Kaashoek | 1 | -10/+19 | |
Remove device mapping from bootpgdir Remove unnecessary vmenable Set CPUS back to 2 in Makefile Passes all usertests | |||||
2011-08-08 | One definition of several macros and constants | Frans Kaashoek | 1 | -10/+4 | |
2011-07-29 | Map kernel high | Frans Kaashoek | 1 | -5/+9 | |
Very important to give qemu memory through PHYSTOP :( | |||||
2011-02-19 | xv6: formatting, cleanup, rev5 (take 2) | Russ Cox | 1 | -1/+1 | |
2010-09-13 | change some comments, maybe more informative | Robert Morris | 1 | -43/+32 | |
delete most comments from bootother.S (since copy of bootasm.S) ksegment() -> seginit() move more stuff from main() to mainc() | |||||
2010-08-05 | add some comments | Robert Morris | 1 | -2/+4 | |
find out the hard way why user and kernel must have separate segment descriptors | |||||
2009-12-01 | 8ae0 instead of 8e00, thanks yandong | Frans Kaashoek | 1 | -1/+1 | |
2009-08-08 | shuffle and tweak for formatting. | Russ Cox | 1 | -7/+7 | |
pdf has very good page breaks now. would be a good copy for fall 2009. | |||||
2009-07-11 | bootasm cleanup | Russ Cox | 1 | -10/+11 | |
2009-03-08 | xv6: boot loader adjustments | rsc | 1 | -1/+11 | |
do Bochs breakpoint and spin in bootasm.S. not needed in bootmain too. fix readseg bug (rounding of va). zero segments when memsz > filesz. no need to clear BSS in kernel main. make bootother.S like bootasm.S | |||||
2008-08-28 | the old explanation of AP startup might have been correct, but | rtm | 1 | -9/+10 | |
I understand this one. | |||||
2007-08-29 | bootothers now in main | rsc | 1 | -3/+3 | |
2007-08-28 | more cmain -> bootmain | rsc | 1 | -1/+1 | |
2007-08-27 | nits | rsc | 1 | -2/+2 | |
2007-08-24 | bring bootasm and bootother more in sync | rsc | 1 | -27/+23 | |
2006-09-06 | wrap long lines | rsc | 1 | -41/+39 | |
2006-09-06 | standardize various * conventions | rsc | 1 | -11/+11 | |
2006-09-06 | spacing fixes: no tabs, 2-space indents (for rtm) | rsc | 1 | -49/+50 | |
2006-09-03 | remove duplication | kaashoek | 1 | -3/+3 | |
don't use the same name for two different pieces of code | |||||
2006-09-03 | centralize credits | kaashoek | 1 | -1/+0 | |
2006-06-26 | stick mpstack in cpu structure | kaashoek | 1 | -1/+1 | |
2006-06-24 | boot more than two CPUs, each on own initial stack | rtm | 1 | -6/+9 | |
2006-06-22 | checkpoint. booting second processor. stack is messed up, but thanks to cliff | kaashoek | 1 | -0/+77 | |
and plan 9 code, at least boots and gets into C code. |