Re: Looking for pdf docs for programming Apple Pascal



mdj wrote:
Would be great if somebody could find the Pascal Attachment Interface
What is the Pascal Attachment Interface?
A mechanism for attaching device drivers to the OS (via SYSTEM.ATTACH).
I'm pretty sure the later version of the documentation/package includes
the attachment utilities + documentation.

I might have this. I have the Apple II Pascal 1.2
Device and Interrupt Support Tools Manual. It has
about 110 pages and chapters include:
1. Introduction to Device Drivers
2. Writing a Device Driver
3. Attaching a Device Driver
4. Interrupt Management
5. Special BIOS Considerations
A. Sample Code for a Device Driver
B. Sample Code for an Interrupt-Based Driver
C. Information Contained in ATTACH.DATA
D. Peripheral Card Firmware Protocols
E. Drivers for the Standard Pascal System Devices
F. IORESULT Codes

I do not have the Attach Tools disk that goes with
this manual. The manual says these files are on it:
SYSTEM.ATTACH, ATTACHUD.CODE, ADMERG.CODE,
CONVAD.CODE, SHOWAD.CODE, and IM.CODE.

--
Paul R. Santa-Maria
Temperance, Michigan USA
.



Relevant Pages

  • Please pull git390 for-linus branch
    ... Fix pte type checking. ... -Prior to call ccw_device_startthe device driver must assure disabled state, ... -environment an interrupt might be presented prior to the ccw_device_start ... -ENODEV - cdev invalid. ...
    (Linux-Kernel)
  • [S390] cio: update documentation.
    ... -Prior to call ccw_device_startthe device driver must assure disabled state, ... -by calling local_save_flags(flags). ... -environment an interrupt might be presented prior to the ccw_device_start ... +ccw_device_startmust be called disabled and with the ccw device lock held. ...
    (Linux-Kernel)
  • Re: Alternative to a thread THread in MFC??
    ... To do DMA, you need to lock all the ... This can only be done in a device driver, ... interface this bad could possibly have done them. ... >Waiting for an interrupt is done in a device driver. ...
    (microsoft.public.vc.mfc)
  • Re: Alternative to a thread THread in MFC??
    ... you have a completely unsalvageable mess and both the device driver and the ... You still talk about "interrupt received", although there is no mechanism in Windows ... interface is nearly impossible, but I'm guessing what the interface is likely to be doing. ... Waiting for an interrupt is done in a device driver. ...
    (microsoft.public.vc.mfc)
  • [PATCH 8/42]: ppc64: escape hatch for spinning interrupt deadlocks
    ... One an EEH event is triggers, all further I/O to a device is blocked (until ... trying to read an interrupt status register that will never change state. ... +/* If a device driver keeps reading an MMIO register in an interrupt ...
    (Linux-Kernel)

Loading