git: 9front

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

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

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