diff options
Diffstat (limited to 'HACKING.md')
-rw-r--r-- | HACKING.md | 10 |
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 + |