diff options
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/stage2.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/stage2.asm b/boot/stage2.asm index 517e481..215cb18 100644 --- a/boot/stage2.asm +++ b/boot/stage2.asm @@ -144,7 +144,7 @@ kernel_load: mov ax,[KERNEL_CHUNK] cmp ax,0x5 jne skip_vesa_init - call VesaSetup + ; call VesaSetup skip_vesa_init: call switch_to_pm |
