danos/system/drivers/ps2-bus
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
..
build.zig build: delete module_homes — imports resolve through the declared zon 2026-07-30 07:49:19 +01:00
build.zig.zon build: exact per-binary imports — the pre-wired default set is gone 2026-07-30 06:42:31 +01:00
keyboard.zig library: client modules end in -client, like protocols end in -protocol 2026-07-30 06:56:12 +01:00
mouse-packet.zig Wire real PS/2 mouse packets through to input events 2026-07-11 23:09:04 +01:00
mouse.zig library: client modules end in -client, like protocols end in -protocol 2026-07-30 06:56:12 +01:00
ps2-bus.zig C2: migrate consumers off the runtime shim to direct concern-module imports 2026-07-22 23:28:34 +01:00
ps2-library.zig C2: migrate consumers off the runtime shim to direct concern-module imports 2026-07-22 23:28:34 +01:00
scancode.zig Wire real PS/2 scancodes through to input events and characters 2026-07-11 22:48:59 +01:00