Subversion Repositories Kolibri OS

Rev

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

Rev 3519 Rev 3526
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2009. 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: 3519 $
8
$Revision: 3526 $
9
 
9
 
10
 
10
 
Line 368... Line 368...
368
PG_SHARED	    equ 0x200
368
PG_SHARED	    equ 0x200
Line 369... Line 369...
369
 
369
 
Line 370... Line 370...
370
;;;;;;;;;;;boot time variables
370
;;;;;;;;;;;boot time variables
371
 
371
 
372
;BOOT_BPP            equ 0x9000    ;byte   bits per pixel
372
;BOOT_BPP            equ 0x9000    ;byte   bits per pixel
373
BOOT_SCANLINE	    equ 0x9001	  ;word   scanline length
373
;BOOT_SCANLINE	    equ 0x9001	  ;word   scanline length
374
BOOT_VESA_MODE	    equ 0x9008	  ;word   vesa video mode
374
;BOOT_VESA_MODE	    equ 0x9008	  ;word   vesa video mode
375
;;BOOT_X_RES          equ 0x900A    ;word   X res
375
;;BOOT_X_RES          equ 0x900A    ;word   X res
376
;;BOOT_Y_RES          equ 0x900C    ;word   Y res
376
;;BOOT_Y_RES          equ 0x900C    ;word   Y res
377
;;BOOT_MOUSE_PORT     equ 0x9010    ;byte   mouse port  - not used
377
;;BOOT_MOUSE_PORT     equ 0x9010    ;byte   mouse port  - not used
378
BOOT_BANK_SW	    equ 0x9014	  ;dword  Vesa 1.2 pm bank switch
378
;BOOT_BANK_SW	    equ 0x9014	  ;dword  Vesa 1.2 pm bank switch
379
BOOT_LFB	    equ 0x9018	  ;dword  Vesa 2.0 LFB address
379
BOOT_LFB	    equ 0x9018	  ;dword  Vesa 2.0 LFB address
380
BOOT_MTRR	    equ 0x901C	  ;byte   0 or 1 : enable MTRR graphics acceleration
380
BOOT_MTRR	    equ 0x901C	  ;byte   0 or 1 : enable MTRR graphics acceleration
381
BOOT_LOG	    equ 0x901D	  ;byte   not used anymore (0 or 1 : enable system log display)
381
BOOT_LOG	    equ 0x901D	  ;byte   not used anymore (0 or 1 : enable system log display)
382
BOOT_DIRECT_LFB     equ 0x901E	  ;byte   0 or 1 : enable direct lfb write, paging disabled
382
BOOT_DIRECT_LFB     equ 0x901E	  ;byte   0 or 1 : enable direct lfb write, paging disabled
383
BOOT_PCI_DATA	    equ 0x9020	  ;8bytes pci data
383
BOOT_PCI_DATA	    equ 0x9020	  ;8bytes pci data
384
BOOT_VRR	    equ 0x9030	  ;byte   VRR start enabled 1, 2-no
384
;BOOT_VRR	    equ 0x9030	  ;byte   VRR start enabled 1, 2-no
Line 385... Line 385...
385
BOOT_IDE_BASE_ADDR  equ 0x9031	 ;word   IDEContrRegsBaseAddr
385
BOOT_IDE_BASE_ADDR  equ 0x9031	 ;word   IDEContrRegsBaseAddr
386
BOOT_MEM_AMOUNT     equ 0x9034	  ;dword  memory amount
386
BOOT_MEM_AMOUNT     equ 0x9034	  ;dword  memory amount