Test kernels refuses to print to screen
Re:Test kernels refuses to print to screen
Is "puts" in C or in assembly? If it's in assembly then you may have broken the calling convention. *(.rodata*) goes in the .text section (read-only data, and .text is read-only).
Re:Test kernels refuses to print to screen
puts is written in assembly. My code is very simular to brans code.
Ok, I'll give that a try later on, thanks.
Ok, I'll give that a try later on, thanks.