mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 16:34:31 -08:00
The page table code had been copied mostly verbatim from the kernel, and was a dense mess. I abstraced the `page_table_indices` class and the old loop behavior of `map_in` into a new `page_entry_iterator` class, making both `map_pages` and the initial offset mapping code much cleaner. Tags: vmem paging
658 B
Executable File
658 B
Executable File