Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 27 and Version 28 of Developer/Simulators/QEMU


Ignore:
Timestamp:
06/10/09 07:07:09 (15 years ago)
Author:
Roxana
Comment:

/* Running Other Images */

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Simulators/QEMU

    v27 v28  
    127127the keyboard to switch from the menu to the GRUB command prompt.  At the prompt type:
    128128
    129   grub> set root=(hd0,1)
    130   grub> multiboot (hd0,1)/myimage.exe
     129  grub> set root=(hd1,1)
     130  grub> multiboot (hd1,1)/myimage.exe
    131131
    132132where myimage.exe should be replaced with the name of the RTEMS image that you want to run.
    133 GRUB supports filename completion via the TAB key, so you can just type "kernel (hd0,1)/"
     133GRUB supports filename completion via the TAB key, so you can just type "kernel (hd1,1)/"
    134134and then press the TAB key to see a list of all files and directories.
    135135