danos/system
Daniel Samson be04ebe954
build: delete module_homes — imports resolve through the declared zon
The module-to-domain table in build-support duplicated what each
domain's build.zig already states with its addModule exports. userBinary
now resolves each named import by searching the packages the binary
declared in its own build.zig.zon (b.available_deps), which also makes
the zon the literal include path: an import can only be satisfied by a
domain the binary claims, and naming a module whose domain is missing
fails the build graph with the domain to declare. build-support is down
to the recipe alone. All build variants green; manifest unchanged.
2026-07-30 07:49:19 +01:00
..
drivers build: delete module_homes — imports resolve through the declared zon 2026-07-30 07:49:19 +01:00
kernel kernel: the IOMMU backends move behind the architecture boundary 2026-07-30 07:16:08 +01:00
services build: delete module_homes — imports resolve through the declared zon 2026-07-30 07:49:19 +01:00
abi.zig iommu: DMA-region capabilities — per-grant reachability, protocol flag-day 2026-07-26 18:31:27 +01:00
boot-handoff.zig reorg: move system/devices into system/kernel/devices 2026-07-22 21:35:30 +01:00
initial-ramdisk.zig boot: survive hand-written sticks — case-fold the /system walk, skip host litter 2026-07-21 18:01:12 +01:00
parameters.zig USB driver stack: xHCI transfers, HID keyboard/mouse, mass storage 2026-07-13 14:11:00 +01:00