blue screen: save selected resolution instead of VESA mode number (thanks to Serge)

git-svn-id: svn://kolibrios.org@746 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Alexey Teplov (
2008-02-18 11:37:45 +00:00
parent bb54223b35
commit 89d030e950
4 changed files with 29 additions and 34 deletions

View File

@@ -582,7 +582,13 @@ cfgmanager:
.enter: cmp al,0x0D;x,0x1C0D ; enter
jne .loops
push word [cursor_pos]
pop word [preboot_graph] ;save choose
pop bp
push word [es:bp]
pop word [x_save]
push word [es:bp+2]
pop word [y_save]
mov word [preboot_graph],bp ;save choose
jmp .d
.change_b: