% build/ALPHA_FS/m5.debug -d output configs/example/fs.py ( -d output : A directory "output" contain the runing information will be created. )
Under m5 root path, % ./build/ALPHA_FS/m5.opt -d output.netperf configs/example/fs.py -b NetperfMaerts In another host terminal, % m5term localhost 3456 This will run benchmark NetperfMaerts under M5 full-system mode. The running status could be seen in m5term. References: 1. http://www.m5sim.org/wiki/index.php/Running_M5_in_Full-System_Mode 2. http://www.m5sim.org/wiki/index.php/M5term 3. http://www.m5sim.org/wiki/index.php/Download 4. http://oldfield.wattle.id.au/luv/boot.html 5. http://www.m5sim.org/wiki/index.php/Compiling_M5#Installing_full_system_files |