LDRSRV_GET_MEMORY_INFO


mov   ax, 0007h                  ; Get_Memory_Info
call  dword ptr [_ServiceEntry]  ; service entry point passed to
                                 ; real-mode initialization procedure

Retrieves information about computer memory.