Subversion Repositories Kolibri OS

Rev

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

Rev 3627 Rev 3702
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: 3627 $
8
$Revision: 3702 $
9
 
9
 
10
 
10
 
Line 320... Line 320...
320
BOOT_APM_VERSION    equ 0x9044
320
BOOT_APM_VERSION    equ 0x9044
321
BOOT_APM_FLAGS      equ 0x9046    ;unused
321
BOOT_APM_FLAGS      equ 0x9046    ;unused
322
BOOT_APM_CODE_32    equ 0x9050
322
BOOT_APM_CODE_32    equ 0x9050
323
BOOT_APM_CODE_16    equ 0x9052
323
BOOT_APM_CODE_16    equ 0x9052
324
BOOT_APM_DATA_16    equ 0x9054
324
BOOT_APM_DATA_16    equ 0x9054
-
 
325
BOOT_IDE_BAR0_16    equ 0x9056
-
 
326
BOOT_IDE_BAR1_16    equ 0x9058
-
 
327
BOOT_IDE_BAR2_16    equ 0x905A
-
 
328
BOOT_IDE_BAR3_16    equ 0x905C
-
 
329
BOOT_IDE_PI_16      equ 0x905E
Line 325... Line 330...
325
 
330
 
326
TMP_FILE_NAME       equ     0
331
TMP_FILE_NAME       equ     0
327
TMP_CMD_LINE        equ  1024
332
TMP_CMD_LINE        equ  1024