asm("jmp main"); int main() { char* video_memory = (char*) 0xb8000; *video_memory = 'X'; return 0; }