mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -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
2.1 KiB
2.1 KiB