News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

How much physical memory is there...?

Started by Senbonzakura, March 02, 2007, 03:25:33 PM

Previous topic - Next topic

Senbonzakura

Hello,

I want to ask, if anyone knows how to write a function that checks how much physical memory is installed, how much of it is available etc.
I need to add, that it is supposed to work in 16-bit protected mode, without paging, at privilege levelĀ  0, and musn't use BIOS functions.

I have no idea how to get it onĀ  :( so I would appreciate any tips...

PBrennick

With those type of requirements, I am certain that this is homework. Use Google or your text book.  :naughty:

Oh, and to answer your question, yes - we know how to write a function that checks how much physical memory is installed, how much of it is available etc.

Paul
The GeneSys Project is available from:
The Repository or My crappy website

TNick


Senbonzakura

It is some kind of homework indeed... :8)

However I didn't ask you to give me solution, just some general tips, to save my time...
I gues it wasn't good idea from the start, I have already found how to get it on.

Thank you, anyway