amiga-bootcamp/16_driver_development
2026-05-31 13:52:45 -04:00
..
ahi_driver.md docs(amiga): complete AmigaOS 3.1/3.2 developer reference — 172 files across 17 sections 2026-04-23 12:17:35 -04:00
device_driver_basics.md More content added 2026-04-26 14:46:18 -04:00
README.md Expand documentation suite: 30+ articles enriched with diagrams, code examples, and hardware details 2026-04-23 21:37:26 -04:00
rtg_driver.md Restructure - dedicated for copper and blitter separate subfolders to have the room to expand 2026-05-31 13:52:45 -04:00
sana2_driver.md docs(amiga): complete AmigaOS 3.1/3.2 developer reference — 172 files across 17 sections 2026-04-23 12:17:35 -04:00

← Home

Driver Development — Overview

Technical reference for developing hardware drivers on AmigaOS. Covers the exec.device framework, RTG graphics card drivers (Picasso96/CyberGraphX), SANA-II network drivers, and AHI audio drivers.

Section Index

File Description
device_driver_basics.md exec.device framework — IORequest lifecycle, BeginIO/AbortIO, unit management
rtg_driver.md Picasso96/RTG driver architecture — SetFunction patching, BoardInfo hooks, VRAM/CRTC management, signal routing, Native driver, compatibility issues, system tuning
sana2_driver.md SANA-II network device driver specification
ahi_driver.md AHI retargetable audio driver interface