- Add BARE_OS_BOOT_SAFE_MODE, BOOT_TRANSACTION_JOURNAL, BOOT_CHECKPOINT in stock kernel; kernel.ext.d requires/after/before ordering; boot-ready subsystems.kernel.giantPhase adjunct - Expose /proc/bare_os/giant_phase_program.json via bare-os-giant-phase; wire VFS, baretop snapshot, and ctx batch read - Add /bin/kernel-doctor and /bin/kernel-explain; verify-giant-phase-doc in pretest; giant-phase-benchmark-harness stub - Bump bareOsCtxApiVersion to 1.23.0; sync seeder kernel/init.js and runtime caps; extend booter tests for proc listing and safe mode Docs: giant-phase-kernel-program.md, feature-roadmap, kernel-extensions, compatibility-matrix, environment appendix, handbook 06/11, developer guide, users-manual 07, scripts README; booter CHANGELOG
16 lines
374 B
JSON
16 lines
374 B
JSON
{
|
|
"name": "kernel-explain",
|
|
"section": 1,
|
|
"title": "kernel-explain",
|
|
"synopsis": [
|
|
"kernel-explain [OPTION]... [OPERAND]..."
|
|
],
|
|
"description": "Bare OS implementation of kernel-explain. Full behavior is defined in packages/bare-os-coreutils/src/kernel-explain.js.",
|
|
"options": [],
|
|
"keywords": [
|
|
"kernel-explain",
|
|
"bare-os",
|
|
"coreutils"
|
|
]
|
|
}
|