Subversion Repositories Kolibri OS

Rev

Rev 7129 | Rev 8089 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7129 Rev 7586
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 7129 $
8
$Revision: 7586 $
9
 
9
 
10
 
10
 
Line 29... Line 29...
29
preboot_device      db  0 ; boot device
29
preboot_device      db  0 ; boot device
30
                          ; (1-floppy 2-harddisk 3-kernel restart 4-format ram disk)
30
                          ; (1-floppy 2-harddisk 3-kernel restart 4-format ram disk)
31
                          ;!!!! 0 - autodetect !!!!
31
                          ;!!!! 0 - autodetect !!!!
32
preboot_biosdisk    db  0 ; use V86 to access disks through BIOS (1-yes, 2-no)
32
preboot_biosdisk    db  0 ; use V86 to access disks through BIOS (1-yes, 2-no)
33
if defined extended_primary_loader
33
if defined extended_primary_loader
34
preboot_timeout     dw  5*18 ; timeout in 1/18th of second for config settings screen
34
; timeout in 1/18th of second for config settings screen
-
 
35
preboot_timeout     dw  PREBOOT_TIMEOUT*18
35
end if
36
end if
Line 36... Line 37...
36
 
37
 
37
      if $>0x200
38
      if $>0x200
38
ERROR:
39
ERROR: