1 2 3 4 5 6 7 8 9
#include <stdbool.h> #include <debug.h> int main(int argc, char **argv) { asm volatile("int $0x80"); while(true); }