The document discusses Ajhc, a Haskell compiler with reentrant garbage collection. Ajhc is based on the jhc Haskell compiler, which produces low-memory footprint binaries that run fast. The document outlines an agenda to demonstrate a NetBSD driver written in Haskell, discuss Metasepi and its goal of building a type-safe operating system, explain Ajhc and its reentrant GC features, and how to write Haskell drivers for kernels. It advocates for using safer programming languages like Haskell in core systems code to prevent bugs.