git-svn-id: svn://kolibrios.org@151 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2006-09-18 17:42:11 +00:00
parent 18c3550908
commit cfec947b3a

View File

@ -1,26 +1,23 @@
display_modechg db 0 ; display mode change for text, yes/no (0 or 2) display_modechg db 0 ; display mode change for text, yes/no (0 or 2)
; ;
; !! Important note !! ; !! Important note !!
; ;
; Must be set to 2, to avoid two screenmode ; Must be set to 2, to avoid two screenmode
; changes within a very short period of time. ; changes within a very short period of time.
display_atboot db 0 ; show boot screen messages ( 2-no ) display_atboot db 0 ; show boot screen messages ( 2-no )
preboot_graph db 0 ; graph mode preboot_graph db 0 ; graph mode
preboot_gprobe db 0 ; probe vesa3 videomodes (1-no, 2-yes) preboot_gprobe db 0 ; probe vesa3 videomodes (1-no, 2-yes)
preboot_vrrm db 0 ; use VRR_M (1-yes, 2- no) preboot_vrrm db 0 ; use VRR_M (1-yes, 2- no)
;;preboot_mouse db 0 ; mouse port (1-PS2, 2-COM1, 3-COM2) preboot_mtrr db 0 ; mtrr acceleration (1-yes, 2-no)
preboot_mtrr db 0 ; mtrr acceleration (1-yes, 2-no) preboot_device db 0 ; boot device
preboot_device db 0 ; boot device ; (1-floppy 2-harddisk 3-kernel restart)
; (1-floppy 2-harddisk 3-kernel restart) ; !!!! 0 - autodetect !!!!
;;preboot_memory db 0 ; amount of memory preboot_blogesc db 1 ; start immediately after bootlog
; (1-16Mb;2-32Mb;3-64Mb;4-128Mb;5-256Mb)
; !!!! 0 - autodetect !!!!
preboot_blogesc db 1 ; start immediately after bootlog
if $>10200h if $>10200h
ERROR: prebooting parameters must fit in first sector!!! ERROR: prebooting parameters must fit in first sector!!!
end if end if
hdsysimage db 'MENUET IMG' ; load from hdsysimage db 'MENUET IMG' ; load from
image_save db 'MENUET IMG' ; save to image_save db 'MENUET IMG' ; save to