Click to See Complete Forum and Search --> : Reading RAM memory size


kiddo
May 15th, 2006, 06:00 AM
Hi,

I would like to read and display RAM memory size (while in DOS) and i know i have to use int 15h and get from location e801 but i'm not very sure how to read from this location. Can anyone please help me out??

Thks

ovidiucucu
May 15th, 2006, 06:30 AM
I would like to read and display RAM memory size (while in DOS)
It seems you have posted the question in a wrong forum. This is "C++ and WinAPI" forum and the Windows API function which returns beside others the physical memory size is GlobalMemoryStatus (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/memory/base/globalmemorystatus.asp).
But I think it's not what you want. Search for an MS DOS forum.