Cosmos/source/Kernel-X86/20-Platform/Cosmos.Platform.PC/TempDebug.cs
2017-08-06 21:29:14 -04:00

11 lines
237 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Cosmos.Platform.PC {
static public class Debug {
static public void ShowText() {
Cosmos.CPU.x86.Debug.ShowText();
}
}
}