Added CPUID based checks

This commit is contained in:
2023-02-17 16:27:36 +01:00
parent ecab248cd6
commit 133c16cae7
6 changed files with 117 additions and 6 deletions

View File

@ -91,7 +91,8 @@ extern "C" void startSuperVisorTerminal()
};
// FIXME: If no drive is connected we continue trying to read from
// a not connected drive!
ATA_DEVICE::Identify((uint16_t) BUS_PORT::Primary, DEVICE_DRIVE::MASTER);
const int C = 0;