Skip to content
daniel@cosenza:~/blog

Deep Dive

Conceptual, architectural explainers — how a subsystem actually works underneath.

FreeBSDDeep Dive June 4, 2026 3 min read

bhyve: FreeBSD's Native Type-2 Hypervisor

How bhyve uses hardware virtualization extensions to run guest operating systems, and the moving parts behind a running virtual machine.

#bhyve#virtualization#hypervisor
Read more
Haiku OSDeep Dive May 20, 2026 3 min read

Device Drivers and Hardware Support in Haiku

Haiku's driver model inherits BeOS's modular, hot-pluggable design — but as a much smaller, community-driven project, its hardware support has real, practical limits worth understanding upfront.

#drivers#hardware#haiku
Read more
Haiku OSDeep Dive May 18, 2026 3 min read

Why Haiku Isn't a Unix Clone (and What That Actually Means)

Haiku runs on POSIX-like conventions and supports plenty of Unix software, but underneath that compatibility layer, it isn't descended from Unix at all — its kernel, API, and core assumptions come from somewhere else entirely.

#architecture#haiku#unix
Read more