[Overview][Constants][Types][Procedures and functions][Variables][Index] |
GO32 - acces to the 32-bit DOS extender
uses |
||
|
The system unit |
This document describes the GO32 unit for the Free Pascal compiler under dos. It was donated by Thomas Schatzl (tom_at_work@geocities.com), for which my thanks. This unit was first written for dos by Florian Klaempfl.
Only the GO32V2 DPMI mode is discussed by me here due to the fact that new applications shouldn't be created with the older GO32V1 model. The go32v2 version is much more advanced and better. Additionally a lot of functions only work in DPMI mode anyway. I hope the following explanations and introductions aren't too confusing at all. If you notice an error or bug send it to the FPC mailing list or directly to me. So let's get started and happy and error free coding I wish you.... Thomas Schatzl, 25. August 1998
|
Real mode callbacks |
|
|
Executing software interrupts |
|
|
Software interrupts |
|
|
Hardware interrupts |
|
|
Disabling interrupts |
|
|
Creating your own interrupt handlers |
|
|
Protected mode interrupts vs. Real mode interrupts |
|
|
Handling interrupts with DPMI |
|
|
Interrupt redirection |
|
|
Processor access |
|
|
I/O port access |
|
|
dos memory access |
|
|
FPC specialities |
|
|
Selectors and descriptors |
|
|
What is DPMI |