diff options
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: |