CR0_PAGING
x86_write_cr0(x86_read_cr0() | CR0_PAGING);
x86_write_cr0(CR0_PROTECTED_MODE | CR0_PAGING | CR0_WRITE_PROTECT | CR0_NUMERIC_ERROR);