summaryrefslogtreecommitdiff
path: root/HACKING.md
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-03-26 21:20:54 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-03-26 21:20:54 -0600
commit0378f059440d4702203f9bc005894f7b53cad889 (patch)
treead738d3ce97e2f76071b6b2f448eecc8526d6bd0 /HACKING.md
parent61b14883c1ddbd5985c681ef7b559cf3c8c15525 (diff)
Have libhw_generic be independent of libcr, rename libhw to libhw_cr
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md
index d522034..9e19c26 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -18,8 +18,8 @@ Our own tiny cooperative-multitasking OS:
- `libcr/`: The kernel (a simple coroutine library)
- `libcr_ipc/`: IPC primatives (semaphores, mutexes, channels, ...)
for libcr
- - `libhw/`: The hardware drivers
- `libhw_generic/`: The hardware abstraction layer
+ - `libhw_cr/`: The hardware drivers
Libraries for generic parts of what the harness is doing: