limine: Fix bug which triggered on no-NX where wrong register was used for rd/wrmsr
This commit is contained in:
parent
3af2fb1e84
commit
0744033703
@ -37,7 +37,7 @@ limine_spinup_32:
|
||||
mov cr4, eax
|
||||
|
||||
; Enable EFER.LME
|
||||
mov eax, 0xc0000080
|
||||
mov ecx, 0xc0000080
|
||||
rdmsr
|
||||
bts eax, 8
|
||||
wrmsr
|
||||
|
Loading…
Reference in New Issue
Block a user