add directory docs
This commit is contained in:
479
docs/interrupts/int-html/rb-4776.htm
Normal file
479
docs/interrupts/int-html/rb-4776.htm
Normal file
@@ -0,0 +1,479 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Int 2F/AX=43E1h
|
||||
</TITLE>
|
||||
<META NAME="Description" CONTENT="
|
||||
Int 2F/AX=43E1h - DOS Protected Mode Services (DPMS) v1.0 - REGISTER CLIENT -
|
||||
AX = 43E1h
|
||||
CX = required protected-mode stack size in bytes
|
||||
ES:DI - DPMS client interface structure (see #02794)
|
||||
Return: AX = 0000h if supported
|
||||
CF clear
|
||||
ES:DI buffer filled with API entry point code from offset 0Ah
|
||||
Note: the client is allowed to copy the returned API code to any location in
|
||||
memory, and need not keep the three code fields together
|
||||
SeeAlso: AX=43E0h,AX=43E2h,AX=43E3h
|
||||
">
|
||||
<META NAME="robots" CONTENT="none">
|
||||
</HEAD>
|
||||
<BODY BGCOLOR="#FFD0A0">
|
||||
<center>
|
||||
<h2>Int 2F/AX=43E1h
|
||||
</h2>
|
||||
</center><p>
|
||||
<table border=1 cellpadding=3 cellspacing=1>
|
||||
<td>
|
||||
<a href="rb-4775.htm" tppabs="http://www.ctyme.com/intr/rb-4775.htm">
|
||||
<img src="lup.gif" tppabs="http://graphics.ctyme.com/gif/lup.gif" border=0 alt=Prev></a>
|
||||
<a href="rb-4777.htm" tppabs="http://www.ctyme.com/intr/rb-4777.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 Protected Mode Services (DPMS) v1.0 - REGISTER CLIENT</font></h3>
|
||||
<PRE>
|
||||
AX = 43E1h
|
||||
CX = required protected-mode stack size in bytes
|
||||
ES:DI -> DPMS client interface structure <a href="rb-4776.htm#Table2794" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2794">(see #02794)</a><br>
|
||||
<p><b>Return:</b><br>AX = 0000h if supported
|
||||
CF clear
|
||||
ES:DI buffer filled with API entry point code from offset 0Ah
|
||||
</PRE>
|
||||
<p><b>Note:</b>
|
||||
The client is allowed to copy the returned API code to any location in
|
||||
memory, and need not keep the three code fields together
|
||||
<p><b>See Also:</b>
|
||||
<a href="rb-4775.htm" tppabs="http://www.ctyme.com/intr/rb-4775.htm">AX=43E0h</a> - <a href="rb-4777.htm" tppabs="http://www.ctyme.com/intr/rb-4777.htm">AX=43E2h</a> - <a href="rb-4778.htm" tppabs="http://www.ctyme.com/intr/rb-4778.htm">AX=43E3h</a>
|
||||
<PRE>
|
||||
<p>
|
||||
Format of DPMS client interface structure:
|
||||
<a name=table2794></a>
|
||||
Offset Size Description (Table 02794)
|
||||
00h WORD 0000h (structure version / flags)
|
||||
02h 8 BYTEs blank-padded client name
|
||||
0Ah 7 BYTEs real/virtual-86 mode API code <a href="rb-4776.htm#Table2795" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2795">(see #02795)</a>
|
||||
11h BYTE space for return instruction
|
||||
set to C3h for near return, CBh for far return
|
||||
12h 7 BYTEs 16-bit protected-mode API code <a href="rb-4776.htm#Table2795" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2795">(see #02795)</a>
|
||||
19h BYTE space for return instruction
|
||||
set to C3h for near return, CBh for far return
|
||||
1Ah 9 BYTEs 32-bit protected-mode API code <a href="rb-4776.htm#Table2795" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2795">(see #02795)</a>
|
||||
23h BYTE space for return instruction
|
||||
set to C3h for near return, CBh for far return
|
||||
</PRE>
|
||||
<p><b>Note:</b>
|
||||
The DPMS server fills the return opcode bytes with zeros and DPMS
|
||||
requests will thus crash the system unless the application
|
||||
explicitly sets them (some early versions set them to C3h by
|
||||
default, but one should not rely on that)
|
||||
<PRE>
|
||||
<p>
|
||||
<a name=table2795></a>
|
||||
(Table 02795)
|
||||
Call DPMS entry point with:.
|
||||
AX = 0000h unregister client from server
|
||||
---control transfer functions---.
|
||||
AX = 0100h call protected-mode procedure
|
||||
CX = number of words of stack to copy
|
||||
ES:(E)DI -> callup/down register structure <a href="rb-4776.htm#Table2797" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2797">(see #02797)</a>
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>.
|
||||
AX = 0101h call real-mode procedure (RETF return)
|
||||
CX = number of words of stack to copy
|
||||
ES:(E)DI -> callup/down register structure <a href="rb-4776.htm#Table2797" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2797">(see #02797)</a>
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>.
|
||||
AX = 0102h call real-mode procedure (IRET return)
|
||||
CX = number of words of stack to copy
|
||||
ES:(E)DI -> callup/down register structure <a href="rb-4776.htm#Table2797" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2797">(see #02797)</a>
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>.
|
||||
AX = 0103h call real-mode interrupt handler
|
||||
BL = interrupt number
|
||||
CX = number of words of stack to copy
|
||||
ES:(E)DI -> callup/down register structure <a href="rb-4776.htm#Table2797" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2797">(see #02797)</a>
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>.
|
||||
AX = 0104h register default protected mode procedure
|
||||
ES:(E)DI -> default register structure <a href="rb-4776.htm#Table2798" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2798">(see #02798)</a>
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>.
|
||||
AX = 0105h register default real-mode procedure (RETF return)
|
||||
ES:(E)DI -> default register structure <a href="rb-4776.htm#Table2798" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2798">(see #02798)</a>
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>
|
||||
</PRE>
|
||||
<p><b>Note:</b>
|
||||
The procedure will be called from 16-bit prot. mode.
|
||||
AX = 0106h register default real-mode procedure (IRET return)
|
||||
ES:(E)DI -> default register structure <a href="rb-4776.htm#Table2798" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2798">(see #02798)</a>
|
||||
<PRE>
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>
|
||||
</PRE>
|
||||
<p><b>Note:</b>
|
||||
The procedure will be called from 16-bit prot. mode.
|
||||
AX = 0107h register default real-mode interrupt handler
|
||||
BL = interrupt number
|
||||
ES:(E)DI -> default register structure <a href="rb-4776.htm#Table2798" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2798">(see #02798)</a>
|
||||
<PRE>
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>
|
||||
</PRE>
|
||||
<p><b>Note:</b>
|
||||
The handler will be called from 16-bit protected mode.
|
||||
AX = 0108h register default real-mode procedure (RETF return)
|
||||
ES:(E)DI -> default register structure <a href="rb-4776.htm#Table2798" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2798">(see #02798)</a>
|
||||
<PRE>
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>
|
||||
</PRE>
|
||||
<p><b>Note:</b>
|
||||
The procedure will be called from 32-bit prot. mode.
|
||||
AX = 0109h register default real-mode procedure (IRET return)
|
||||
ES:(E)DI -> default register structure <a href="rb-4776.htm#Table2798" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2798">(see #02798)</a>
|
||||
<PRE>
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>
|
||||
</PRE>
|
||||
<p><b>Note:</b>
|
||||
The procedure will be called from 32-bit prot. mode.
|
||||
AX = 010Ah register default real-mode interrupt handler
|
||||
BL = interrupt number
|
||||
ES:(E)DI -> default register structure <a href="rb-4776.htm#Table2798" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2798">(see #02798)</a>
|
||||
<PRE>
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>
|
||||
</PRE>
|
||||
<p><b>Note:</b>
|
||||
The handler will be called from 32-bit protected mode
|
||||
---descriptor management---.
|
||||
AX = 0200h allocate descriptors
|
||||
CX = number of descriptors to allocate
|
||||
<PRE>
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
AX = selector for first descriptor allocated
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>.
|
||||
AX = 0201h free a descriptor
|
||||
BX = selector for descriptor
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>.
|
||||
AX = 0202h create alias descriptor
|
||||
BX = selector for descriptor to be aliased
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
AX = alias descriptor
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>.
|
||||
AX = 0203h build alias to real-mode segment
|
||||
BX = descriptor
|
||||
CX = real-mode segment
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>.
|
||||
AX = 0204h set descriptor base
|
||||
BX = descriptor
|
||||
CX:DX = base address
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>.
|
||||
AX = 0205h set descriptor limit
|
||||
BX = descriptor
|
||||
CX = limit
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>.
|
||||
AX = 0206h set descriptor type/attribute
|
||||
BX = descriptor
|
||||
CL = type
|
||||
CH = attribute
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>.
|
||||
AX = 0207h get descriptor base
|
||||
BX = descriptor
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
CX:DX = base address
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>
|
||||
---linear memory functions---.
|
||||
AX = 0300h get size of largest free block of memory
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
BX:CX = size
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>.
|
||||
AX = 0301h allocate block of extended memory
|
||||
BX:CX = required size
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
BX:CX = base address
|
||||
SI:DI = handle
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>.
|
||||
AX = 0302h free block of extended memory
|
||||
SI:DI = handle
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>.
|
||||
AX = 0303h map linear memory
|
||||
ES:(E)DI -> DDS <a href="rb-4776.htm#Table2799" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2799">(see #02799)</a>
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
BX:CX = base address
|
||||
SI:DI = handle
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>.
|
||||
AX = 0304h unmap linear memory
|
||||
SI:DI = handle
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>.
|
||||
AX = 0305h get page table entries
|
||||
ESI = linear address
|
||||
(E)CX = count
|
||||
ES:(E)DI -> buffer for page table entries
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
ES:(E)DI buffer filled
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>.
|
||||
AX = 0306h set page table entries
|
||||
EBX = linear memory handle
|
||||
ESI = linear address
|
||||
(E)CX = count
|
||||
ES:(E)DI -> buffer containing page table entries
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>.
|
||||
AX = 0307h get largest mappable block size
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
BX:CX = size
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>
|
||||
---miscellaneous---.
|
||||
AX = 0400h relocate segment to extended memory
|
||||
ES:SI = base address
|
||||
CX = limit
|
||||
BL = type
|
||||
BH = attribute
|
||||
DX = selector or 0000h
|
||||
<p><b>Return:</b><br>CF clear if successful
|
||||
AX = selector
|
||||
BX:CX = new base address
|
||||
SI:DI = handle
|
||||
CF set on error
|
||||
AX = error code <a href="rb-4776.htm#Table2796" tppabs="http://www.ctyme.com/intr/rb-4776.htm#Table2796">(see #02796)</a>
|
||||
</PRE>
|
||||
<p><b>Note:</b>
|
||||
The beta DPMS specification, which is still supported by the Novell
|
||||
DOS 7.0 DPMS host, only supported functions 0100h-0103h, 0200h-0207h,
|
||||
0300h-0304h, and 0400h
|
||||
<PRE>
|
||||
<p>
|
||||
<a name=table2796></a>
|
||||
(Table 02796)
|
||||
Values for DPMS error code:
|
||||
8000h general error
|
||||
8001h unsupported function
|
||||
8002h unable to switch to protected mode
|
||||
8004h no default stack defined
|
||||
8005h unknown client
|
||||
8010h resource unavailable
|
||||
8011h descriptor unavailable
|
||||
8012h linear memory unavailable
|
||||
8013h physical memory unavailable
|
||||
8021h invalid value
|
||||
8022h invalid selector
|
||||
8023h invalid handle
|
||||
8025h invalid linear address
|
||||
<p>
|
||||
Format of DPMS callup/down register structure:
|
||||
<a name=table2797></a>
|
||||
Offset Size Description (Table 02797)
|
||||
00h DWORD EDI
|
||||
04h DWORD ESI
|
||||
08h DWORD EBP
|
||||
0Ch 4 BYTEs reserved (0) (ESP, may be used by DPMS server)
|
||||
10h DWORD EBX
|
||||
14h DWORD EDX
|
||||
18h DWORD ECX
|
||||
20h DWORD EAX
|
||||
24h DWORD EIP
|
||||
28h WORD CS
|
||||
2Ah 2 BYTEs reserved (0)
|
||||
2Ch DWORD EFLAGS
|
||||
30h DWORD ESP
|
||||
34h WORD SS
|
||||
36h 2 BYTEs reserved (0)
|
||||
38h WORD ES
|
||||
3Ah 2 BYTEs reserved (0)
|
||||
3Ch WORD DS
|
||||
3Eh 2 BYTEs reserved (0)
|
||||
40h WORD FS
|
||||
42h 2 BYTEs reserved (0)
|
||||
44h WORD GS
|
||||
46h 2 BYTEs reserved (0)
|
||||
<p>
|
||||
Format of DPMS default register structure:
|
||||
<a name=table2798></a>
|
||||
Offset Size Description (Table 02798)
|
||||
00h DWORD EIP
|
||||
04h WORD CS
|
||||
06h 2 BYTEs reserved (0)
|
||||
08h WORD number of words to copy from stack to stack
|
||||
0Ah BYTE (call) 00h
|
||||
(ret) nonzero if call could not be made
|
||||
0Bh BYTE reserved (may be used by some servers)
|
||||
0Ch DWORD ESP
|
||||
10h WORD SS
|
||||
12h 2 BYTEs reserved (0)
|
||||
14h WORD ES
|
||||
16h 2 BYTEs reserved (0)
|
||||
18h WORD DS
|
||||
1Ah 2 BYTEs reserved (0)
|
||||
1Ch WORD FS
|
||||
1Eh 2 BYTEs reserved (0)
|
||||
20h WORD GS
|
||||
22h 2 BYTEs reserved (0)
|
||||
24h 9 BYTEs API entry code (filled in by server)
|
||||
<p>
|
||||
Format of DPMS lock DDS:
|
||||
<a name=table2799></a>
|
||||
Offset Size Description (Table 02799)
|
||||
00h DWORD total size in bytes
|
||||
04h DWORD offset
|
||||
08h WORD segment or selector
|
||||
0Ah WORD reserved
|
||||
0Ch WORD maximum number of physical blocks structure has space for
|
||||
0Eh WORD number of physical blocks listed
|
||||
10h DWORD physical address of first block
|
||||
14h DWORD size in bytes of first block.
|
||||
...
|
||||
</PRE>
|
||||
<p>
|
||||
<b>Category: <a href="cat-024.htm" tppabs="http://www.ctyme.com/intr/cat-024.htm">
|
||||
Memory Management</a>
|
||||
- <a href="int-2f-1.htm" tppabs="http://www.ctyme.com/intr/int-2F.htm">
|
||||
Int 2Fh</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-4775.htm" tppabs="http://www.ctyme.com/intr/rb-4775.htm">
|
||||
<img src="lup.gif" tppabs="http://graphics.ctyme.com/gif/lup.gif" border=0 alt=Prev></a>
|
||||
<a href="rb-4777.htm" tppabs="http://www.ctyme.com/intr/rb-4777.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>
|
||||
Reference in New Issue
Block a user