Page 2 of 2

Re:Missing pointers

Posted: Fri Apr 02, 2004 6:53 am
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)

Re:Missing pointers

Posted: Fri Apr 02, 2004 7:23 am
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 ...

Re:Missing pointers

Posted: Fri Apr 02, 2004 7:32 am
by Skute
cool, thankyou once again :)