1 ; =============================================================================
2 ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems
3 ; Copyright (C) 2008-2011 Return Infinity -- see LICENSE.TXT
6 ; =============================================================================
16 mov dx, PCI_CONFIG_ADDRESS
20 jne init_pci_not_found
21 mov byte [os_PCIEnabled
], 1
28 ; =============================================================================