From 1233d6f0df1313199e1cfea5e0dc173a1f64016a Mon Sep 17 00:00:00 2001
From: Larochelle <Jean-Bernard.Larochelle@laposte.net>
Date: Thu, 9 Apr 2020 10:46:17 +0200
Subject: [PATCH] J2M:modif task.jsson

---
 .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