paging is now enabled with __shaky__ code

This commit is contained in:
2025-06-09 21:01:17 -04:00
parent 83b6a9eaf2
commit 920d0b01e1
7 changed files with 97 additions and 10 deletions

View File

@ -5,6 +5,9 @@
(https://wiki.osdev.org/Troubleshooting#Showing_the_stack_content)
lets implmeent some better testing functions aswell
- Paging & virtual memory
- Get GRUB to show memory map - DONE
- Write a page allocator - WIP
- Setup paging
- Setup higher half kernel
- Heap allocator (malloc)
- after this, implment some data structures? cleanup queue?