Fix typo in relocator32.S
This commit is contained in:
parent
108408aa39
commit
8468cbeccd
@ -79,7 +79,7 @@ LOCAL(cont1):
|
||||
|
||||
/* Turn off PAE. */
|
||||
movl %cr4, %eax
|
||||
andl $GRUB_MEMORY_CPU_CR4_PAE_ON, %eax
|
||||
andl $(~GRUB_MEMORY_CPU_CR4_PAE_ON), %eax
|
||||
movl %eax, %cr4
|
||||
|
||||
jmp LOCAL(cont2)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user