Lines Matching refs:cons_write
41 cons_write (const char *buf) in cons_write() function
101 cons_write(kpath); in start_bootloader()
102 cons_write(": file not found, reboot now\n"); in start_bootloader()
115 cons_write("not an ELF file\n"); in start_bootloader()
119 cons_write("not an ELF executable\n"); in start_bootloader()
123 cons_write("kernel not for this processor\n"); in start_bootloader()
131 cons_write("loading "); in start_bootloader()
132 cons_write(kpath); in start_bootloader()
133 cons_write("...\n"); in start_bootloader()
141 cons_write("failed to read phdr\n"); in start_bootloader()
160 cons_write("starting kernel...\n"); in start_bootloader()
172 cons_write("kernel returned!\n"); in start_bootloader()