Changes between Version 38 and Version 39 of Developer/Simulators/QEMU


Ignore:
Timestamp:
06/09/10 19:44:02 (14 years ago)
Author:
Gedare
Comment:

/* Using the rtems-testing Module */

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Simulators/QEMU

    v38 v39  
    157157  bunzip ~/qemu/pc386_fda*
    158158
    159 Run make at the root of the gcc-testing module.  This should create a pc386 script in ./sim-scripts. 
     159Run make at the root of the rtems-testing module.  This should create a pc386 script in ./sim-scripts.
     160 
    160161To use these scripts for pc386, you have to build RTEMS with USE_COM1_AS_CONSOLE=1 and BSP_PRESS_KEY_FOR_RESET=0 on the configure command line.
    161 For example 
     162For example, if rtems is checked out at /home/user/rtems/rtems and you build in /home/user/rtems/b-rtems, then from b-rtems you will configure rtems as:
    162163{{{
    163164../rtems/configure --target=i386-rtems4.10 \