summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-14 01:07:06 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-14 01:07:06 +0100
commit600ef9b4efed894db2c0a205dbbc10d36cf28852 (patch)
tree8a3915a8e47a4a78adad5f1195170ae083182c52 /boot
parentb4a8f29ef338c6d2ee70723ff49811276713628a (diff)
switched bochs to term mode !
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 215cb18..6ac0fd1 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