Complete the internal “100 task” roadmap: coreutils and shell parity (xargs,
sh, diff/patch, sort, printf, find, test, getfacl/setfacl/xattr), expanded /proc and metrics (process table, syscalls, replication, net, security posture, worker budget, swarm/replication hints), initd DAG supervision metadata and richer restart journal telemetry, synthetic process groups via IPC (assignProcessGroup/signalProcessGroup) mirrored into process_table, optional kernel.ext.d incremental hot reload (BARE_OS_KERNEL_EXT_D_HOT_RELOAD) with reload audit NDJSON, features proc for hyperblobs dedup and systemd subset documentation, vault threat model doc plus posture fields for AEAD, Pear enclave pointer, account rotation continuity, and Ed25519 consistency across boot manifest / extensions / replication. Adds or extends tests and keeps kernel/ and packages/bare-os-seeder/kernel/ in parity; guest init is bundled from kernel/lib/init/init-main.js via bundle-kernel-init.
This commit is contained in:
@@ -97,8 +97,8 @@ async function readUtf8(ctx, path) {
|
||||
}
|
||||
|
||||
async function run(ctx, argv) {
|
||||
const a = argv[2]
|
||||
const b = argv[3]
|
||||
const a = argv[1]
|
||||
const b = argv[2]
|
||||
if (!a || !b) {
|
||||
ctx.console.error('Usage: kernel-boot-diff FILE1 FILE2')
|
||||
ctx.console.error('Compares NDJSON or line-oriented boot checkpoint dumps.')
|
||||
|
||||
Reference in New Issue
Block a user