void _start(void) { __asm__ volatile("syscall" :: "a" (60), "D" (42) ); }