Files
jsix/src/kernel
Justin C. Miller 6317e3ad00 [kernel] Simplify page_tree code
The page_tree struct was doing a lot of bit manipulation to keep its
base, level, and flags in a single uint64_t. But since this is such a
large structure anyway, another word doesn't change it much and greatly
simplifies both the code and reasoning about it.
2021-09-12 16:15:23 -07:00
..
2021-01-18 13:48:11 -08:00
2021-09-12 16:15:23 -07:00
2021-09-12 16:15:23 -07:00