x86_64: Remove recursive mapping related things from MMU.h
This commit is contained in:
parent
2038ee1929
commit
a0252e42a4
@ -4,9 +4,6 @@
|
||||
const usize ARCH_PAGE_SIZE = 4096;
|
||||
const usize ARCH_HUGE_PAGE_SIZE = 2 * 1024 * 1024; // 2 MiB
|
||||
|
||||
const u64 rindex = 0776; // recursive index
|
||||
const u64 sign = 0177777UL << 48; // sign extension
|
||||
|
||||
struct [[gnu::packed]] PageTableEntry
|
||||
{
|
||||
union {
|
||||
|
Loading…
Reference in New Issue
Block a user