mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-13 01:48:42 +00:00
Merge branch 'main' of https://github.com/BoredDevNL/BoredOS
This commit is contained in:
commit
f6141dfcaf
2 changed files with 3 additions and 0 deletions
1
.github/pull_request_template.md
vendored
1
.github/pull_request_template.md
vendored
|
|
@ -15,6 +15,7 @@ Notes:
|
||||||
---
|
---
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
- [ ] Code contains appropriate comments (REQUIRED for medium to large PR's.)
|
||||||
|
|
||||||
- [ ] Documentation updated if needed
|
- [ ] Documentation updated if needed
|
||||||
|
|
||||||
|
|
|
||||||
2
docs/build/toolchain.md
vendored
2
docs/build/toolchain.md
vendored
|
|
@ -132,6 +132,8 @@ Download the Windows version of QEMU from:
|
||||||
- https://qemu.weilnetz.de/w64/
|
- https://qemu.weilnetz.de/w64/
|
||||||
|
|
||||||
Install QEMU normally and make sure the installation directory is added to your Windows `PATH`.
|
Install QEMU normally and make sure the installation directory is added to your Windows `PATH`.
|
||||||
|
Note that if it breaks when building, you need too add `qemu-img` to your `PATH`:
|
||||||
|
`export PATH="/c/Program Files/qemu:$PATH"`
|
||||||
|
|
||||||
You can verify the installation with:
|
You can verify the installation with:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue