Fix wording in readme.

This commit is contained in:
Andrius Štikonas 2022-08-28 00:57:20 +01:00
parent e14033b3d9
commit 8ad04157da
1 changed files with 1 additions and 1 deletions

View File

@ -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).