git: 9front

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

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

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