ref: 7e33a75e36a301043ea4b6048d05cace106e3519 dir: /sys/src/9/pc/init9.c/
extern void startboot(char*, char**); void _main(char *argv0) { startboot(argv0, &argv0); }