Skip to content

Commit

Permalink
doc: Added a note about where to pute the OVMF and HDD file.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax authored Mar 20, 2024
1 parent 03df88b commit d8a978b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ This guide provides instructions for running skiftOS on QEMU or real hardware us
Execute the following command:

```bash
$ qemu-system-x86_64 -bios <ovmf file> -drive format=raw,file=<image file> -m 512M -serial stdio -enable-kvm
$ qemu-system-x86_64 -bios <ovmf file> -drive format=raw,file=<hdd file> -m 512M -serial stdio -enable-kvm
```

Note: Replace `<ovmf file>` with the appropriate OVMF firmware file and `<hdd file>` with the HDD file you downloaded or builded.

## On Real Hardware

> **⚠ Warning:** Running skiftOS on real hardware is not recommended. It is not ready for production use and may damage your computer.
Expand Down

0 comments on commit d8a978b

Please sign in to comment.