From 5137930fca52dd494975c35386e87e12c775d983 Mon Sep 17 00:00:00 2001 From: sextant-git <62461414+sextant-git@users.noreply.github.com> Date: Wed, 8 Apr 2020 15:32:00 +0200 Subject: [PATCH] Update tasks.json --- .vscode/tasks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 1a63867..acb2132 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -61,7 +61,7 @@ "label": "Run Sextant", "type": "shell", "windows": { - "command": "cd build/boot; c:\\sextant\\qemu\\qemu.exe -L \"c:\\sextant\\qemu\" -net nic,model=ne2k_isa -net user -tftp ./ -cdrom grub.iso", + "command": "cd build/boot; c:\\sextant\\qemu\\qemu.exe -L \"c:\\sextant\\qemu\" -no-kqemu -net 'nic,model=ne2k_isa' -net user -tftp ./ -cdrom grub.iso", "options": { "env": { "PATH": "C:\\sextant\\ccompil" @@ -128,4 +128,4 @@ "problemMatcher": [] } ] -} \ No newline at end of file +} -- GitLab