git: 9front

ref: 508042dfca08fc96fbf84d34ee0f42c073cee263
dir: /sys/src/9/pc/init9.c/

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

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