note that some arch independent code can live in dev (e.g. SMBios)

This commit is contained in:
John-Mark Gurney 2023-03-03 01:54:07 -08:00
parent 5ea96be40b
commit 144661f941
No known key found for this signature in database
GPG Key ID: 205F0B33DD006ADA

View File

@ -24,7 +24,7 @@ Source Roadmap:
| crypto | crypto drivers |
| ddb | interactive kernel debugger - `ddb(4)` |
| fs | most filesystems, excluding UFS, NFS, and ZFS |
| dev | device drivers |
| dev | device drivers and other arch independent code |
| gdb | kernel remote GDB stub - `gdb(4)` |
| geom | GEOM framework - `geom(4)` |
| i386 | i386 (32-bit x86) architecture support |