git: 9front

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

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

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