docs: documented 'uefi' mode in 'run.sh'
This commit is contained in:
parent
8b50755fb8
commit
836b10471e
|
@ -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*.
|
||||||
|
|
Loading…
Reference in New Issue