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