Subversion Repositories Kolibri OS

Rev

Rev 1952 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1952 Rev 6442
1
BIOS_BOOT_BLOCK_SIZE    equ     1       ; in 512-blocks
1
BIOS_BOOT_BLOCK_SIZE    equ     1       ; in 512-blocks
2
 
2
 
3
BIOS_PCI_VENDOR		equ	0x10EE
3
BIOS_PCI_VENDOR		equ	0x10EE
4
BIOS_PCI_DEVICE		equ	0x0007
4
BIOS_PCI_DEVICE		equ	0x0007
5
BIOS_PCI_CLASS		equ	0x04000000
-
 
6
5
BIOS_PCI_CLASS		equ	0x05000000
-
 
6
7
7