Detecting Memory (x86): Difference between revisions

no edit summary
[unchecked revision][unchecked revision]
m (Reverted edits by Atie (talk) to last revision by Drakeor)
No edit summary
Line 131:
This function doesn't work in real mode. Instead, it's supposed to be called from 32-bit protected mode. It returns the same information as function E801, but uses extended registers (EAX/EBX/ECX/EDX).
 
Information on how to call it: http://www.ctyme.com/intr/rb-1742.html
Of course, this function is completely useless without documentation on how to call it.
 
====BIOS Function: INT 0x15, AX = 0xE801====