pub const CR0_PG: u64 = 1 << 31; // 2_147_483_648u64
Expand description

Paging.

Enables paging when set, requires CR0_PE to be set as well.