Dec 312017
 
Use standard DS/DD disks in your 1.2mb AT-style drive and get 720K/disk.
File INTRCPT.ZIP from The Programmer’s Corner in
Category Utilities for DOS and Windows Machines
Use standard DS/DD disks in your 1.2mb AT-style drive and get 720K/disk.
File Name File Size Zip Size Zip Type
INTRCPT.BAT 12 12 stored
INTRCPT.COM 804 633 deflated
INTRCPT.CON 25 25 stored
INTRCPT.DOC 5095 2394 deflated
INTRCPTX.ASM 5343 1950 deflated

Download File INTRCPT.ZIP Here

Contents of the INTRCPT.DOC file



bulletin board brings you
this file. Data number:

202-524-1837 Kurt Riegel


Astronomy, Multitasking (DESQview, DoubleDos) Friday January 8, 1988

The INTRCPT documentation below this paragraph was provided by the program
author. Notes here are my own, and represent my experience, after a telephone
conversation with Sandy. His program is wonderful; its capabilities should
have been included in DOS. Its allows the use of cheap 360K diskettes in AT-
type 1.2MB diskette drives at twice their normal track density, to give 720K of
floppy storage space per diskette. It works like a charm, provided you note
certain limitations, learned by me the hard way. He wrote it for the IBM AT
running IBMDOS 3.2. It also runs fine on my AST Premium 286 AT clone, but
=> NOT <= under the MSDOS flavor of 3.2 which comes with the machine; Sandy
says it may not run under 3.3 either. You must use the IBM flavor of DOS 3.2.
One final caution--be sure to use the disk drives consistently. Your single AT
type floppy drive can function either as A:(360/1200K) or, using INTRCPT and
DRIVER.SYS according to the instructions below, as a 720K drive on, say, F:.
USE THIS DRIVE LETTER, AND ONLY THIS, FOR ALL 720K OPERATIONS. If you goof,
forget, and call it A: by mistake, many operations will appear to proceed
normally on a 720 K diskette, but may later show problems. -Kurt Riegel
=======================================


INTRCPT.DOC - Version 3
May 5, 1986

Intercept is a memory resident program which monitors interrupts 40H and
2FH << Function 17, operation 35 >>. Basically, what this program does
is allows AT users with a high capacity drive in position A to format,
read, and write 720K disks using the cheaper low density diskettes. This
way you can double the storage without spending an arm or a leg for the
higher priced ultra density diskettes and achieve compatibility with other
MS DOS systems using quad density drives! Since the high capacity drives
really are 96TPI, FM and MFM, this program along with DRIVER.SYS opens
up a new storage method.

To use this program, you first must be running under DOS 3.2 or greater,
be running with an AT, have DRIVER.SYS installed as a device driver in
your CONFIG.SYS file, and have a HIGH CAPACITY drive in drive position
A. Your config.sys entry must be as follows:

DEVICE=DRIVER.SYS /D:0

When the system boots, it will tell you what the NEW drive letter is,
remember it since you must enter it in the command line when calling
INTRCPT. In my system which I used to write this program, I have two
high capacity drives, 2 hard disks, and a RAM disk; therefore, my new
drive became F. In my AUTOEXEC.BAT file, I have an entry as follows:

INTRCPT F

This entry in the command line is extremely important because it tells
the software which drive specifier to monitor.

Two interrupts are monitored: 40H and 2FH. The 40H interrupt is the BIOS
interrupt which handles the floppy disks and the 2F interrupt is the
MULTIPLEXER interrupt which allows me to monitor the drive specifier.
Since the function that I am intercepting is "INTERNAL TO DOS", a
considerable amount of time was spent trying to verify that I wouldn't
cause any problems with other functions.

The following files are included in this archive:


1) INTRCPT.DOC This file
2) INTRCPT.COM The load module
3) INTRCPTX.ASM The SOURCE ASSEMBLY file
4) INTRCPT.CON An example of the entry in CONFIG.SYS
5) INTRCPT.BAT An example of the entry in AUTOEXEC.BAT


THIS SOFTWARE IS PLACED IN THE PUBLIC DOMAIN for your use and UNDER NO
conditions may a fee be charged for it. The ARCHIVE file MUST be
distributed in its complete form.

This software is given "AS IS" without any guarantees. The user takes
full responsibility. Under NO conditions will I take the liability for
any damages caused by its usage.

Sanford J. Zelkovitz
Alpha Computer Service
5300 Orange Ave. Suite 108
Cypress, CA 90630
Voice: 714-828-0286 << 82-80286 >>
Data: 714-898-8634


Additions to version 3:

DISKCOPY and DISKCOMP NOW work with the software. Also, INT 21H - function
44H - subfunction D is monitored to allow DISKCOPY & DISKCOMP to operate.

A VERIFY command is performed whenever the IOCTL interrupt in intercepted.
This may cause an unexpected read to be performed; however, this is normal
and is necessary.






































 December 31, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)