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

@@ -17,7 +17,10 @@ display_modechg db 0 ; display mode change for text, yes/no (0 or 2)
display_atboot db 0 ; show boot screen messages ( 2-no )
preboot_graph db 0 ; graph mode
preboot_graph dw 0 ; graph mode
x_save dw 0 ; x
y_save dw 0 ; y
;pixel_save dw 0 ; per to pixel
preboot_gprobe db 0 ; probe vesa3 videomodes (1-no, 2-yes)
preboot_vrrm db 0 ; use VRR_M (1-yes, 2- no)
preboot_dma db 0 ; use DMA for access to HDD (1-always, 2-only for read, 3-never)