From 14382fcf2961bf1caa652fc183cf1534da3b4a0d Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 11 Dec 2017 02:44:15 +0000 Subject: [PATCH] Start adding commands that I know are good to build up residual knowledge about qemu's quirks. Other qemu commands are possible, but this is the quickest for testing. Sponsored by: Netflix --- tools/tools/nanobsd/embedded/qemu-amd64.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/tools/nanobsd/embedded/qemu-amd64.cfg b/tools/tools/nanobsd/embedded/qemu-amd64.cfg index f393f1fea0f..36dac399b4a 100644 --- a/tools/tools/nanobsd/embedded/qemu-amd64.cfg +++ b/tools/tools/nanobsd/embedded/qemu-amd64.cfg @@ -32,3 +32,8 @@ NANO_NAME=qemu-amd64 . common # Pull in common definitions qemu_env + +# Run with: +# qemu-system-x86_64 -hdd $file -serial telnet::4444,server -nographic +# To get some breathing room on the image: +# qemu-img resize $file +2G