1
0
atdalīts no xt-sys/exectos

Implement KeHaltSystem() routine

Šī revīzija ir iekļauta:
2023-11-22 19:24:14 +01:00
vecāks d7e6d319cf
revīzija f28c870192
3 mainīti faili ar 26 papildinājumiem un 6 dzēšanām

Parādīt failu

@@ -32,12 +32,7 @@ KeStartXtSystem(IN PKERNEL_INITIALIZATION_BLOCK Parameters)
KeInitializationBlock->ProtocolVersion != BOOT_PROTOCOL_VERSION)
{
/* Kernel and boot loader version mismatch */
for(;;)
{
/* Halt system */
ArClearInterruptFlag();
ArHalt();
}
KeHaltSystem();
}
/* Check if debugging enabled and if boot loader provided routine for debug printing */