update docs

This commit is contained in:
2026-09-22 13:23:34 +08:00
parent 99bc3d15c5
commit 8a4788fca8
126 changed files with 7198 additions and 2425 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ source "$(dirname -- "${BASH_SOURCE[0]}")/lib.sh"
[[ $# == 0 ]] || die 'Usage: tools/run-system-vm'
cd "$FDS_ROOT"
for file in out/kernel/boot/kernel_2712.img out/fds-initramfs.img out/fds-system-cli.img; do
[[ -s $file ]] || die "Build required input first: $file (see docs/boot.md)"
[[ -s $file ]] || die "Build required input first: $file (see docs/developer/boot.md)"
done
printf 'FDS user console VM. Press Ctrl-a, then x to close it. Temporary home is discarded.\n'
exec tools/in-void qemu-system-aarch64 \