Home Memoirs of a Gamer Movies I watched Guidebook Links

the Lobdegg's Comprehensive Guidebook to DOS Programming

This is going to be a long term work in progress, so please excuse the mess. (and broken links)

Chapter 1: Introduction
1.1 Overview
1.2 Assembly Notes
1.3 C / C++ Notes
Chapter 2: Video
2.1 Overview
2.2 int 10
2.3 Text Modes
2.4 CGA & Monochrome Modes
2.5 Tandy Graphics
2.6 EGA
2.7 VGA
2.8 The VESA Specification
Chapter 3: Input
3.1 Overview
3.2 BIOS Keyboard Commands
3.3 Mouse
3.4 Joystick
Chapter 4: Audio
4.1 Overview
4.2 PC Speaker
4.3 Tandy 3 Voice Sound
4.4 Adlib
4.4.1 Reality Adlib Tracker File Format
4.5 MIDI
4.6 SoundBlaster
4.7 Gravis Ultra Sound
4.8 Modern Cards
Chapter 5: Networking
5.1 Overview
5.2 Serial
5.3 IPX / SPX
5.4 TCP/IP
Chapter 6: Interrupts
6.1 Overview
6.2 Keyboard
6.3 Timer
6.4 Direct Memory Access
Chapter 7: Booting
7.1 Overview