proc_create_runprogram 86 kern/include/proc.h struct proc *proc_create_runprogram(const char *name); proc_create_runprogram 140 kern/startup/menu.c proc = proc_create_runprogram(args[0] /* name */);