Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-10 | nits | Robert Morris | 1 | -1/+1 | |
2011-09-12 | comment nits | Robert Morris | 1 | -3/+3 | |
2011-08-26 | segment register -> segment descriptor | Robert Morris | 1 | -1/+1 | |
2011-08-08 | One definition of several macros and constants | Frans Kaashoek | 1 | -5/+3 | |
2011-02-19 | xv6: formatting, cleanup, rev5 (take 2) | Russ Cox | 1 | -21/+12 | |
2010-09-13 | change some comments, maybe more informative | Robert Morris | 1 | -3/+8 | |
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 | |||||
2010-07-02 | Initial version of single-cpu xv6 with page tables | Frans Kaashoek | 1 | -1/+1 | |
2009-12-01 | 8ae0 instead of 8e00, thanks yandong | Frans Kaashoek | 1 | -1/+1 | |
2009-07-11 | bootasm cleanup | Russ Cox | 1 | -2/+1 | |
2009-05-31 | clean up %fs %gs use | rsc | 1 | -2/+1 | |
2009-05-31 | sync with c; .text is implied | rsc | 1 | -9/+12 | |
2009-03-08 | xv6: boot loader adjustments | rsc | 1 | -10/+16 | |
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 | |||||
2007-09-15 | fix comments | rtm | 1 | -1/+1 | |
2007-08-28 | nits | rsc | 1 | -2/+2 | |
2007-08-28 | cmain -> bootmain | rsc | 1 | -2/+2 | |
2007-08-24 | bring bootasm and bootother more in sync | rsc | 1 | -31/+25 | |
2007-08-24 | Rework comments a bit. | rsc | 1 | -29/+25 | |
Move initialization of %sp after protected mode jump and change to %esp. | |||||
2007-08-22 | better comment | rsc | 1 | -7/+3 | |
2006-09-08 | shorten | rsc | 1 | -13/+9 | |
2006-09-08 | some comment changes | kaashoek | 1 | -1/+1 | |
2006-09-06 | wrap long lines | rsc | 1 | -23/+23 | |
2006-09-06 | standardize various * conventions | rsc | 1 | -15/+15 | |
2006-09-06 | spacing fixes: no tabs, 2-space indents (for rtm) | rsc | 1 | -66/+73 | |
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 | -4/+0 | |
2006-08-29 | prune unneeded panics and debug output | rtm | 1 | -0/+4 | |
2006-06-22 | checkpoint. booting second processor. stack is messed up, but thanks to cliff | kaashoek | 1 | -14/+1 | |
and plan 9 code, at least boots and gets into C code. | |||||
2006-06-12 | import | rtm | 1 | -0/+109 | |