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)
Missing pointers
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:Missing pointers
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 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)