diff --git a/kaleid/kernel/io/pci.c b/kaleid/kernel/io/pci.c index 9b29a9a..ba51bab 100644 --- a/kaleid/kernel/io/pci.c +++ b/kaleid/kernel/io/pci.c @@ -34,5 +34,5 @@ void pciGetDevice(ushort vendorID, ushort deviceID, int deviceType) { KernLog("Unable to access PCI configuration : MCFG table not reachable\n"); } - KernLog("PCI Config Base address = %ld", MCFG_table->PCIConfigBaseAddress); + KernLog("\nPCI Config Base address = 0x%lx\n", MCFG_table->PCIConfigBaseAddress); }