iankronquist / kernel-of-truth

A simple kernel written in C and a platform to play with x86_64 extensions
MIT License
30 stars 5 forks source link

Virt mem refactor #73

Closed iankronquist closed 7 years ago

iankronquist commented 7 years ago

Write a per process virtual memory allocator.

We need to rewrite the create_page_dir and kernel_page_table_install functions.