diff options
| author | Marin Ivanov <[email protected]> | 2024-05-01 02:53:48 +0300 |
|---|---|---|
| committer | Marin Ivanov <[email protected]> | 2024-05-01 09:22:33 +0300 |
| commit | 8a75ae114231b26cef2814dcc8d5810bb94f87b9 (patch) | |
| tree | 8ad243bab8c7e7419d25bc438c81e13f44ea18d0 /build.zig | |
| parent | ddd68a03738fcf643944eccfd461d5fd6af7ecdd (diff) | |
debug output
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ pub fn build(b: *Build) !void { iso_step.dependOn(&iso_cmd.step); b.default_step.dependOn(iso_step); - const run_cmd_str = &[_][]const u8{ "qemu-system-x86_64", "-cdrom", iso_path, "-debugcon", "stdio", "-vga", "virtio", "-m", "4G", "-machine", "q35,accel=kvm:whpx:tcg", "-no-reboot", "-no-shutdown" }; + const run_cmd_str = &[_][]const u8{ "qemu-system-x86_64", "-cdrom", iso_path, "-debugcon", "stdio", "-vga", "virtio", "-m", "4G", "-machine", "q35,accel=kvm:tcg", "-no-reboot", "-no-shutdown" }; const run_cmd = b.addSystemCommand(run_cmd_str); run_cmd.step.dependOn(b.getInstallStep()); |
