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