Сборка ISO образов

This commit is contained in:
Aren 2023-09-30 23:08:02 +03:00
parent 854d8419a4
commit bddc10c93e

View File

@ -117,5 +117,6 @@ if __name__ == "__main__":
check_tools()
compile_all()
create_hdd("mseos")
create_iso("mseos")
print("qemu-system-x86_64 -M q35 -m 8G -smp 8 -bios ovmf/OVMF.fd -hda mseos.hdd")