]> Devi Nivas Git - cs3210-lab0.git/commit
Use static page table for boot, mapping first 4Mbyte; no more segment trick
authorFrans Kaashoek <kaashoek@42.sub-75-251-87.myvzw.com>
Wed, 10 Aug 2011 01:37:35 +0000 (21:37 -0400)
committerFrans Kaashoek <kaashoek@42.sub-75-251-87.myvzw.com>
Wed, 10 Aug 2011 01:37:35 +0000 (21:37 -0400)
commit66ba8079c7e376c189ccb3367b8d13825141b8ec
tree93343a9d7c9ea75a02c05e4ce078ef2d4a48e2da
parent3a038106431314c85a5950c473b113a7037ac1aa
Use static page table for boot, mapping first 4Mbyte; no more segment trick
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)
Makefile
defs.h
exec.c
kalloc.c
main.c
memlayout.h
multiboot.S
proc.c
vm.c