diff options
author | hpa <hpa> | 2003-11-30 23:52:44 +0000 |
---|---|---|
committer | hpa <hpa> | 2003-11-30 23:52:44 +0000 |
commit | 36c88b5a0335d83dbe658d68866efbf2ccb5bf9c (patch) | |
tree | 0e4398a32d46819b6796c6dc1db3f10e953d0aa2 | |
parent | 65cdb2eaabadc7ba9dfe499bc208672a947e3b98 (diff) | |
download | syslinux-36c88b5a0335d83dbe658d68866efbf2ccb5bf9c.tar.gz |
Add link to Ralf Brown's interrupt list.
-rw-r--r-- | memdisk/memdisk.doc | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/memdisk/memdisk.doc b/memdisk/memdisk.doc index 3d36475a..dcdcfd3d 100644 --- a/memdisk/memdisk.doc +++ b/memdisk/memdisk.doc @@ -88,7 +88,7 @@ Additional technical information: Starting with version 2.08, MEMDISK now supports an installation check API. This works as follows: - EAX = 454D0800h ("ME") + EAX = 454D08xxh ("ME") (08h = parameter query) ECX = 444Dxxxxh ("MD") EDX = 5349xxnnh ("IS") (nn = drive #) EBX = 3F4Bxxxxh ("K?") @@ -103,9 +103,12 @@ If drive nn is a MEMDISK, the registers will contain: ES:DI -> MEMDISK info structures -The low parts of EAX/ECX/EDX/EBX have the normal return values for -INT 13h, AH=08h, i.e. information of the disk geometry etc (see Ralf -Brown's interrupt list for a detailed description.) +The low parts of EAX/ECX/EDX/EBX have the normal return values for INT +13h, AH=08h, i.e. information of the disk geometry etc. + +See Ralf Brown's interrupt list, +http://www.cs.cmu.edu/afs/cs.cmu.edu/user/ralf/pub/WWW/files.html or +http://www.ctyme.com/rbrown.htm, for a detailed description. The MEMDISK info structure currently contains: |