Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Phase 000 — validate

At a glance

FieldValue
Phase familyPhase 0 — forge
Run commandmake phase 000
Underlying make target/scriptmake -C vm/phase0 check
Runs onhost
Main proof/artifactPhase 0 scripts parse, cached rootfs is valid if present, and QEMU command construction still works.
make phase 000

This runs the cheap validation lane. It does not boot the VM and does not build a disk. It is the “are my scripts still sane?” step.

Under the hood it checks shell syntax for the Phase 0 scripts and confirms the QEMU command can be assembled.