Refinement on documentation (#38)
[lunaix-os.git] / lunaix-os / scripts / qemus / qemu_x86_dev.json
index 474ad1a1c9b2396b6433e6cdb38241d35b8b0e96..023dfece1821dae79f0944f3faa04f532d85b0ca 100644 (file)
@@ -1,6 +1,7 @@
 {
     "arch": "$ARCH",
     "memory": "1G",
+    "ncpu": 1,
     "machine": "q35",
     "cpu": {
         "type": "base",
             "addr": ":12345",
             "logfile": "lunaix_ttyS0.log"
         },
+        {
+            "class": "pci-serial",
+            "logfile": "ttyPCI0.log"
+        },
+        {
+            "class": "pci-serial",
+            "logfile": "ttyPCI1.log"
+        },
         {
             "class": "rtc",
             "base": "utc"
                     "img": "$KIMG",
                     "ro": true,
                     "format": "raw"
+                },
+                {
+                    "type": "ide-hd",
+                    "img": "$EXT2_TEST_DISC",
+                    "format": "raw"
                 }
             ]
         },