Detecting Memory (x86): Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
m Reverted edits by Atie (talk) to last revision by Drakeor
No edit summary
Line 131: 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).
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====
====BIOS Function: INT 0x15, AX = 0xE801====