Searched defs:boot_image (Results 1 – 1 of 1) sorted by relevance
148 struct boot_image { struct149 int proc_nr; /* process number to use */150 char proc_name[PROC_NAME_LEN]; /* name in process table */151 endpoint_t endpoint; /* endpoint number when started */152 phys_bytes start_addr; /* Where it's in memory */153 phys_bytes len;