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