Subversion Repositories Kolibri OS

Rev

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

Rev 3762 Rev 3777
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: 3762 $
8
$Revision: 3777 $
9
 
9
 
10
 
10
 
Line 293... Line 293...
293
BOOT_X_RES          equ 0x900A    ;word   X res
293
BOOT_X_RES          equ 0x900A    ;word   X res
294
BOOT_Y_RES          equ 0x900C    ;word   Y res
294
BOOT_Y_RES          equ 0x900C    ;word   Y res
295
BOOT_BANK_SW        equ 0x9014    ;dword  Vesa 1.2 pm bank switch
295
BOOT_BANK_SW        equ 0x9014    ;dword  Vesa 1.2 pm bank switch
296
BOOT_LFB            equ 0x9018    ;dword  Vesa 2.0 LFB address
296
BOOT_LFB            equ 0x9018    ;dword  Vesa 2.0 LFB address
297
BOOT_MTRR           equ 0x901C    ;byte   0 or 1 : enable MTRR graphics acceleration
297
BOOT_MTRR           equ 0x901C    ;byte   0 or 1 : enable MTRR graphics acceleration
298
BOOT_LOG            equ 0x901D    ;byte   not used anymore (0 or 1 : enable system log display)
298
;BOOT_LOG            equ 0x901D    ;byte   not used anymore (0 or 1 : enable system log display)
-
 
299
BOOT_LAUNCHER_START equ 0x901D    ;byte  (0 or 1) start the first app (right now it's LAUNCHER) after kernel is loaded?
299
;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.
300
BOOT_DMA            equ 0x901F    ;
302
BOOT_DMA            equ 0x901F    ;
301
BOOT_PCI_DATA       equ 0x9020    ;8bytes pci data
303
BOOT_PCI_DATA       equ 0x9020    ;8bytes pci data
302
BOOT_VRR            equ 0x9030    ;byte   VRR start enabled 1, 2-no
304
BOOT_VRR            equ 0x9030    ;byte   VRR start enabled 1, 2-no
303
BOOT_IDE_BASE_ADDR  equ 0x9031   ;word   IDEContrRegsBaseAddr
305
BOOT_IDE_BASE_ADDR  equ 0x9031   ;word   IDEContrRegsBaseAddr
304
BOOT_MEM_AMOUNT     equ 0x9034    ;dword  memory amount
306
BOOT_MEM_AMOUNT     equ 0x9034    ;dword  memory amount