Skip to content
Snippets Groups Projects
Commit 25a121a6 authored by Stephen D's avatar Stephen D
Browse files

Removed old video commented code

parent 1caedecd
No related branches found
No related tags found
No related merge requests found
......@@ -11,21 +11,6 @@
mov es, ax
mov ss, ax
;//mov ax, 0x4F02 ;VBE mode
;//mov bx, 0x4116 ;1280x1024x24 TODO: Query BIOS to find out supported modes
;//int 0x10 ; switch to VGA 640x480
;//cmp ax, 0x004F ; test for error
;//jne error
;Get VBE mode
;//mov esi, 0
;//mov di, VBE_INFO
;//mov ax, 0x4f01
;//mov cx, 0x4116 ;Redundant for now
;//int 0x10
;//cmp ax, 0x004F ; test for error
;//jne error
mov bx, MSG_REAL_MODE
call print
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment