mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-04-18 05:38:36 +01:00
Remove debug KMain Compiler load testing.
This commit is contained in:
parent
d3a298c9fd
commit
c2b4a4a1a0
1 changed files with 1 additions and 2 deletions
|
@ -215,8 +215,7 @@ U0 KMain()
|
|||
|
||||
"Load(\"Compiler\");\n";
|
||||
Cd("/Compiler");
|
||||
Load("Compiler");
|
||||
Sleep(3000);
|
||||
Load("Compiler", LDF_SILENT);
|
||||
LBts(&sys_run_level, RLf_COMPILER);
|
||||
|
||||
DebugMode(OFF);
|
||||
|
|
Loading…
Reference in a new issue