Cosmos/source2/Compiler/Cosmos.Compiler.DebugStub/Init.xs
kudzu_cp b8669c55d7
2012-06-19 12:38:16 +00:00

10 lines
204 B
Text

Group DebugStub
# Called before Kernel runs. Inits debug stub, etc
procedure Init {
Call .Cls
Call .DisplayWaitMsg
Call .InitSerial
Call .WaitForDbgHandshake
Call .Cls
}