Second Extended Filesystem (ext2) and other improvements (#33)
[lunaix-os.git] / lunaix-os / scripts / qemus / qemu_x86_dev.json
index e006691bd09d566b86519cbd8d2fa617a6da54f8..023dfece1821dae79f0944f3faa04f532d85b0ca 100644 (file)
@@ -1,6 +1,7 @@
 {
     "arch": "$ARCH",
     "memory": "1G",
+    "ncpu": 1,
     "machine": "q35",
     "cpu": {
         "type": "base",
                     "img": "$KIMG",
                     "ro": true,
                     "format": "raw"
+                },
+                {
+                    "type": "ide-hd",
+                    "img": "$EXT2_TEST_DISC",
+                    "format": "raw"
                 }
             ]
         },