mtgos-mtgos-3ds9/kernel/arch/x86/pc/start.cpp

7 lines
141 B
C++
Raw Normal View History

2017-04-24 16:38:22 +00:00
#include <tty.hpp>
#include "../../../hw/pc/cgaterm/cgaterm.hpp"
extern "C" void start() {
CGATerm x = CGATerm();
x << "Hallo!\n";
}