"apic"
]
},
+ "kernel": {
+ "bin": "$KBIN",
+ "cmd": "$KCMD"
+ },
"debug": {
"gdb_port": "$GDB_PORT",
"traced": [
"x86_recv_fault",
+ "x86_log_pagefault",
"ide_dma_cb"
]
},
"devices": [
{
- "class": "basic_serial",
- "protocol": "telnet",
- "addr": ":12345",
- "logfile": "lunaix_ttyS0.log"
+ "class": "isa-serial",
+ "io": {
+ "type": "telnet",
+ "port": "12345",
+ "logfile": "lunaix_ttyS0.log"
+ }
},
{
"class": "pci-serial",
- "logfile": "ttyPCI0.log"
+ "io": {
+ "type": "null",
+ "logfile": "ttypci1.log"
+ }
},
{
"class": "pci-serial",
- "logfile": "ttyPCI1.log"
+ "io": {
+ "type": "null",
+ "logfile": "ttypci2.log"
+ }
},
{
"class": "rtc",
"class": "ahci",
"name": "ahci_0",
"disks": [
- {
- "type": "ide-cd",
- "img": "$KIMG",
- "ro": true,
- "format": "raw"
- },
{
"type": "ide-hd",
- "img": "$EXT2_TEST_DISC",
+ "img": "$ROOTFS",
"format": "raw"
}
]
},
{
"class": "hmp",
- "protocol": "telnet",
- "addr": ":$QMPORT",
- "logfile": "qm.log"
+ "io": {
+ "type": "telnet",
+ "port": "$QMPORT",
+ "logfile": "qm.log"
+ }
}
]
}
\ No newline at end of file