summaryrefslogtreecommitdiff
path: root/comboot.doc
diff options
context:
space:
mode:
authorhpa <hpa>2003-11-24 02:44:42 +0000
committerhpa <hpa>2003-11-24 02:44:42 +0000
commit43cf4dda600db1ccd05d9788c7b1da0cde7c0413 (patch)
tree0c69eaa8d2e0f49bc4ea8770762a97d4552771ad /comboot.doc
parent4a10396ab1f114fc37fa8f276e047fe3c283671c (diff)
downloadsyslinux-43cf4dda600db1ccd05d9788c7b1da0cde7c0413.tar.gz
Fix COMBOOT/COM32 command-line generation.syslinux-2.08-pre1
Add test programs.
Diffstat (limited to 'comboot.doc')
-rw-r--r--comboot.doc4
1 files changed, 4 insertions, 0 deletions
diff --git a/comboot.doc b/comboot.doc
index 89fe6e43..5d1a9547 100644
--- a/comboot.doc
+++ b/comboot.doc
@@ -179,6 +179,10 @@ INT 21h AH=08h Get Key without Echo
Reads a key fron the console input, without echoing it to the
console output. The read character is returned in AL.
+INT 21h AH=09h Write DOS String to Console
+
+ Writes a DOS $-terminated string in DS:DX to the console.
+
INT 21h AH=0Bh Check Keyboard
Returns AL=FFh if there is a keystroke waiting (which can then