jehanne/sys/src/kern/amd64/init9.c

8 lines
97 B
C

extern void startboot(int, char**);
void
main(int argc, char**argv)
{
startboot(argc, argv);
}