Fix the logic to match the new name of the tunable.
Pointed out by: iwasaki
This commit is contained in:
parent
df3321b578
commit
00295e7473
@ -49,7 +49,7 @@ wakeup_16:
|
||||
movw $PAGE_SIZE,%sp
|
||||
|
||||
/* Re-initialize video BIOS if the reset_video tunable is set. */
|
||||
cmp $1,reset_video
|
||||
cmp $0,reset_video
|
||||
je wakeup_16_gdt
|
||||
lcall $0xc000,$3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user