e589a45
1 2 3 4 5 6 7 8
#include <types.h> int main(); extern "C" void start() { u32int r = main(); asm volatile("int $66" : : "a"(r)); }