From 600ef9b4efed894db2c0a205dbbc10d36cf28852 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Fri, 14 Nov 2014 01:07:06 +0100 Subject: switched bochs to term mode ! --- boot/stage2.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot') 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 -- cgit v1.2.3