Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-08-10 | even more explicit that entry.S is linked into kernel, unlike bootasm.S. | Robert Morris | 1 | -0/+4 |
2011-09-13 | more regular kmap[] and description | Robert Morris | 1 | -1/+1 |
2011-09-04 | Make the ELF entry point a physical address | Austin Clements | 1 | -6/+7 |
2011-09-01 | Have one definition of kernel stack size | Frans Kaashoek | 1 | -4/+3 |
2011-09-01 | fix usertests to correctly test what happens when you call | Robert Morris | 1 | -2/+2 |
2011-08-31 | simplify the end of entry.S | Robert Morris | 1 | -9/+8 |
2011-08-30 | enterpgdir -> entrypgdir | Robert Morris | 1 | -2/+2 |
2011-08-15 | Avoid "boot" in xv6 | Frans Kaashoek | 1 | -5/+5 |
2011-08-15 | Use 4Mbyte pages during boot | Frans Kaashoek | 1 | -0/+5 |
2011-08-15 | Separate more clearly bootloader from xv6 by renaming multiboot.S to entry.S ... | Frans Kaashoek | 1 | -0/+60 |