From 8ad04157da596c30f07e53a83eedbee261c75d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sun, 28 Aug 2022 00:57:20 +0100 Subject: [PATCH] Fix wording in readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f17cc1e..ed250a7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This is a port of stage0-posix (https://github.com/oriansj/stage0-posix) to UEFI ## Minimal images -It is possible to create images without `kaem-optional-seed.efi` that contain only `hex0-seed.efi`. Those are a bit less automated but if your UEFI implementation lets you to pass command line arguments, you can recreate kaem using just hex0. +It is possible to create images without `kaem-optional-seed.efi` that contain only `hex0-seed.efi`. Those are a bit less automated but if your UEFI implementation lets you pass command line arguments, you can recreate kaem using just hex0. - `make MINIMAL=1 qemu`. - Open UEFI settings (often F2 but it varies from system to system).