Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. |