mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-01 02:19:15 +00:00
test(kernel): ✨ add debug playground functions for testing purposes
This commit is contained in:
@ -247,6 +247,10 @@ EXTERNC nif cold void Main()
|
||||
KPrint("Initializing Filesystem");
|
||||
KernelVFS();
|
||||
|
||||
#ifdef DEBUG
|
||||
__early_playground();
|
||||
#endif
|
||||
|
||||
KPrint("\x1b[1;32m################################");
|
||||
TaskManager = new Tasking::Task(Tasking::IP(KernelMainThread));
|
||||
TaskManager->StartScheduler();
|
||||
|
Reference in New Issue
Block a user