Missing pointers

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.
Skute

Re:Missing pointers

Post by Skute »

Thankyou so much :)
Much appreciated!

So do you think that my .rodata section has solved the problems and i wont be opening a can of worms for later?

(My kernel now works as expected)
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:Missing pointers

Post by Pype.Clicker »

Skute wrote: Thankyou so much :)
Much appreciated!

So do you think that my .rodata section has solved the problems and i wont be opening a can of worms for later?

(My kernel now works as expected)
certainly. The only thing that could make the error reappear would be that you switch from COFF to ELF or change your compiler. Some of them (which i cannot remind of) tends to have .rodata1, .rodata32, etc. placing strings in one or the other depending on its size in order to optimize cache lines-alignment ...
Skute

Re:Missing pointers

Post by Skute »

cool, thankyou once again :)
Post Reply