Add stub routine for identifying processor
Alle Prüfungen waren erfolgreich
ci/woodpecker/push/build Pipeline was successful

Dieser Commit ist enthalten in:
2023-02-05 00:42:30 +01:00
Ursprung c6cadbd655
Commit 0b743a5f26
3 geänderte Dateien mit 21 neuen und 2 gelöschten Zeilen

Datei anzeigen

@@ -71,6 +71,12 @@ ArInitializeProcessor(VOID)
ArpIdentifyProcessor();
}
XTAPI
VOID
ArpIdentifyProcessor(VOID)
{
}
/**
* Initializes the kernel's Global Descriptor Table (GDT).
*