mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:47:34 +00:00
Toolchain: Add QEMU build script and improve documentation
Added a script to build QEMU from source as part of the Toolchain. The script content could be in BuildIt.sh but has been put in a seperate file to make the build optional. Added PATH=$PATH to sudo calls to hand over the Toolchain's PATH setup by UseIt.sh. This enabled the script's to use the QEMU contained in the SerenityOS toolchain. Deleted old documentation in Meta and replaced it by a new documentation in the Toolchain folder.
This commit is contained in:
parent
2d19072115
commit
3042c942d8
6 changed files with 215 additions and 103 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
sudo -E ./build-image-qemu.sh
|
||||
sudo -E PATH=$PATH ./build-image-qemu.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue