Subversion Repositories Kolibri OS

Rev

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

Rev 3629 Rev 3725
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. 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: 3629 $
8
$Revision: 3725 $
9
 
9
 
10
 
10
 
Line 270... Line 270...
270
BOOT_APM_VERSION    equ 0x9044
270
BOOT_APM_VERSION    equ 0x9044
271
BOOT_APM_FLAGS      equ 0x9046    ;unused
271
BOOT_APM_FLAGS      equ 0x9046    ;unused
272
BOOT_APM_CODE_32    equ 0x9050
272
BOOT_APM_CODE_32    equ 0x9050
273
BOOT_APM_CODE_16    equ 0x9052
273
BOOT_APM_CODE_16    equ 0x9052
274
BOOT_APM_DATA_16    equ 0x9054
274
BOOT_APM_DATA_16    equ 0x9054
-
 
275
BOOT_IDE_BAR0_16    equ 0x9056
-
 
276
BOOT_IDE_BAR1_16    equ 0x9058
-
 
277
BOOT_IDE_BAR2_16    equ 0x905A
-
 
278
BOOT_IDE_BAR3_16    equ 0x905C
-
 
279
BOOT_IDE_PI_16      equ 0x905E
Line 275... Line 280...
275
 
280
 
276
TMP_FILE_NAME       equ     0
281
TMP_FILE_NAME       equ     0
277
TMP_CMD_LINE        equ  1024
282
TMP_CMD_LINE        equ  1024