/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. |
||
|---|---|---|
| .. | ||
| memory | ||
| build.zig | ||
| build.zig.zon | ||
| file-system.zig | ||
| ipc.zig | ||
| logging.zig | ||
| process.zig | ||
| root.zig | ||
| service.zig | ||
| start.zig | ||
| system-call.zig | ||
| thread.zig | ||
| time.zig | ||
| user.ld | ||