#include #include int main(int argc, char **argv) { asm volatile("int $0x40"); while(true); }