Updates to MD

This commit is contained in:
Raven Scott
2026-04-25 23:18:44 -04:00
parent 0e3e5be329
commit d9d9f6ddb9
93 changed files with 368 additions and 370 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ Root **`npm run pretest`** refreshes or validates these artifacts; if you change
Workflow after changing boot logic:
1. Edit **`kernel/lib/init/init-main.js`** (and optional **`kernel/lib/boot/*.js`**).
1. Edit **`kernel/lib/init/init-main.js`** (and optional `**kernel/lib/boot/*.js`**).
2. Run **`node scripts/bundle-kernel-init.mjs`** to regenerate root **`kernel/init.js`**.
3. Sync the mirror: **`rsync -a --delete kernel/ packages/bare-os-seeder/kernel/`** from the repo root.