<!--
  HACKING.md - Description of sbc-harness sources

  Copyright (C) 2024  Luke T. Shumaker <lukeshu@lukeshu.com>
  SPDX-License-Identifier: AGPL-3.0-or-later
-->

Source layout

 - cmd/sbc_harness
 - cmd/srv9p
 - libcr - A simple coroutine (cooperative multitasking) library
 - libcr_ipc - IPC primatives for coroutines built on top of libcr
 - libnet - TODO
 - lib9p - A simple 9P protocol server library
 - libusb - TODO