update docs
This commit is contained in:
+1
-1
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user