Hi,
I have created a kernel by myself, but when I run it using
'/mnt/nokrb/tangdj/gem5/build/X86/gem5.opt -d
/mnt/nokrb/tangdj/gem5/Output/m5_augreal_1h configs/example/fs.py
--script=/mnt/nokrb/tangdj/gem5/MEV/rcs_augreal/test_augreal_1h.rcS
--cpu-type=detailed --caches --l2cache
--kernel=/mnt/nokrb/tangdj/full-system_images/binaries/vmlinux
--l2_size=512kB
--disk-image=/mnt/nokrb/tangdj/full-system_images/disks/opencv.img -F
1000000000 -I 100000000' ; it gives me this error: fatal: Unable to find
destination for addr 0x80000000000000ed on bus system.iobus. Is it because
some devices enabled in .config file are not supported in gem5?
Consequently, I look into the system.pc.com_1.terminal file; it gives me
the following:

[    2.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.13.9 (tangdj@tangdj-S300CA) (gcc version
4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #5 SMP Fri Aug 8 20:18:32 EDT 2014 (Ubuntu
3.13.0-24.46-generic 3.13.9)
[    0.000000] Command line: earlyprintk=ttyS0 console=ttyS0 lpj=7999923
root=/dev/hda1
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] CPU: vendor_id 'M5 Simulator' unknown, using generic init.
[    0.000000] CPU: Your system may be unstable.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x00000000000fffff]
reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ffff0000-0x00000000ffffffff]
reserved
[    0.000000] bootconsole [earlyser0] enabled
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.5 present.
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x20000 max_arch_pfn = 0x400000000
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new
0x7010600070106
[    0.000000] CPU MTRRs all blank - virtualized system.
[    0.000000] found SMP MP-table at [mem 0x000f0050-0x000f005f] mapped at
[ffff8800000f0050]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000] init_memory_mapping: [mem 0x1fe00000-0x1fffffff]
[    0.000000] init_memory_mapping: [mem 0x1c000000-0x1fdfffff]
[    0.000000] init_memory_mapping: [mem 0x00100000-0x1bffffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0x1fffffff]
[    0.000000] SFI: Simple Firmware Interface v0.81
http://simplefirmware.org
[    0.000000] Intel MultiProcessor Specification v1.4
[    0.000000] MPTABLE: OEM ID:
[    0.000000] MPTABLE: Product ID:
[    0.000000] MPTABLE: APIC at: 0xFEE00000
[    0.000000] Processor #0 (Bootup-CPU)
[    0.000000] IOAPIC[0]: apic_id 1, version 20, address 0xfec00000, GSI
0-23
[    0.000000] Processors: 1
[    0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] e820: [mem 0x20000000-0xfffeffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1
nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88001fc00000 s85952 r8192
d20544 u2097152
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.
Total pages: 128905
[    0.000000] Kernel command line: earlyprintk=ttyS0 console=ttyS0
lpj=7999923 root=/dev/hda1
[    0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288
bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144
bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 498564K/523896K available (6793K kernel code, 1020K
rwdata, 3068K rodata, 1160K init, 1404K bss, 25332K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  RCU dyntick-idle grace-period acceleration is enabled.

What should I do? Thanks in advance.

Dongjie Tang
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to