Changes between Version 45 and Version 46 of Developer/Simulators/QEMU


Ignore:
Timestamp:
11/30/10 02:49:40 (13 years ago)
Author:
SimonPerreault
Comment:

/* Running RTEMS TCP/IP Applications */ Do not put my words in another person's mouth.

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Simulators/QEMU

    v45 v46  
    187187
    188188{{{
    189 qemu -M isapc -cpu 486 -m 8 -boot a \
     189qemu -cpu 486 -m 8 -boot a \
    190190    -fda /home/joel/qemu/pc386_fda \
    191191    -hda fat:/home/joel/qemu/hd \
     
    211211
    212212This matches the defaults as presented in the QEMU manual. The single network interface available to the RTEMS application will have the IP address 10.0.2.5.  All of the RTEMS network demos can run in this environment given proper configuration.
     213== "isa irq 9 already assigned" ==
     214
     215
     216With a more recent QEMU (0.13), I needed to add the "-M isapc" flag to make this error message go away.
     217
     218--[wiki:User:SimonPerreault User:SimonPerreault] Mon Nov 29 16:43:38 EST 2010
    213219== Setting the IRQ number ==
    214220