Stop tasking when stack guard fails

This commit is contained in:
Alex
2022-11-17 19:09:43 +02:00
parent a9a5b1f64c
commit 13f93b8e21
3 changed files with 10 additions and 1 deletions

View File

@ -38,6 +38,7 @@ extern Disk::Manager *DiskManager;
EXTERNC void putchar(char c);
EXTERNC void KPrint(const char *format, ...);
EXTERNC void Entry(struct BootInfo *Info);
EXTERNC void TaskingPanic();
EXTERNC void KernelMainThread();
EXTERNC void KernelShutdownThread(bool Reboot);