From e7d034fbf433c8ba51f83ca8e68114a771dff280 Mon Sep 17 00:00:00 2001 From: Phil Clifford Date: Sat, 19 Feb 2022 11:44:12 +0000 Subject: [PATCH] Replace BSD note. (#349) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b30b286..3ebbec6 100644 --- a/README.md +++ b/README.md @@ -370,6 +370,15 @@ tpm="on" * `fixed_iso=` specifies the ISO image that provides VirtIO drivers. * `tpm="on"` instructs `quickemu` to create a software emulated TPM device using `swtpm`. +## BSD Guests + +`quickemu` supports FreeBSD and OpenBSD. + +```bash +quickget freebsd 13_0 +quickemu --vm freebsd-13_0.conf +``` + ## Haiku Guests `quickemu` supports [Haiku](https://www.haiku-os.org/).