Subversion Repositories Kolibri OS

Rev

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

Rev 7121 Rev 7122
Line 12... Line 12...
12
;   0:9000     byte   bits per pixel
12
;   0:9000     byte   bits per pixel
13
;   0:9001     word   scanline length
13
;   0:9001     word   scanline length
14
;   0:9008     word   vesa video mode
14
;   0:9008     word   vesa video mode
15
;   0:900A     word   X res
15
;   0:900A     word   X res
16
;   0:900C     word   Y res
16
;   0:900C     word   Y res
17
;   0:9010     byte   mouse port  - not used
-
 
18
;   0:9014     dword  Vesa 1.2 pm bank switch
17
;   0:9014     dword  Vesa 1.2 pm bank switch
19
;   0:9018     dword  Vesa 2.0 LFB address
18
;   0:9018     dword  Vesa 2.0 LFB address
20
;   0:901C     byte   0 or 1 : enable MTRR graphics acceleration
19
;   0:901C     byte   0 or 1 : enable MTRR graphics acceleration
21
;   0:901D     byte   not used anymore (0 or 1 : enable system log display)
20
;   0:901D     byte   (0 or 1) start the first app (right now it's LAUNCHER) after kernel is loaded?
22
;   0:901E     byte   0 or 1 : enable direct lfb write, paging disabled
21
;   0:901E     byte   If nonzero, duplicates debug output to the screen.
23
;   0:901F     byte   DMA write : 1=yes, 2=no
22
;   0:901F     byte   DMA write : 1=yes, 2=no
24
;   0:9020     8bytes pci data
23
;   0:9020     8bytes pci data
25
;   0:9030     byte   shutdown type (see sysfn 18.9)
24
;   0:9030     byte   shutdown type (see sysfn 18.9)
26
;   0:9031     word   IDEContrRegsBaseAddr
-
 
27
;    0x9040 - dword - entry point of APM BIOS
25
;   0:9040     dword  entry point of APM BIOS
28
;    0x9044 -  word - version (BCD)
26
;   0:9044     word   version (BCD)
29
;    0x9046 -  word - flags
27
;   0:9046     word   flags
-
 
28
;   0:9050     word   APM_CODE_32
-
 
29
;   0:9052     word   APM_CODE_16
-
 
30
;   0:9054     word   APM_DATA_16
30
;   0:907F     byte   number of BIOS hard disks
31
;   0:907F     byte   number of BIOS hard disks
31
;   0:9080     Nbytes BIOS hard disks
32
;   0:9080     Nbytes BIOS hard disks
32
;   0:9100     word   available physical memory map: number of blocks
33
;   0:9100     word   available physical memory map: number of blocks
33
;   0:9104            available physical memory map: blocks
34
;   0:9104            available physical memory map: blocks
34
;
35
;