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 | -60/+0 | |
etc. Maybe the string boot shouldn't appear in xv6 code? | |||||
2011-08-09 | Shorten boot assembly | Frans Kaashoek | 1 | -15/+0 | |
2011-08-09 | Use static page table for boot, mapping first 4Mbyte; no more segment trick | Frans Kaashoek | 1 | -13/+14 | |
Allocate proper kernel page table immediately in main using boot allocator Remove pginit Simplify address space layout a tiny bit More to come (e.g., superpages to simplify static table) | |||||
2011-08-08 | One definition of several macros and constants | Frans Kaashoek | 1 | -7/+3 | |
2011-07-29 | Map kernel high | Frans Kaashoek | 1 | -4/+7 | |
Very important to give qemu memory through PHYSTOP :( | |||||
2011-01-11 | multiboot support and memory-only (no disk) kernel | Russ Cox | 1 | -0/+75 | |