bond/x64/src/c
HyperAssembler 8e8d089578 Finally, finished the most important hk_map_page function.
Note that this function assumes compact model: which means page tables are located continuously in memory and use at little memory as possible depending on the total memory size. I mean, why the hell would someone put page table all over the place?
This WILL be the memory model that HOS uses.
2015-02-06 00:21:11 -08:00
..
entry.c Complete refactor of craps I wrote. Especially when constructing GDT / Page table. 2015-02-03 23:55:38 -08:00
kdef.h Use C11 standard. 2015-02-04 00:43:01 -08:00
mem.c Finally, finished the most important hk_map_page function. 2015-02-06 00:21:11 -08:00
mem.h Finally, finished the most important hk_map_page function. 2015-02-06 00:21:11 -08:00
multiboot.h Wow.... We are indeed in long mode. Although the current implementation is ugly. Still historical!! 2015-02-01 14:14:44 -08:00
print.c Use C11 standard. 2015-02-04 00:43:01 -08:00
print.h Wow.... We are indeed in long mode. Although the current implementation is ugly. Still historical!! 2015-02-01 14:14:44 -08:00
type.h Complete refactor of craps I wrote. Especially when constructing GDT / Page table. 2015-02-03 23:55:38 -08:00