Changes between Version 22 and Version 23 of Developer/Simulators/QEMU/CANEmulation


Ignore:
Timestamp:
06/22/13 22:22:37 (11 years ago)
Author:
C Rempel
Comment:

/* Linux-QEMU environment */

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Simulators/QEMU/CANEmulation

    v22 v23  
    233233
    234234 *  Start qemu
    235    qemu-system-i386 -s kernel bzImage -hda rootfs.img -append "root=/dev/sda init=/sbin/init"
     235   qemu-system-i386 -s -kernel bzImage -hda rootfs.img -append "root=/dev/sda init=/sbin/init"
    236236If you want to see what has displayed to screen, you can use
    237    qemu-system-i386 -s kernel ~/linux-3.4.48/arch/i386/boot/bzImage \
     237   qemu-system-i386 -s -kernel ~/linux-3.4.48/arch/i386/boot/bzImage \
    238238   -hda ~/qemu/rootfs.img \
    239239   -serial file:./linux-start.log \