Test kernels refuses to print to screen

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
AR

Re:Test kernels refuses to print to screen

Post by AR »

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).
dan

Re:Test kernels refuses to print to screen

Post by dan »

puts is written in assembly. My code is very simular to brans code.

Ok, I'll give that a try later on, thanks.
Post Reply