* Tyler Pohl tylerapohl@gmail.com [061208 09:04]:
Where is the code for serial output. For example if i wanted to change "Jumping to LinuxBios" to Jumping around" where would i find that code?
Depends on whether your port uses cache-as-ram: ./src/cpu/amd/car/copy_and_run.c: print_debug("Jumping to LinuxBIOS.\r\n"); ./src/cpu/x86/car/copy_and_run.c: print_debug("Jumping to LinuxBIOS.\r\n"); ./src/arch/i386/init/crt0.S.lb:str_pre_main: .string "Jumping to LinuxBIOS.\r\n"