関数定義書 HotDocument 今井浩司

detect_memory_e820

構文構文

INT 15 - newer BIOSes - GET SYSTEM MEMORY MAP

void detect_memory_e820(
  struct e820entry * desc
  int size_map
  int * size_found
)

パラメータパラメータ

desc
size_map
size_found

機能機能

INT 15 - newer BIOSes - GET SYSTEM MEMORY MAP
AX = E820h
EAX = 0000E820h
EDX = 534D4150h ('SMAP')
EBX = continuation value or 00000000h to start at beginning of map
ECX = size of buffer for result, in bytes (should be >= 20 bytes)

ファイル名ファイル名

memory.c

See Also

目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー | memory.c