Further MD Fixes
This commit is contained in:
@@ -5,10 +5,10 @@ The shipped kernel is a **single** Hyperdrive file evaluated with `AsyncFunction
|
||||
1. **`kernel/lib/boot/*.js`** (sorted) — preamble (`BARE_OS_BOOT_TXN_STATE`, multisig shape, `invokeCtxBootHooks`).
|
||||
2. **`kernel/lib/init/fragments/*.js`** (sorted) — large cohesive regions:
|
||||
- **`20-init-boot-policy.js`** — semver helpers, skip merge, `kernel.d` env guards, **`applyBootPolicyFile`**.
|
||||
- **`30-init-kernel-extensions.js**` — `**runKernelExtDropins`**, topological ordering, signer pins, multisig gate.
|
||||
3. **`kernel/lib/init/init-main.js**` — boot trace/journals, RC runners, selftest, `**start(ctx)`**, REPL.
|
||||
- **`30-init-kernel-extensions.js`** — **`runKernelExtDropins`**, topological ordering, signer pins, multisig gate.
|
||||
3. **`kernel/lib/init/init-main.js`** — boot trace/journals, RC runners, selftest, `**start(ctx)`**, REPL.
|
||||
|
||||
Staged paths: **`/lib/init/init-main.js**`, `**/lib/init/fragments/***`, and bundled `**/boot/init.js`**.
|
||||
Staged paths: **`/lib/init/init-main.js`**, **`/lib/init/fragments/*`**, and bundled **`/boot/init.js`**.
|
||||
|
||||
| Concern | Responsibility | Primary source |
|
||||
| --- | --- | --- |
|
||||
|
||||
Reference in New Issue
Block a user