История изменений
Исправление tyamur, (текущая версия) :
Нашел через
find 0x0, maxMemory, "HELLO WORLD"
main.c
print_uart0((char *)0x12c); // вывод
Запускаю
qemu-system-arm -M versatilepb -m 1M -kernel bin -nographic -s -S -append "HELLO WORLD"
HELLO WORLD
Исходная версия tyamur, :
Нашел через
find 0x0, maxMemory, "HELLO WORLD"
print_uart0((char *)0x12c);
"HELLO WORLD