summaryrefslogtreecommitdiff
path: root/HACKING.md
blob: 9b016aa581e78d805a6dc7d6ae7404f7a5c7f5d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!--
  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