Аппаратные средства


Check Extended Memory Size by Int $15

Использование прерывания 15h для определения размера расширенной памяти (Extended).
This small program uses Intr($15) to determine the size of the extended memory - not expanded memory.

DDS - Disk Drive Summary Utility

Утилита DDS выдает информацию о всех активных дисках (за исключением виртуальных): количество байт на сектор, секторов в кластере, количество кластеров, емкость диска и количество свободного пространства.
DDS shows a disk drive summary of all active drives, including bytes/sector, sectors/cluster, number of clusters, bytes capacity, bytes available, and working directory. SUBSTituted "virtual" drives are not shown.

Disk Sweeper v1.1 - Удаление ненужных файлов

Программа для удаления с диска ненужных файлов (TMP, BAK, LOG и т.д.). Используется файл конфигурации

Doppel 1.0 - Floppy Disk Duplicator for TP6

This program create a floppy disk image by copying every sectors to a hard disk. Then this diskimage have being copying to another diskette.

DPMI.PAS 1.0 - Routines for DPMI Management

Простейшие функции для работы с DPMI.
DPMI.PAS 1.00 (c) TurboPower Software 1992. Primitive routines for DPMI management.

EMS TOOLKIT for C Developers with Pascal Samples

Набор функций для работы с EMS на C и Pascal.
The EMS TOOLKIT for C developers. Included LIM EMS Specification, MemLib and EmmLib for C, Pascal example how to use EMM

GM1.50.7 - Графическая мышь в текстовом режиме

g_Mouse Interface Version 1.50.7. Graphical mouse pointer in 80x25 text modes for Borland Pascal up to 7.0.

HddSpeed v1.6 - Realistic HDD Benchmark with source

HddSpeed v1.6 - Realistic HDD Benchmark with sources.

MemMap - Map of DOS Memory Blocks Using Turbo Pascal

Программа выводит список занятых системой и драйверами блоков памяти.
The MemMap utility displays all allocated memory blocks, including program and environment blocks, and optionally all the variables in the environment blocks.

Mouse Mysteries, Part II: The Graphics Mouse

Примеры программирования мыши в графическом (BGI) режиме для Turbo C Turbo Pascal 4.0. В качестве примера приведены программы: изменение формы указателя мыши и простейший графический редактор в стиле Paint.
"Mouse Mysteries, Part II: The Graphics Mouse" - Kent Porter. In the second part of this series, the author takes a close look at the graphics side of mouse programming. Once the basics are covered, the reader is provided with two applications which demonstrate how to the Borland Graphics Interface (BGI) along with the mouse to create some impressive graphics.