git: 9front

ref: 8d7e1908b930ab7e6364ae874fa1054775689cee
dir: /sys/src/9/pc/init9.c/

View raw version
extern void startboot(char*, char**);

void
_main(char *argv0)
{
	startboot(argv0, &argv0);
}