djgpp memory addressing...
Posted: Tue Apr 24, 2001 11:00 pm
I'm curious... when DJGPP see something like this:
memmory[a] = 0;
How does djgpp form the asm for that?
I'm asking, 'cuz certain code that's worked before
isn't working in my new OS, and I'm wondering if
DJGPP is _assuming_ a certain environment.
I mean, I've created my own IDT and GDT, but I'm wondering
if DJGPP is creating code based on what it _thinks_ the
IDT and GDT are... is this possible?
If so, how can I fix this? How can I let DJGPP
know _this_ is what my IDT looks like, _this_ is what
my GDT looks like.
OR, does anybody know what kind of a setup DGJPP
expects?
Thanks,
Jeff
memmory[a] = 0;
How does djgpp form the asm for that?
I'm asking, 'cuz certain code that's worked before
isn't working in my new OS, and I'm wondering if
DJGPP is _assuming_ a certain environment.
I mean, I've created my own IDT and GDT, but I'm wondering
if DJGPP is creating code based on what it _thinks_ the
IDT and GDT are... is this possible?
If so, how can I fix this? How can I let DJGPP
know _this_ is what my IDT looks like, _this_ is what
my GDT looks like.
OR, does anybody know what kind of a setup DGJPP
expects?
Thanks,
Jeff