docs: documented 'uefi' mode in 'run.sh'

This commit is contained in:
antifallobst 2023-02-21 14:05:39 +01:00
parent 8b50755fb8
commit 836b10471e
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ The final ISO file will be written to the *build* directory.
To launch the ISO, run the `run.sh` script. To launch the ISO, run the `run.sh` script.
# UEFI Emulation
To emulate an UEFI system, you need to install the `ovmf` package.
Then you can do `./run.sh uefi` to start qemu with uefi instead of bios.
# Debugging # Debugging
## Logs ## Logs
When running through the script, qemu is configured to write the kernels logs to *STDOUT* and a file called *noxos.log*. When running through the script, qemu is configured to write the kernels logs to *STDOUT* and a file called *noxos.log*.