Files
oldlinux-files/docs/interrupts/int-html0/inte275c.htm
2024-02-19 00:23:35 -05:00

69 lines
1.5 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<meta http-equiv="Content-Type"
content="text-html; charset=Windows-1252">
<title>INT 15,90 - Device Busy</title>
<meta name="FORMATTER" content="Microsoft FrontPage 2.0">
</head>
<body>
<h1><a name="kap_interrupt_1000"></a>INT 15,90 - Device Busy</h1>
<p> AH = 90h</p>
<p> AL = type code:</p>
<p> = 00 disk</p>
<p> = 01 diskette</p>
<p> = 02 keyboard</p>
<p> = 03 pointing device</p>
<p> = 80 network (ES:BX = NCB)</p>
<p> = FC fixed disk reset (PS/2)</p>
<p> = FD diskette motor start</p>
<p> = FE printer</p>
<p> ES:BX = pointer to network control block if waiting for
network</p>
<p> on return:</p>
<p> CF = 0 if wait not satisfied</p>
<p> = 1 if wait time satisfied</p>
<p> AH = when CF set, 80h for PC &amp; PCjr, 86h for XT (BIOS
11/8/82)</p>
<p> - tells the OS a a program is about to wait for a device</p>
<p> - used for multitasking OS development</p>
<hr>
<table border="0" width="100%" cols="3">
<tr>
<td width="33%">Zurück zum <a href="inte1at0.htm">Interrupt
Info</a>. </td>
<td align="center" width="33%"><a
href="mailto:Roger.Morgan@htl-steyr.ac.at">Roger Morgan</a>
/ 1998 </td>
<td align="right" width="33%"><font size="1">L.Änderung <!--webbot
bot="Timestamp" s-type="EDITED" s-format="%d.%m.%y"
startspan -->29.03.99<!--webbot bot="Timestamp" endspan
i-checksum="13964" --> </font></td>
</tr>
</table>
</body>
</html>