Сборка ISO образов
This commit is contained in:
parent
854d8419a4
commit
bddc10c93e
1
build.py
1
build.py
@ -117,5 +117,6 @@ if __name__ == "__main__":
|
|||||||
check_tools()
|
check_tools()
|
||||||
compile_all()
|
compile_all()
|
||||||
create_hdd("mseos")
|
create_hdd("mseos")
|
||||||
|
create_iso("mseos")
|
||||||
|
|
||||||
print("qemu-system-x86_64 -M q35 -m 8G -smp 8 -bios ovmf/OVMF.fd -hda mseos.hdd")
|
print("qemu-system-x86_64 -M q35 -m 8G -smp 8 -bios ovmf/OVMF.fd -hda mseos.hdd")
|
Loading…
Reference in New Issue
Block a user