1
0
mirror of https://gitlab.os-k.eu/os-k-team/os-k.git synced 2023-08-25 14:03:10 +02:00

Little correction

This commit is contained in:
Antoine Cure 2020-02-12 18:30:12 +01:00
parent 06a80dc073
commit 4dd9db33d5
No known key found for this signature in database
GPG Key ID: DCA412F83BD81F24

View File

@ -93,7 +93,7 @@ noreturn void BtStartKern(multiboot_info_t *mbInfo, uint mbMagic, void *codeSeg)
pciDev_t *rtl8139_pciDev = IoPciGetDevice(0x10EC, 0x8139);
if(rtl8139_pciDev != NULL)
{
KernLog("Network card RTL8139 found ! PCI config addr = %p\n",
DebugLog("Network card RTL8139 found ! PCI config addr = %p\n",
rtl8139_pciDev->configAddr);
}