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.
I just compiled a program for my OS using newlib and a simple libgloss.. but when I try to run my program on my os I get the error:
Heap and stack collision
Now I'm excited that it actually printed something in my os, but what is the problem? Is this something with my linker script? Or maybe my sbrk function? Here's my linker script