#include "arch/Serial.h" extern "C" void _start() { Serial::println("Hello, world!"); for (;;) ; }