git: 9front

ref: bf091209918c69bec31be1875f8f2f1e466515da
dir: /sys/src/9/pc/init9.c/

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

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