mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-01 18:39:16 +00:00
test(kernel): ✨ add debug playground functions for testing purposes
This commit is contained in:
@ -139,6 +139,10 @@ void KernelMainThread()
|
||||
Subsystem::Linux::InitializeSubSystem();
|
||||
Subsystem::Windows::InitializeSubSystem();
|
||||
|
||||
#ifdef DEBUG
|
||||
__late_playground();
|
||||
#endif
|
||||
|
||||
KPrint("Executing %s", Config.InitPath);
|
||||
int ExitCode = -1;
|
||||
Tasking::PCB *initProc;
|
||||
|
Reference in New Issue
Block a user