421 lines
27 KiB
HTML
421 lines
27 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>Int 21/AX=5D0Bh
|
|
</TITLE>
|
|
<META NAME="Description" CONTENT="
|
|
Int 21/AX=5D0Bh - DOS 4.x only - internal - GET DOS SWAPPABLE DATA AREAS -
|
|
AX = 5D0Bh
|
|
Return: CF set on error
|
|
AX = error code (see #01680)
|
|
CF clear if successful
|
|
DS:SI - swappable data area list (see #01689)
|
|
Notes: copying and restoring the swappable data areas allows DOS to be
|
|
reentered unless it is in a critical section delimited by calls to
|
|
INT 2A/AH=80h and INT 2A/AH=81h,82h
|
|
SHARE and other DOS utilities consult the byte at offset 04h in the
|
|
DOS data segment (see INT 2F/AX=1203h) to determine the SDA format
|
|
">
|
|
<META NAME="robots" CONTENT="none">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#FFD0A0">
|
|
<center>
|
|
<h2>Int 21/AX=5D0Bh
|
|
</h2>
|
|
</center><p>
|
|
<table border=1 cellpadding=3 cellspacing=1>
|
|
<td>
|
|
<a href="rb-3027.htm" tppabs="http://www.ctyme.com/intr/rb-3027.htm">
|
|
<img src="lup.gif" tppabs="http://graphics.ctyme.com/gif/lup.gif" border=0 alt=Prev></a>
|
|
<a href="rb-3029.htm" tppabs="http://www.ctyme.com/intr/rb-3029.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>DOS 4.x only - internal - GET DOS SWAPPABLE DATA AREAS</font></h3>
|
|
<PRE>
|
|
AX = 5D0Bh<br>
|
|
<p><b>Return:</b><br>CF set on error
|
|
AX = error code <a href="rb-3012.htm#Table1680" tppabs="http://www.ctyme.com/intr/rb-3012.htm#Table1680">(see #01680)</a>
|
|
CF clear if successful
|
|
DS:SI -> swappable data area list <a href="rb-3028.htm#Table1689" tppabs="http://www.ctyme.com/intr/rb-3028.htm#Table1689">(see #01689)</a>
|
|
</PRE>
|
|
<p><b>Notes:</b>
|
|
Copying and restoring the swappable data areas allows DOS to be
|
|
reentered unless it is in a critical section delimited by calls to
|
|
INT 2A/AH=80h and INT 2A/AH=81h,82h.
|
|
SHARE and other DOS utilities consult the byte at offset 04h in the
|
|
DOS data segment (see INT 2F/AX=1203h) to determine the SDA format
|
|
<PRE>
|
|
<p><b>in use:</b><br>00h = DOS 3.x, 01h = DOS 4.0-6.0, other = error..
|
|
DOS 5+ use the SDA format listed below, but revert back to the DOS 3.x
|
|
call for finding the SDA <a href="rb-3023.htm#Table1687" tppabs="http://www.ctyme.com/intr/rb-3023.htm#Table1687">(see #01687)</a>; Novell DOS 7 does not support
|
|
this function, either.
|
|
</PRE>
|
|
<p><b>See Also:</b>
|
|
<a href="rb-3023.htm" tppabs="http://www.ctyme.com/intr/rb-3023.htm">AX=5D06h</a> - <a href="rb-4140.htm" tppabs="http://www.ctyme.com/intr/rb-4140.htm">INT 2A/AH=80h</a> - <a href="rb-4141.htm" tppabs="http://www.ctyme.com/intr/rb-4141.htm">INT 2A/AH=81h</a> - <a href="rb-4142.htm" tppabs="http://www.ctyme.com/intr/rb-4142.htm">INT
|
|
<PRE>
|
|
<p>
|
|
Format of DOS 4.x swappable data area list:
|
|
<a name=table1689></a>
|
|
Offset Size Description (Table 01689)
|
|
00h WORD count of data areas
|
|
02h N BYTEs "count" copies of data area record
|
|
Offset Size Description
|
|
00h DWORD address
|
|
04h WORD length and type
|
|
bit 15 set if swap always, clear if swap in DOS
|
|
<p><b>bits 14-0:</b><br>Length in bytes
|
|
</PRE>
|
|
<p><b>See Also:</b>
|
|
#01690
|
|
<PRE>
|
|
<p>
|
|
Format of DOS 4.0-6.0 swappable data area:
|
|
<a name=table1690></a>
|
|
Offset Size Description (Table 01690)
|
|
-34 BYTE printer echo flag (00h off, FFh active)
|
|
-31 BYTE current switch character (ignored by DOS 5+)
|
|
-30 BYTE current memory allocation strategy (see AH=58h)
|
|
-28 BYTE incremented on each INT 21/AX=5E01h call
|
|
-27 16 BYTEs machine name set by INT 21/AX=5E01h
|
|
-11 5 WORDs zero-terminated list of offsets which need to be patched to
|
|
enable critical-section calls (see INT 2A/AH=80h)
|
|
(all offsets are 0D0Ch, but this list is still present for
|
|
DOS 3.x compatibility)
|
|
-1 BYTE unused padding
|
|
</PRE>
|
|
<p><b>Note:</b>
|
|
The above data is not actually part of the SDA, and is much more likely
|
|
to change between DOS versions/OEMs than data in the SDA itself
|
|
---start of actual SDA---
|
|
00h BYTE critical error flag ("ErrorMode")
|
|
01h BYTE InDOS flag (count of active INT 21 calls)
|
|
02h BYTE drive on which current critical error occurred or FFh
|
|
(DR DOS 3.41/5.0 set this to 00h when no critical error)
|
|
03h BYTE locus of last error
|
|
04h WORD extended error code of last error
|
|
06h BYTE suggested action for last error
|
|
07h BYTE class of last error
|
|
08h DWORD ES:DI pointer for last error
|
|
0Ch DWORD current DTA (Disk Transfer Address)
|
|
<p><b>note:</b>
|
|
May point into SDA during the DOS EXEC function
|
|
(see AH=4Bh), so programs which swap the SDA must be
|
|
prepared to move the DTA to a private buffer if they
|
|
might be invoked during an EXEC
|
|
10h WORD current PSP
|
|
12h WORD stores SP across an INT 23
|
|
14h WORD return code from last process termination (zerod after reading
|
|
with AH=4Dh)
|
|
16h BYTE current drive
|
|
17h BYTE extended break flag
|
|
<PRE>
|
|
<p><b>18h BYTE flag:</b><br>Code page switching
|
|
<p><b>19h BYTE flag:</b><br>Copy of previous byte in case of INT 24 Abort
|
|
---remainder need only be swapped if in DOS---
|
|
1Ah WORD value of AX on call to INT 21
|
|
</PRE>
|
|
<p><b>Note:</b>
|
|
Does not contain correct value on functions 00h-0Ch,
|
|
50h, 51h, 59h, or 62h
|
|
1Ch WORD PSP segment for sharing/network (0000h = local)
|
|
1Eh WORD network machine number for sharing/network (0000h = local)
|
|
20h WORD first usable memory block found when allocating memory
|
|
22h WORD best usable memory block found when allocating memory
|
|
24h WORD last usable memory block found when allocating memory
|
|
26h WORD memory size in paragraphs (used only during initialization)
|
|
28h WORD last entry checked during directory search
|
|
<PRE>
|
|
<p><b>2Ah BYTE flag:</b><br>Nonzero if INT 24 Fail
|
|
<p><b>2Bh BYTE flags:</b><br>Allowable INT 24 responses (passed to INT 24 in AH)
|
|
<p><b>2Ch BYTE flag:</b><br>Do not set directory if nonzero
|
|
<p><b>2Dh BYTE flag:</b><br>Program aborted by ^C
|
|
<p><b>2Eh BYTE flag:</b><br>Allow embedded blanks in FCB
|
|
may also allow use of "*" wildcard in FCBs
|
|
2Fh BYTE padding (unused)
|
|
30h BYTE day of month
|
|
31h BYTE month
|
|
32h WORD year - 1980
|
|
34h WORD number of days since 01jan1980
|
|
36h BYTE day of week (0 = Sunday)
|
|
<p><b>37h BYTE flag:</b><br>Console swapped during read from device
|
|
<p><b>38h BYTE flag:</b><br>Safe to call INT 28 if nonzero
|
|
<p><b>39h BYTE flag:</b><br>Abort currently in progress, turn INT 24 Abort into Fail
|
|
3Ah 30 BYTEs device driver request header <a href="javascript:if(confirm('http://www.ctyme.com/intr/rb-0000.htm \n\nThis file was not retrieved by Teleport Pro, because it was unavailable, or its retrieval was aborted, or the project was stopped too soon. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/intr/rb-0000.htm#Table0'" tppabs="http://www.ctyme.com/intr/rb-0000.htm#Table0"></a>(see #02597 at INT 2F/AX=0802h) for
|
|
device calls
|
|
58h DWORD pointer to device driver entry point (used in calling driver)
|
|
5Ch 22 BYTEs device driver request header for I/O calls
|
|
72h 14 BYTEs device driver request header for disk status check (also
|
|
includes following eight bytes for some calls)
|
|
80h DWORD pointer to device I/O buffer
|
|
84h WORD part of request header at 72h
|
|
86h WORD part of request header at 72h (0)
|
|
88h BYTE type of PSP copy (00h=simple for INT 21/AH=26h, FFh=make child)
|
|
89h DWORD start offset of file region to lock/unlock
|
|
8Dh DWORD length of file region to lock/unlock
|
|
91h BYTE padding (unused)
|
|
92h 3 BYTEs 24-bit user number (see AH=30h)
|
|
95h BYTE OEM number <a href="javascript:if(confirm('http://www.ctyme.com/intr/rb-0000.htm \n\nThis file was not retrieved by Teleport Pro, because it was unavailable, or its retrieval was aborted, or the project was stopped too soon. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/intr/rb-0000.htm#Table0'" tppabs="http://www.ctyme.com/intr/rb-0000.htm#Table0"></a>(see #01394 at AH=30h)
|
|
96h 6 BYTEs CLOCK$ transfer record <a href="javascript:if(confirm('http://www.ctyme.com/intr/rb-0000.htm \n\nThis file was not retrieved by Teleport Pro, because it was unavailable, or its retrieval was aborted, or the project was stopped too soon. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/intr/rb-0000.htm#Table0'" tppabs="http://www.ctyme.com/intr/rb-0000.htm#Table0"></a>(see #01688 at AX=5D06h)
|
|
9Ch BYTE device I/O buffer for single-byte I/O functions
|
|
9Dh BYTE padding
|
|
9Eh 128 BYTEs buffer for filename
|
|
11Eh 128 BYTEs buffer for filename (rename destination name)
|
|
19Eh 21 BYTEs findfirst/findnext search data block <a href="javascript:if(confirm('http://www.ctyme.com/intr/rb-0000.htm \n\nThis file was not retrieved by Teleport Pro, because it was unavailable, or its retrieval was aborted, or the project was stopped too soon. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/intr/rb-0000.htm#Table0'" tppabs="http://www.ctyme.com/intr/rb-0000.htm#Table0"></a>(see #01626 at AH=4Eh)
|
|
1B3h 32 BYTEs directory entry for found file <a href="javascript:if(confirm('http://www.ctyme.com/intr/rb-0000.htm \n\nThis file was not retrieved by Teleport Pro, because it was unavailable, or its retrieval was aborted, or the project was stopped too soon. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/intr/rb-0000.htm#Table0'" tppabs="http://www.ctyme.com/intr/rb-0000.htm#Table0"></a>(see #01394 at AH=11h)
|
|
1D3h 88 BYTEs copy of current directory structure for drive being accessed
|
|
22Bh 11 BYTEs FCB-format filename for device name comparison
|
|
236h BYTE terminating NUL for above filename
|
|
237h 11 BYTEs wildcard destination specification for rename (FCB format)
|
|
242h BYTE terminating NUL for above filespec
|
|
243h BYTE padding???
|
|
244h WORD destination starting sector (cluster???)
|
|
246h 5 BYTEs extra space to allow a directory entry to be stored starting
|
|
at offset 22Bh
|
|
24Bh BYTE extended FCB file attributes
|
|
24Ch BYTE type of FCB (00h regular, FFh extended)
|
|
24Dh BYTE directory search attributes
|
|
24Eh BYTE file open/access mode
|
|
<p><b>24Fh BYTE flag:</b><br>Nonzero if file was deleted
|
|
<p><b>250h BYTE flag:</b><br>Device name found on rename, or file not found
|
|
<p><b>251h BYTE flag:</b><br>Splice file name and directory name together
|
|
252h BYTE flag indicating how DOS function was invoked
|
|
(00h = direct INT 20/INT 21, FFh = server call AX=5D00h)
|
|
253h BYTE sector position within cluster
|
|
<p><b>254h BYTE flag:</b><br>Translating sector/cluster
|
|
<p><b>255h BYTE flag:</b><br>00h if read, 01h if write
|
|
256h BYTE current working drive number
|
|
257h BYTE cluster factor
|
|
<p><b>258h BYTE "sda_CLUSSPLIT" flag:</b><br>Cluster split between two FAT sectors
|
|
259h BYTE line edit (AH=0Ah) insert mode flag (nonzero = on)
|
|
25Ah BYTE canonicalized filename referred to existing file/dir if FFh
|
|
25Bh BYTE volume ID flag
|
|
25Ch BYTE type of process termination (00h-03h) (see AH=4Dh)
|
|
25Dh BYTE unused (padding for alignment)
|
|
25Eh BYTE file create flag (00h = no, search only)
|
|
<p><b>25Fh BYTE value for deleted file's first byte:</b><br>00h to delete all, else E5
|
|
260h DWORD pointer to Drive Parameter Block for critical error invocation
|
|
264h DWORD pointer to stack frame containing user registers on INT 21
|
|
268h WORD stores SP across INT 24
|
|
26Ah DWORD pointer to DOS Drive Parameter Block for ???
|
|
26Eh WORD segment of disk buffer
|
|
270h DWORD saving partial cluster number
|
|
274h WORD "sda_PREREAD" 00h if preread, 01h if optional
|
|
276h WORD temporary used in allocating disk space
|
|
278h BYTE Media ID byte returned by AH=1Bh,1Ch
|
|
279h BYTE unused
|
|
27Ah DWORD pointer to device header if filename is character device
|
|
27Eh DWORD pointer to current SFT
|
|
282h DWORD pointer to current directory structure for drive being accessed
|
|
286h DWORD pointer to caller's FCB
|
|
28Ah WORD SFT index to which file being opened will refer
|
|
28Ch WORD temporary storage for file handle
|
|
28Eh DWORD pointer to JFT entry (for file being opened) in process handle
|
|
table <a href="javascript:if(confirm('http://www.ctyme.com/intr/rb-0000.htm \n\nThis file was not retrieved by Teleport Pro, because it was unavailable, or its retrieval was aborted, or the project was stopped too soon. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/intr/rb-0000.htm#Table0'" tppabs="http://www.ctyme.com/intr/rb-0000.htm#Table0"></a>(see #01378 at AH=26h)
|
|
292h WORD "sda_WFP_START" offset in DOS DS of first filename argument
|
|
294h WORD "sda_REN_WFP" offset in DOS DS of second filename argument
|
|
296h WORD offset of last component in pathname or FFFFh
|
|
298h WORD offset of transfer address to add
|
|
29Ah WORD last relative cluster within file being accessed
|
|
<p><b>29Ch WORD temp:</b><br>Absolute cluster number being accessed
|
|
29Eh DWORD directory sector number
|
|
2A2h WORD directory cluster number
|
|
2A4h DWORD current relative sector number within file
|
|
2A8h DWORD current sector number (number of previously written sectors)
|
|
2ACh WORD current byte offset within sector
|
|
2AEh DWORD current offset in file
|
|
2B2h WORD number of bytes in first sector
|
|
2B4h WORD bytes in partial last sector
|
|
2B6h WORD number of whole sectors
|
|
2B8h WORD free file cluster entry
|
|
2BAh WORD last file cluster entry
|
|
2BCh WORD next file cluster number
|
|
2BEh DWORD number of bytes appended to file
|
|
2C2h DWORD pointer to current work disk buffer
|
|
2C6h DWORD pointer to working SFT
|
|
2CAh WORD used by INT 21 dispatcher to store caller's BX
|
|
2CCh WORD used by INT 21 dispatcher to store caller's DS
|
|
2CEh WORD temporary storage while saving/restoring caller's registers
|
|
2D0h DWORD pointer to prev call frame (offset 264h) if INT 21 reentered
|
|
also switched to for duration of INT 24
|
|
2D4h WORD open mode/action for INT 21/AX=6C00h
|
|
2D6h BYTE extended open conditional flag
|
|
set to 00h by INT 21h dispatcher, 02h when a read is
|
|
performed, and 01h or 03h by INT 21/AX=6C00h
|
|
2D7h WORD extended open I/O mode
|
|
2D9h DWORD stored ES:DI for AX=6C00h
|
|
2DDh WORD extended file open action code <a href="javascript:if(confirm('http://www.ctyme.com/intr/rb-0000.htm \n\nThis file was not retrieved by Teleport Pro, because it was unavailable, or its retrieval was aborted, or the project was stopped too soon. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/intr/rb-0000.htm#Table0'" tppabs="http://www.ctyme.com/intr/rb-0000.htm#Table0"></a>(see #01770 at AX=6C00h)
|
|
2DFh WORD extended file open attributes <a href="javascript:if(confirm('http://www.ctyme.com/intr/rb-0000.htm \n\nThis file was not retrieved by Teleport Pro, because it was unavailable, or its retrieval was aborted, or the project was stopped too soon. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/intr/rb-0000.htm#Table0'" tppabs="http://www.ctyme.com/intr/rb-0000.htm#Table0"></a>(see #01769 at AX=6C00h)
|
|
2E1h WORD extended file open file mode (see AX=6C00h)
|
|
2E3h DWORD pointer to filename to open (see AX=6C00h)
|
|
2E7h WORD high word of 32-bit sector number, or temp data buffer size
|
|
from disk buffer
|
|
2E9h WORD "sda_OffsetMagicPatch"
|
|
2EBh BYTE disk full on >32M partition when set to 01h
|
|
2ECh WORD stores DS during call to [List-of-Lists + 37h]
|
|
2EEh WORD temporary storage (various uses)
|
|
2F0h BYTE storage for drive error
|
|
2F1h WORD DOS 3.4 (European MS-DOS 4.00) bit flags
|
|
2F3h DWORD pointer to user-supplied filename
|
|
2F7h DWORD pointer to user-supplied rename destination filename
|
|
2FBh WORD stores SS during call to [List-of-Lists + 37h] and INT 25,26
|
|
2FDh WORD stores SP during call to [List-of-Lists + 37h] and INT 25,26
|
|
2FFh BYTE flag, nonzero if stack switched in calling [List-of-Lists+37h]
|
|
300h 21 BYTEs FindFirst search data for source file(s) of a rename operation
|
|
<a href="javascript:if(confirm('http://www.ctyme.com/intr/rb-0000.htm \n\nThis file was not retrieved by Teleport Pro, because it was unavailable, or its retrieval was aborted, or the project was stopped too soon. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/intr/rb-0000.htm#Table0'" tppabs="http://www.ctyme.com/intr/rb-0000.htm#Table0"></a>(see #01626 at AH=4Eh)
|
|
315h 32 BYTEs directory entry for file being renamed <a href="javascript:if(confirm('http://www.ctyme.com/intr/rb-0000.htm \n\nThis file was not retrieved by Teleport Pro, because it was unavailable, or its retrieval was aborted, or the project was stopped too soon. \n\nDo you want to open it from the server?'))window.location='http://www.ctyme.com/intr/rb-0000.htm#Table0'" tppabs="http://www.ctyme.com/intr/rb-0000.htm#Table0"></a>(see #01352 at AH=11h)
|
|
335h 331 BYTEs critical error stack
|
|
480h 384 BYTEs disk stack (functions greater than 0Ch, INT 25,INT 26)
|
|
600h 384 BYTEs character I/O stack (functions 01h through 0Ch)
|
|
780h BYTE device driver lookahead flag (usually printer)
|
|
(see AH=64h"DOS 3.2+")
|
|
781h BYTE volume change flag
|
|
<p><b>782h BYTE flag:</b><br>Virtual file open
|
|
783h BYTE fastseek drive
|
|
784h WORD fastseek first cluster number
|
|
786h WORD fastseek logical cluster number
|
|
788h WORD fastseek returned logical cluster number
|
|
78Ah WORD temporary location of DOS@SYSINIT
|
|
---MSDOS 7.1+ (FAT32)---
|
|
78Ch 47 BYTEs ???
|
|
<p><b>7BBh BYTE flag:</b><br>Absolute disk read/write type
|
|
00h = INT 25/INT 26
|
|
01h = INT 21/AX=7305h
|
|
7BCh WORD high word of directory cluster number at offset 2A2h
|
|
7BEh WORD high word of cluster number at offset 29Ch
|
|
7C0h WORD high word of next file cluster number at offset 2BCh
|
|
7C2h WORD high word of last relative cluster number at offset 29Ah
|
|
7C4h WORD high word of temp at offset 276h
|
|
7C6h WORD high word of offset 244h
|
|
7C8h WORD high word of EBX
|
|
7CAh WORD high word of EDX used by "PACK"
|
|
7CCh WORD high word of EDI used by "UNPACK"
|
|
7CEh WORD high word of EBX used by "SETDIRSRCH"
|
|
7D0h WORD high word of ECX used by "FREECLUSTER"
|
|
7D2h WORD high word of EDI used by "GETEOF"
|
|
7D4h 3 WORDs ???
|
|
</PRE>
|
|
<p><b>Note:</b>
|
|
The only fields which remain valid BETWEEN calls to INT 21h are those
|
|
in the initial "swap-always" portion of the SDA
|
|
<p><b>See Also:</b>
|
|
#01687 - #01689
|
|
<p>
|
|
<b>Category: <a href="cat-010.htm" tppabs="http://www.ctyme.com/intr/cat-010.htm">
|
|
DOS Kernel</a>
|
|
- <a href="int-21.htm" tppabs="http://www.ctyme.com/intr/int-21.htm">
|
|
Int 21h</a>
|
|
- <a href="alpha-d.htm" tppabs="http://www.ctyme.com/intr/alpha-d.htm">
|
|
D</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-3027.htm" tppabs="http://www.ctyme.com/intr/rb-3027.htm">
|
|
<img src="lup.gif" tppabs="http://graphics.ctyme.com/gif/lup.gif" border=0 alt=Prev></a>
|
|
<a href="rb-3029.htm" tppabs="http://www.ctyme.com/intr/rb-3029.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>
|