Page 2 of 2

Re:int 0x15/e820 Memory Map

Posted: Thu Sep 11, 2003 8:28 am
by Pype.Clicker
oh dear ... dude ... check the Holly Manuals again...

on a 386, in real mode, you *can* use 32 bits registers. and 32bits addressing modes (things like [eax+ecx*8]). You'll just be resetting the CPU if you attempt to do something like

Code: Select all

mov [eax],1
when eax is above 0xffff ...

Of course, you should better check you're running on a 386+ before issueing such code, but you of course did, didn't you ?

Re:int 0x15/e820 Memory Map

Posted: Fri Sep 12, 2003 3:55 pm
by mr. xsism
WHAT!! DUDE!! Yeah, I was never so sure about that. Thanks punk.. i mena, pype :P

Regards,
mr. xsism