From 47d22a238a6c5d60c6abfac724e6ad91885cdd67 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Fri, 29 Aug 2014 19:56:40 +0200 Subject: added paging support --- boot/vesa_setup_16.asm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'boot/vesa_setup_16.asm') diff --git a/boot/vesa_setup_16.asm b/boot/vesa_setup_16.asm index 4f276b5..7180252 100644 --- a/boot/vesa_setup_16.asm +++ b/boot/vesa_setup_16.asm @@ -17,6 +17,7 @@ VesaSetup: vesa_ok: ; + ;VESA: get vesa info on mode of interest mov ax,0 ; set target address in es:di (0:offset) mov es,ax @@ -32,6 +33,7 @@ VesaSetup: jmp vesa_err2 vesa_ok2: + ;VESA: finally switch to the mode of choice! mov ax,0x4f02 ;vesa function: Set Mode mov bx,VESA_MODE_SELECT -- cgit v1.2.3