212 lines
14 KiB
HTML
212 lines
14 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>Int 1E
|
|
</TITLE>
|
|
<META NAME="Description" CONTENT="
|
|
Int 1E - SYSTEM DATA - DISKETTE PARAMETERS -
|
|
Notes: the default parameter table (see #01264) is located at F000h:EFC7h for
|
|
100% compatible BIOSes
|
|
if the table is changed, INT 13/AH=00h should be called to ensure that
|
|
the floppy-disk controller is appropriately reprogrammed
|
|
before rebooting the machine, this pointer should be restored to point
|
|
to the original position of the floppy parameters in the ROM BIOS.
|
|
The DOS boot sector takes care of this and in the case of a bootstrap
|
|
error, resets the vector. It also passes the original pointer to the
|
|
IO.SYS/IBMDOS.COM file for possible later restoration.
|
|
under PhysTechSoft's PTS ROM-DOS this table is fictitious.
|
|
">
|
|
<META NAME="robots" CONTENT="none">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#FFD0A0">
|
|
<center>
|
|
<h2>Int 1E
|
|
</h2>
|
|
</center><p>
|
|
<table border=1 cellpadding=3 cellspacing=1>
|
|
<td>
|
|
<a href="rb-2444.htm" tppabs="http://www.ctyme.com/intr/rb-2444.htm">
|
|
<img src="lup.gif" tppabs="http://graphics.ctyme.com/gif/lup.gif" border=0 alt=Prev></a>
|
|
<a href="rb-2446.htm" tppabs="http://www.ctyme.com/intr/rb-2446.htm">
|
|
<img src="ldown.gif" tppabs="http://graphics.ctyme.com/gif/ldown.gif" border=0 alt=Next></a>
|
|
<a href="javascript:if(confirm('http://www.ctyme.com/rbrown.htm \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/rbrown.htm'" tppabs="http://www.ctyme.com/rbrown.htm">
|
|
<img src="lhome.gif" tppabs="http://graphics.ctyme.com/gif/lhome.gif" border=0 alt=Ralf Brown Page></a>
|
|
<td><a href="int.htm" tppabs="http://www.ctyme.com/intr/int.htm">Interrups</a></td>
|
|
<td><a href="cat.htm" tppabs="http://www.ctyme.com/intr/cat.htm">Categories</a></td>
|
|
<td><a href="alpha.htm" tppabs="http://www.ctyme.com/intr/alpha.htm">Contents</a></td>
|
|
</td></table><p>
|
|
<p><img src="rbline.gif" tppabs="http://graphics.ctyme.com/gif/rbline.gif" width="100%" alt="------"><p>
|
|
<h3><font color=#C00040>SYSTEM DATA - DISKETTE PARAMETERS</font></h3>
|
|
<p><b>Notes:</b>
|
|
The default parameter table (see #01264) is located at F000h:EFC7h for
|
|
100% compatible BIOSes.
|
|
If the table is changed, INT 13/AH=00h should be called to ensure that
|
|
the floppy-disk controller is appropriately reprogrammed.
|
|
Before rebooting the machine, this pointer should be restored to point
|
|
to the original position of the floppy parameters in the ROM BIOS.
|
|
The DOS boot sector takes care of this and in the case of a bootstrap
|
|
error, resets the vector. It also passes the original pointer to the
|
|
IO.SYS/IBMDOS.COM file for possible later restoration..
|
|
Under PhysTechSoft's PTS ROM-DOS this table is fictitious..
|
|
The DR-DOS multi-OS LOADER (at least 1.04 up to including DR-DOS 7.03)
|
|
does not alter the INT 1Eh vector when launching IBMBIO.COM files
|
|
via its boot methods "S" or "D". Although this allows booting
|
|
(uncompressed) IBMBIO.COM files bigger than 29 KB, it may
|
|
occasionally cause the floppy parameters to get trashed due to a
|
|
bug in the DR-DOS 7.03 IBMBIO.COM startup code.
|
|
<p><b>BUG:</b>
|
|
The 2nd level decompressor of the DR-DOS 7.03 IBMBIO.COM (1998/08/11 to
|
|
1999/07) start-up code erroneously assumes that the floppy parameters
|
|
reside at 0000h:7C00h (normally set up there by the boot sector)
|
|
instead of relying on the INT 1Eh vector to point at their location.
|
|
Since the "assumed" floppy parameters get moved around and INT 1Eh
|
|
gets updated to point to their new location, this may cause the
|
|
contents of the floppy params to get trashed, if they weren't
|
|
actually copied to 0000h:7C00h by the bootstrap loader (that is the
|
|
boot sector or the LOADER utility).
|
|
<p><b>See Also:</b>
|
|
<a href="rb-0630.htm" tppabs="http://www.ctyme.com/intr/rb-0630.htm">INT 13/AH=0Fh</a> - <a href="rb-6135.htm" tppabs="http://www.ctyme.com/intr/rb-6135.htm">INT 41"HARD DISK 0"</a> - <a href="rb-6290.htm" tppabs="http://www.ctyme.com/intr/rb-6290.htm">INT 4D/AH=0Ah</a>
|
|
<PRE>
|
|
<p>
|
|
Format of diskette parameter table:
|
|
<a name=table1264></a>
|
|
Offset Size Description (Table 01264)
|
|
00h BYTE first specify byte
|
|
<p><b>bits 7-4:</b><br>Step rate (Fh=2ms,Eh=4ms,Dh=6ms,etc.)
|
|
<p><b>bits 3-0:</b><br>Head unload time (0Fh = 240 ms)
|
|
01h BYTE second specify byte
|
|
<p><b>bits 7-1:</b><br>Head load time (01h = 4 ms)
|
|
<p><b>bit 0:</b><br>Non-DMA mode (always 0)
|
|
</PRE>
|
|
<p><b>Note:</b>
|
|
The DOS boot sector sets the head load time to 15ms,
|
|
however, one should retry the operation on failure
|
|
02h BYTE delay until motor turned off (in clock ticks)
|
|
03h BYTE bytes per sector (00h = 128, 01h = 256, 02h = 512, 03h = 1024)
|
|
04h BYTE sectors per track (maximum if different for different tracks)
|
|
05h BYTE length of gap between sectors (2Ah for 5.25", 1Bh for 3.5")
|
|
06h BYTE data length (ignored if bytes-per-sector field nonzero)
|
|
07h BYTE gap length when formatting (50h for 5.25", 6Ch for 3.5")
|
|
08h BYTE format filler byte (default F6h)
|
|
09h BYTE head settle time in milliseconds
|
|
0Ah BYTE motor start time in 1/8 seconds
|
|
---IBM SurePath BIOS---
|
|
0Bh BYTE maximum track number
|
|
0Ch BYTE data transfer rate
|
|
0Dh BYTE drive type in CMOS
|
|
<p><b>See Also:</b>
|
|
#03226 at INT 4D/AH=09h
|
|
<p>
|
|
<b>Category: <a href="cat-003.htm" tppabs="http://www.ctyme.com/intr/cat-003.htm">
|
|
Bios</a>
|
|
- <a href="int-1e-1.htm" tppabs="http://www.ctyme.com/intr/int-1E.htm">
|
|
Int 1Eh</a>
|
|
- <a href="alpha-s.htm" tppabs="http://www.ctyme.com/intr/alpha-s.htm">
|
|
S</a>
|
|
</b><p><p><img src="rbline.gif" tppabs="http://graphics.ctyme.com/gif/rbline.gif" width="100%" alt="------"><p>
|
|
<table border=1 cellpadding=3 cellspacing=1>
|
|
<td>
|
|
<a href="rb-2444.htm" tppabs="http://www.ctyme.com/intr/rb-2444.htm">
|
|
<img src="lup.gif" tppabs="http://graphics.ctyme.com/gif/lup.gif" border=0 alt=Prev></a>
|
|
<a href="rb-2446.htm" tppabs="http://www.ctyme.com/intr/rb-2446.htm">
|
|
<img src="ldown.gif" tppabs="http://graphics.ctyme.com/gif/ldown.gif" border=0 alt=Next></a>
|
|
<a href="javascript:if(confirm('http://www.ctyme.com/rbrown.htm \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/rbrown.htm'" tppabs="http://www.ctyme.com/rbrown.htm">
|
|
<img src="lhome.gif" tppabs="http://graphics.ctyme.com/gif/lhome.gif" border=0 alt=Ralf Brown Page></a>
|
|
<td><a href="int.htm" tppabs="http://www.ctyme.com/intr/int.htm">Interrups</a></td>
|
|
<td><a href="cat.htm" tppabs="http://www.ctyme.com/intr/cat.htm">Categories</a></td>
|
|
<td><a href="alpha.htm" tppabs="http://www.ctyme.com/intr/alpha.htm">Contents</a></td>
|
|
</td></table><p>
|
|
|
|
<!-- Bottom Link Start -->
|
|
|
|
<center>
|
|
|
|
<p><table border=1 bgcolor="#ffff99"><tr><td>
|
|
<table border=0 height=80>
|
|
<tr align=center><td width="65">
|
|
|
|
<a href="javascript:if(confirm('http://www.ctyme.com/sponsor.htm \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/sponsor.htm'" tppabs="http://www.ctyme.com/sponsor.htm">
|
|
<img src="tip.gif" tppabs="http://graphics.ctyme.com/gif/tip.gif" ALT="Sponsors" height="40" width="40"></a>
|
|
<br><a href="javascript:if(confirm('http://www.ctyme.com/sponsor.htm \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/sponsor.htm'" tppabs="http://www.ctyme.com/sponsor.htm">Shopping</a>
|
|
|
|
</td><td width="65">
|
|
|
|
<a href="javascript:if(confirm('http://talk.ctyme.com/webx.cgi?13@@.ee6b2be \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://talk.ctyme.com/webx.cgi?13@@.ee6b2be'" tppabs="http://talk.ctyme.com/webx.cgi?13@@.ee6b2be">
|
|
<img src="comment.gif" tppabs="http://graphics.ctyme.com/gif/comment.gif" ALT="Forum" height="40" width="40"></a>
|
|
<br><a href="javascript:if(confirm('http://talk.ctyme.com/webx.cgi?13@@.ee6b2be \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://talk.ctyme.com/webx.cgi?13@@.ee6b2be'" tppabs="http://talk.ctyme.com/webx.cgi?13@@.ee6b2be">Forum</a>
|
|
|
|
</td><td width="65">
|
|
|
|
<a href="javascript:if(confirm('http://www.ctyme.com/mail.htm \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/mail.htm'" tppabs="http://www.ctyme.com/mail.htm">
|
|
<img src="mail.gif" tppabs="http://graphics.ctyme.com/gif/mail.gif" ALT="email" height="40" width="40"></a>
|
|
<br><a href="javascript:if(confirm('http://www.ctyme.com/mail.htm \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/mail.htm'" tppabs="http://www.ctyme.com/mail.htm">EMail</a>
|
|
|
|
</td><td width="65">
|
|
|
|
<a href="javascript:if(confirm('http://www.ctyme.com/map.htm \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/map.htm'" tppabs="http://www.ctyme.com/map.htm">
|
|
<img src="toc.gif" tppabs="http://graphics.ctyme.com/gif/toc.gif" ALT="Index" height="40" width="40"></a>
|
|
<br><a href="javascript:if(confirm('http://www.ctyme.com/map.htm \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/map.htm'" tppabs="http://www.ctyme.com/map.htm">Index</a>
|
|
|
|
</td><td width="65">
|
|
|
|
<a href="javascript:if(confirm('http://www.ctyme.com/ \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/'" tppabs="http://www.ctyme.com/">
|
|
<img src="home.gif" tppabs="http://graphics.ctyme.com/gif/home.gif" ALT="Home" height="40" width="40"></a>
|
|
<br><a href="javascript:if(confirm('http://www.ctyme.com/ \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/'" tppabs="http://www.ctyme.com/">Home</a>
|
|
|
|
</td><td width="90">
|
|
|
|
<center>
|
|
<FORM ACTION="https://secure.paypal.com/cgi-bin/webscr" tppabs="https://secure.paypal.com/cgi-bin/webscr" METHOD="POST" traget="_blank">
|
|
<INPUT TYPE="hidden" NAME="cmd" VALUE="_xclick">
|
|
<INPUT TYPE="hidden" NAME="business" VALUE="marc@perkel.com">
|
|
<INPUT TYPE="hidden" NAME="return" VALUE="http://www.perkel.com">
|
|
<INPUT TYPE="hidden" NAME="item_name" VALUE="Donation To Support this Site">
|
|
<INPUT TYPE="hidden" NAME="no_intl" VALUE="1">
|
|
<INPUT TYPE="image" SRC="x-click-but7.gif" tppabs="http://images.paypal.com/images/x-click-but7.gif" vspace=9
|
|
NAME="submit" ALT="Make payments with PayPal - it's fast, free and secure!">
|
|
</FORM>
|
|
|
|
</td></tr></table></td></tr></table><p>
|
|
|
|
|
|
<center>
|
|
<p>
|
|
<a href="javascript:if(confirm('http://www.ctyme.com/hosting/index.htm \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/hosting/index.htm'" tppabs="http://www.ctyme.com/hosting/index.htm" target="_blank">
|
|
<img src="ctymehost.gif" tppabs="http://graphics.ctyme.com/gif/ctymehost.gif"
|
|
border=3 height=60 width=468></a>
|
|
<p>
|
|
<!-- Ad End --->
|
|
|
|
</center>
|
|
<FORM ACTION="http://service.bfast.com/bfast/click" target="_blank">
|
|
<INPUT TYPE="hidden" NAME="siteid" VALUE="30472466" >
|
|
<INPUT TYPE="hidden" NAME="bfpage" VALUE="horizontal">
|
|
<INPUT TYPE="hidden" NAME="bfmid" VALUE="27253343" >
|
|
<INPUT TYPE="hidden" NAME="num" VALUE="30">
|
|
|
|
<table bgcolor=white border=3><tr><td>
|
|
<table bgcolor=white border=0>
|
|
<tr><td>
|
|
<IMG SRC="serve-bfmid=27253343&siteid=30472466&bfpage=horizontal.gif" tppabs="http://service.bfast.com/bfast/serve?bfmid=27253343&siteid=30472466&bfpage=horizontal" BORDER="0" WIDTH="1" HEIGHT="1" align=right NOSAVE >
|
|
<center><b>Search the web with Google</b></center>
|
|
</td></tr><tr><td>
|
|
<TABLE cellpadding=0 cellspacing=5 bgcolor="#FFFFFF">
|
|
<tr><td bgcolor="#0000cc"><IMG SRC="cleardot.gif" tppabs="http://www.google.com/images/cleardot.gif" height=1 border="0" ALT="Google"></td></tr><tr><td>
|
|
<IMG SRC="affiliate_logo.gif" tppabs="http://www.google.com/affiliates/affiliate_logo.gif" border="0" ALT="Google" align="center">
|
|
<INPUT TYPE=text name=q size=30 maxlength=255 value="">
|
|
<INPUT type=submit name=sa VALUE="Go">
|
|
</td></tr>
|
|
<tr><td bgcolor="#0000cc"><IMG SRC="cleardot.gif" tppabs="http://www.google.com/images/cleardot.gif" height=1 border="0" ALT="Google"></td></tr></TABLE>
|
|
</td></tr></table>
|
|
</tr></td></table>
|
|
</FORM>
|
|
|
|
</center>
|
|
|
|
|
|
<p><img src="rbline.gif" tppabs="http://graphics.ctyme.com/gif/rbline.gif" width="100%" alt="------"><p>
|
|
|
|
<!-- Bottom Link End -->
|
|
|
|
</BODY>
|
|
</HTML>
|