#include #include void KernelMain(void) { IOSerialPutString("Meow nya!!\n"); __asm__ volatile ("brk #0"); IOSerialPutString("How\r\n"); }