summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-13 02:27:05 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-13 02:27:05 +0100
commit63b04ffc264aab5313811f1aa7ffc30715814e67 (patch)
treecb6b8bb525bab093bd1484f7a2fd7ffdfa380b8d /boot
parentb126d01e9687e6509c9d49b1b174c95aee603a89 (diff)
cleanup and refactoring. abstracting away console
Diffstat (limited to 'boot')
-rw-r--r--boot/stage2.asm2
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