summaryrefslogtreecommitdiff
path: root/HACKING.md
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-27 17:25:36 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-27 17:25:36 -0600
commite5e15c04bc58c34906e6d7cfcbad68d1a5617563 (patch)
tree580f5fb0fafc7e974c969fc8aae229205c836195 /HACKING.md
parent71e1a86a033c380f85dd300d788af63bfef25bab (diff)
wip
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/HACKING.md b/HACKING.md
new file mode 100644
index 0000000..1492820
--- /dev/null
+++ b/HACKING.md
@@ -0,0 +1,10 @@
+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
+ - libnetio - TODO
+ - lib9p - A simple 9P protocol server library
+ - libusb - TODO
+