2007-03-26 14:18:08 +02:00
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
;; ;;
|
|
|
|
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
|
|
|
|
;; Distributed under terms of the GNU General Public License ;;
|
|
|
|
;; ;;
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
|
2007-07-27 15:52:03 +02:00
|
|
|
$Revision$
|
|
|
|
|
|
|
|
|
2006-09-19 12:39:40 +02: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 19:56:22 +02:00
|
|
|
|
2006-09-19 12:39:40 +02:00
|
|
|
display_atboot db 0 ; show boot screen messages ( 2-no )
|
2005-10-06 19:56:22 +02:00
|
|
|
|
2006-09-19 12:39:40 +02: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 15:25:02 +02:00
|
|
|
preboot_dma db 0 ; use DMA for access to HDD (1-always, 2-only for read, 3-never)
|
2006-09-19 12:39:40 +02:00
|
|
|
preboot_device db 0 ; boot device
|
2007-06-17 17:40:48 +02:00
|
|
|
; (1-floppy 2-harddisk 3-kernel restart 4-format ram disk)
|
2006-09-19 12:39:40 +02:00
|
|
|
;!!!! 0 - autodetect !!!!
|
|
|
|
preboot_blogesc db 1 ; start immediately after bootlog
|
2008-02-04 16:31:59 +01:00
|
|
|
preboot_biosdisk db 0 ; use V86 to access disks through BIOS (1-yes, 2-no)
|
2005-10-06 19:56:22 +02:00
|
|
|
|
2007-04-18 08:37:14 +02:00
|
|
|
if $>0x200
|
2005-12-14 09:09:29 +01:00
|
|
|
ERROR: prebooting parameters must fit in first sector!!!
|
2006-09-19 12:39:40 +02:00
|
|
|
end if
|
2006-10-31 17:11:04 +01:00
|
|
|
hdsysimage db 'KOLIBRI IMG' ; load from
|
|
|
|
image_save db 'KOLIBRI IMG' ; save to
|