reduce the size of ppage by 8 bytes using signly linked list
[lunaix-os.git] / lunaix-os / scripts / qemus / qemu_x86_dev.json
index 8f39682ce1904392767c7fd199d195679eae3562..33f2aaa8a38fa0e289edb659907a65416cd0432b 100644 (file)
@@ -1,6 +1,6 @@
 {
     "arch": "$ARCH",
-    "memory": "1G",
+    "memory": "32M",
     "ncpu": 1,
     "machine": "q35",
     "cpu": {
@@ -27,6 +27,7 @@
         "gdb_port": "$GDB_PORT",
         "traced": [
             "x86_recv_fault",
+            "x86_log_pagefault",
             "ide_dma_cb"
         ]
     },