Phase 000 — validate
At a glance
| Field | Value |
|---|---|
| Phase family | Phase 0 — forge |
| Run command | make phase 000 |
| Underlying make target/script | make -C vm/phase0 check |
| Runs on | host |
| Main proof/artifact | Phase 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.