Subversion Repositories Kolibri OS

Rev

Rev 8091 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8091 Rev 9249
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: 8091 $
8
$Revision: 9249 $
9
 
9
 
10
 
10
 
Line 28... Line 28...
28
preboot_dma         db  0 ; use DMA for access to HDD (1-always, 2-only for read, 3-never)
28
preboot_dma         db  0 ; use DMA for access to HDD (1-always, 2-only for read, 3-never)
29
preboot_device      db  0 ; device to load ramdisk from
29
preboot_device      db  0 ; device to load ramdisk from
30
                          ;   1-floppy 2-harddisk 3-kernel restart
30
                          ;   1-floppy 2-harddisk 3-kernel restart
31
                          ;   4-format ram disk 5-don't use ramdisk
31
                          ;   4-format ram disk 5-don't use ramdisk
32
                          ; !!!! 0 - autodetect !!!!
32
                          ; !!!! 0 - autodetect !!!!
-
 
33
 
33
preboot_biosdisk    db  0 ; use V86 to access disks through BIOS (1-yes, 2-no)
34
; use V86 to access disks through BIOS (1-yes, 2-no)
-
 
35
if defined pretest_build
-
 
36
  preboot_biosdisk  db  1
-
 
37
else
-
 
38
  preboot_biosdisk  db  0
-
 
39
end if
-
 
40
 
34
preboot_syspath     db  '/RD/1',0 ; path to /sys dir
41
preboot_syspath     db  '/RD/1',0 ; path to /sys dir
35
                    rb  20-($-preboot_syspath)
42
                    rb  20-($-preboot_syspath)
36
if defined extended_primary_loader
43
if defined extended_primary_loader
37
; timeout in 1/18th of second for config settings screen
44
; timeout in 1/18th of second for config settings screen
38
preboot_timeout     dw  PREBOOT_TIMEOUT*18
45
preboot_timeout     dw  PREBOOT_TIMEOUT*18