This commit is contained in:
Adrien Bourmault 2019-04-06 21:19:31 +02:00
parent feee90c3d0
commit cfb4ae7b09
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ noreturn void BtStartKern(multiboot_info_t *mbInfo, uint mbMagic)
PsInitSched();
KeStartPanic("Test Panic %x", 4);
// End this machine's suffering
KeCrashSystem();
}