pub const CR4_PAE: u64 = 1 << 5; // 0x0000_0000_0000_0020u64
Expand description

Physical Address Extenstion.

When set enables paging to produce physicall addresses with more than 32 bits. Required before entering long mode.