diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-03-26 22:18:47 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-03-26 22:18:47 -0600 |
commit | 6ab74d74ee6dc1663b66d0a9a0471f63ade5659a (patch) | |
tree | b579303cc5df38191ee9e8ad63793fbe4c867c02 /HACKING.md | |
parent | 9f2e2e96321f14da97adda618a7e4721cbb9791c (diff) | |
parent | 865bb702f828784a0225b5eae9ed8803094140d5 (diff) |
Merge branch 'lukeshu/9p-read-iovec'
Diffstat (limited to 'HACKING.md')
-rw-r--r-- | HACKING.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |