danos/library/kernel
Daniel Samson c4f16a5448
build: the unix paths retire — configuration, logs, and volumes move into the danos tree
/etc/init.csv and /etc/devices.csv become /system/configuration/*.csv (the
repo's etc/ moves to system/configuration/, mirroring the runtime tree),
/var/log becomes /system/logs, and /mnt/usb becomes /volumes/usb. The
kernel VFS gains a carve-out so FAT may serve exactly /system/configuration
and /system/logs beneath the initrd-backed /system while /system and /test
themselves stay unshadowable; FAT's single /var mount splits into those two
rewritten mounts. The kvfs readdir check learns /system's third child and
the ramdisk spawn sweep skips the configuration tree.

Suite 106/106.
2026-07-31 19:41:35 +01:00
..
memory iommu: DMA-region capabilities — per-grant reachability, protocol flag-day 2026-07-26 18:31:27 +01:00
build.zig docs: catch the build docs up with the package split 2026-07-26 23:12:14 +01:00
build.zig.zon build: phase 1 — library domains become packages 2026-07-26 22:53:53 +01:00
file-system.zig build: the unix paths retire — configuration, logs, and volumes move into the danos tree 2026-07-31 19:41:35 +01:00
ipc.zig iommu: DMA-region capabilities — per-grant reachability, protocol flag-day 2026-07-26 18:31:27 +01:00
logging.zig reorg: split the runtime into library/kernel concern modules (C1) 2026-07-22 22:53:13 +01:00
process.zig reorg: split the runtime into library/kernel concern modules (C1) 2026-07-22 22:53:13 +01:00
root.zig C5: delete the runtime.zig and system.zig compatibility shims 2026-07-22 23:32:05 +01:00
service.zig reorg: split the runtime into library/kernel concern modules (C1) 2026-07-22 22:53:13 +01:00
start.zig reorg: split the runtime into library/kernel concern modules (C1) 2026-07-22 22:53:13 +01:00
system-call.zig reorg: rename library/runtime -> library/kernel (groundwork) 2026-07-22 22:27:39 +01:00
thread.zig reorg: split the runtime into library/kernel concern modules (C1) 2026-07-22 22:53:13 +01:00
time.zig reorg: split the runtime into library/kernel concern modules (C1) 2026-07-22 22:53:13 +01:00
user.ld reorg: rename library/runtime -> library/kernel (groundwork) 2026-07-22 22:27:39 +01:00