| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-08-15 | Separate more clearly bootloader from xv6 by renaming multiboot.S to entry.S ↵ | Frans Kaashoek | |
| etc. Maybe the string boot shouldn't appear in xv6 code? | |||
| 2011-08-11 | Make AP processors boot using bootpgdir | Frans Kaashoek | |
| 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 | |
| 2011-07-29 | Map kernel high | Frans Kaashoek | |
| Very important to give qemu memory through PHYSTOP :( | |||
| 2011-02-19 | xv6: formatting, cleanup, rev5 (take 2) | Russ Cox | |
| 2010-09-13 | change some comments, maybe more informative | Robert Morris | |
| 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 | |
| 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 | |
| 2009-08-08 | shuffle and tweak for formatting. | Russ Cox | |
| pdf has very good page breaks now. would be a good copy for fall 2009. | |||
| 2009-07-11 | bootasm cleanup | Russ Cox | |
| 2009-03-08 | xv6: boot loader adjustments | rsc | |
| 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 | |
| I understand this one. | |||
| 2007-08-29 | bootothers now in main | rsc | |
| 2007-08-28 | more cmain -> bootmain | rsc | |
| 2007-08-27 | nits | rsc | |
| 2007-08-24 | bring bootasm and bootother more in sync | rsc | |
| 2006-09-06 | wrap long lines | rsc | |
| 2006-09-06 | standardize various * conventions | rsc | |
| 2006-09-06 | spacing fixes: no tabs, 2-space indents (for rtm) | rsc | |
| 2006-09-03 | remove duplication | kaashoek | |
| don't use the same name for two different pieces of code | |||
| 2006-09-03 | centralize credits | kaashoek | |
| 2006-06-26 | stick mpstack in cpu structure | kaashoek | |
| 2006-06-24 | boot more than two CPUs, each on own initial stack | rtm | |
| 2006-06-22 | checkpoint. booting second processor. stack is messed up, but thanks to cliff | kaashoek | |
| and plan 9 code, at least boots and gets into C code. | |||
