summaryrefslogtreecommitdiff
path: root/kernel/memory.h
AgeCommit message (Collapse)Author
2021-06-02cast address and offset calculationsAda Christine
2021-04-23less repetition, more flexibility with paging macrosAda 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
This reverts commit a8063cf735b9ef301a963e5cba21deb01d9d964e.
2021-04-13renamed kernel_map_page() and associatesAda Christine
2021-04-13wrong signature for memcmp() declarationAda Christine
2021-04-12page faults, beginning the heap, bugs in panic.cAda 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