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