diff options
Diffstat (limited to 'boot/vesa_setup_16.asm')
| -rw-r--r-- | boot/vesa_setup_16.asm | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
