Subversion Repositories Kolibri OS

Rev

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

Rev 4588 Rev 4624
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: 4588 $
8
$Revision: 4624 $
9
 
9
 
10
 
10
 
Line 300... Line 300...
300
;BOOT_DIRECT_LFB     equ 0x901E    ;byte   0 or 1 : enable direct lfb write, paging disabled
300
;BOOT_DIRECT_LFB     equ 0x901E    ;byte   0 or 1 : enable direct lfb write, paging disabled
301
BOOT_DEBUG_PRINT    equ 0x901E    ;byte   If nonzero, duplicates debug output to the screen.
301
BOOT_DEBUG_PRINT    equ 0x901E    ;byte   If nonzero, duplicates debug output to the screen.
302
BOOT_DMA            equ 0x901F    ;
302
BOOT_DMA            equ 0x901F    ;
303
BOOT_PCI_DATA       equ 0x9020    ;8bytes pci data
303
BOOT_PCI_DATA       equ 0x9020    ;8bytes pci data
304
BOOT_VRR            equ 0x9030    ;byte   VRR start enabled 1, 2-no
304
BOOT_VRR            equ 0x9030    ;byte   VRR start enabled 1, 2-no
305
BOOT_IDE_BASE_ADDR  equ 0x9031   ;word   IDEContrRegsBaseAddr
305
;BOOT_IDE_BASE_ADDR  equ 0x9031   ;word   IDEContrRegsBaseAddr ; now free and is not used
306
BOOT_MEM_AMOUNT     equ 0x9034    ;dword  memory amount
306
BOOT_MEM_AMOUNT     equ 0x9034    ;dword  memory amount
Line 307... Line 307...
307
 
307
 
308
BOOT_APM_ENTRY      equ 0x9040
308
BOOT_APM_ENTRY      equ 0x9040
309
BOOT_APM_VERSION    equ 0x9044
309
BOOT_APM_VERSION    equ 0x9044
310
BOOT_APM_FLAGS      equ 0x9046    ;unused
310
BOOT_APM_FLAGS      equ 0x9046    ;unused
311
BOOT_APM_CODE_32    equ 0x9050
311
BOOT_APM_CODE_32    equ 0x9050
312
BOOT_APM_CODE_16    equ 0x9052
312
BOOT_APM_CODE_16    equ 0x9052
313
BOOT_APM_DATA_16    equ 0x9054
313
BOOT_APM_DATA_16    equ 0x9054
314
BOOT_IDE_BAR0_16    equ 0x9056
314
;BOOT_IDE_BAR0_16    equ 0x9056 ; now free and is not used
315
BOOT_IDE_BAR1_16    equ 0x9058
315
;BOOT_IDE_BAR1_16    equ 0x9058 ; now free and is not used
316
BOOT_IDE_BAR2_16    equ 0x905A
316
;BOOT_IDE_BAR2_16    equ 0x905A ; now free and is not used
317
BOOT_IDE_BAR3_16    equ 0x905C
317
;BOOT_IDE_BAR3_16    equ 0x905C ; now free and is not used
318
BOOT_IDE_PI_16      equ 0x905E
318
;BOOT_IDE_PI_16      equ 0x905E ; now free and is not used
Line 319... Line 319...
319
BOOT_IDE_INTERR_16  equ 0x9060
319
;BOOT_IDE_INTERR_16  equ 0x9060 ; now free and is not used
320
 
320
 
321
TMP_FILE_NAME       equ     0
321
TMP_FILE_NAME       equ     0