Subversion Repositories Kolibri OS

Rev

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

Rev 7121 Rev 7129
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: 7121 $
8
$Revision: 7129 $
9
 
9
 
10
 
10
 
11
flm               db 0
11
flm               db 0
12
preboot_lfb       db 0
-
 
13
preboot_bootlog   db 0
-
 
14
boot_drive        db 0
-
 
15
bx_from_load:
-
 
Line 16... Line 12...
16
                  dw 'r1'  ; структура для хранения параметров- откуда гашрузились, берется ниже из bx ; {SPraid}[13.03.2007]
12
preboot_lfb       db 0
17
                           ; a,b,c,d - винчестеры, r - рам диск
13
preboot_bootlog   db 0
18
                           ; # диска... символ, а не байт. '1', а не 1
14
boot_drive        db 0
19
 
15