• Please review our updated Terms and Rules here

[DOS Programming] Get Free Memory

MMoeller

Experienced Member
Joined
Aug 19, 2011
Messages
70
Hello to all,

I do i programmatically get the free conventional, XMS, XMA and EMS Memory ?
Which function (interrupt) must i call ?

I'm about writing an System Information Utility.

Thanks in advance,
Martin
 
Google is your friend. It's all out there, and not hard to find ...

Use this forum for problems and advanced techniques that are not so easy to find.
 
agree with Mike. but i will point Martin to the best resource there is on interrupt calls. the Ralf Brown interrupt list...

http://www.ctyme.com/rbrown.htm

that should be just about everything you need. in the future, please use Google for this sort of thing.
 
The wolf3d source code release has some code for determining XMS/EMS free memory.
 
Back
Top