summaryrefslogtreecommitdiff
path: root/kernel/memory.c
AgeCommit message (Expand)Author
2021-06-02cast address and offset calculationsAda Christine
2021-04-28changed loader allocation, preparing for boot data revampAda Christine
2021-04-23less repetition, more flexibility with paging macrosAda Christine
2021-04-20panic on unhandled fault in anonymous spaceAda Christine
2021-04-14minor changesAda Christine
2021-04-13renamed kernel_map_page() and associatesAda Christine
2021-04-13Revert "renamed kernel_map_page() and associates"Ada Christine
2021-04-13renamed kernel_map_page() and associatesAda Christine
2021-04-12anonymous memory, OOM panic messageAda Christine
2021-04-12page faults, beginning the heap, bugs in panic.cAda Christine
2021-04-11removed superfluous functionAda Christine
2021-04-11added rule to compile .S files; page fault ISR and skeleton handler are presentAda Christine
2021-04-10physical allocator is now availableAda Christine
2021-04-02kernel has gdt now and loads segment register and we can allocate pagesAda Christine