sleiderr / fzkernel

Pure rust bootloader
GNU General Public License v3.0
4 stars 1 forks source link

feat(vmalloc): physical frame allocator, virtual memory mapper #80

Closed sleiderr closed 3 months ago

sleiderr commented 4 months ago

Adds Kernel mode virtual and physical memory management.

Implements:

Updated existing kernel code to use this allocator, and to access physical memory through the proper mappings.