2007-03-26 12:18:08 +00:00
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
;; ;;
|
|
|
|
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
|
|
|
|
;; Distributed under terms of the GNU General Public License ;;
|
|
|
|
;; ;;
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
|
2007-07-27 13:52:03 +00:00
|
|
|
$Revision$
|
|
|
|
|
|
|
|
|
2006-09-19 10:39:40 +00:00
|
|
|
display_modechg db 0 ; display mode change for text, yes/no (0 or 2)
|
|
|
|
;
|
|
|
|
; !! Important note !!
|
|
|
|
;
|
|
|
|
; Must be set to 2, to avoid two screenmode
|
|
|
|
; changes within a very short period of time.
|
2005-10-06 17:56:22 +00:00
|
|
|
|
2006-09-19 10:39:40 +00:00
|
|
|
display_atboot db 0 ; show boot screen messages ( 2-no )
|
2005-10-06 17:56:22 +00:00
|
|
|
|
2006-09-19 10:39:40 +00:00
|
|
|
preboot_graph db 0 ; graph mode
|
|
|
|
preboot_gprobe db 0 ; probe vesa3 videomodes (1-no, 2-yes)
|
|
|
|
preboot_vrrm db 0 ; use VRR_M (1-yes, 2- no)
|
2007-05-21 13:25:02 +00:00
|
|
|
preboot_dma db 0 ; use DMA for access to HDD (1-always, 2-only for read, 3-never)
|
2006-09-19 10:39:40 +00:00
|
|
|
preboot_device db 0 ; boot device
|
2007-06-17 15:40:48 +00:00
|
|
|
; (1-floppy 2-harddisk 3-kernel restart 4-format ram disk)
|
2006-09-19 10:39:40 +00:00
|
|
|
;!!!! 0 - autodetect !!!!
|
|
|
|
preboot_blogesc db 1 ; start immediately after bootlog
|
2008-02-04 15:31:59 +00:00
|
|
|
preboot_biosdisk db 0 ; use V86 to access disks through BIOS (1-yes, 2-no)
|
2005-10-06 17:56:22 +00:00
|
|
|
|
2007-04-18 06:37:14 +00:00
|
|
|
if $>0x200
|
2005-12-14 08:09:29 +00:00
|
|
|
ERROR: prebooting parameters must fit in first sector!!!
|
2006-09-19 10:39:40 +00:00
|
|
|
end if
|
2006-10-31 16:11:04 +00:00
|
|
|
hdsysimage db 'KOLIBRI IMG' ; load from
|
|
|
|
image_save db 'KOLIBRI IMG' ; save to
|