Re: Is there any example of using int 15h,ax=e820h?




Tim Roberts wrote:
> "bog" <spamtrap@xxxxxxxxxx> wrote:
> >
> >Hi,everybody
> >I'm now trying to get my machine's memory map under 1MB space using int
> >15h ax=e820h,but haven't succeeded till now.
>
> My relatively new Dell Inspiron 8600 returns a "not supported" error
> (AH=86).
>

My old Dell Latitude pentium 233 mmx supports it.

Dell Latitude 233 w/ 32M
00000000'00000000 Base
00000000'0009FC00 Length
00000001 Available Type.

00000000'0009FC00 Extended Bios Data Area
00000000'00000400
00000002 Not Available Type.

00000000'000C0000 48K SVGA Bios
00000000'0000C000
00000002 N/A

00000000'000F0000 Phoenix (C)
00000000'00010000
00000002 N/A

00000000'00100000
00000000'01EF0000 32m
00000001 Available

00000000'01FF0000
00000000'00010000
00000002 N/A

00000000'FFE00000
00000000'00200000
00000002 N/A

-end-

Steve

p.s. Thanks for the code Frank.

.