Documentation
¶
Overview ¶
Package registrations is the "built-in driver list" (the Linux defconfig). It blank-imports every leaf that ships enabled in v0.1 so their init() functions register against the frozen ABI before the kernel boots. Enabling or disabling an idea is exactly one import line here — the kernel itself never imports a leaf.
Import order is irrelevant to correctness (the kernel folds by registered rank/tier, not import order); it is grouped by subsystem for readability.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package microagent is the microagent-minimal registration set: the composable SUBSET of the full-kernel defconfig (internal/registrations) that an in-process Go microagent host (#2000 M9) blank-imports INSTEAD of the whole defconfig.
|
Package microagent is the microagent-minimal registration set: the composable SUBSET of the full-kernel defconfig (internal/registrations) that an in-process Go microagent host (#2000 M9) blank-imports INSTEAD of the whole defconfig. |
Click to show internal directories.
Click to hide internal directories.