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