Re:Test kernels refuses to print to screen
Posted: Thu Oct 27, 2005 5:48 pm
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).