git: 9front

ref: 1a754fc173f23cbfd18b9246133a47f5f3b2481e
dir: /sys/src/9/pc/init9.c/

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

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