git: 9front

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

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

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