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


Ignore:
Timestamp:
07/19/11 01:27:59 (13 years ago)
Author:
Strauman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Simulators/QEMU

    v46 v47  
    179179  ./sim-script/pc386 -i PATH_TO_MY_EXE
    180180The pc386 script will copy your executable to ~/qemu/hd/test.exe, which is what pc386_fda boots. You should see the result in your console.  Scripts to run other simulators are in the sim-scripts directory.
     181
     182NOTE: If you have a means to pass command line arguments to the RTEMS executable (e.g., this works when booting with grub) then there is no need to specify the serial console at 'configure'-time. You simply add the command line argument
     183{{{
     184--console=com1
     185}}}
    181186= Running RTEMS TCP/IP Applications =
    182187
     
    244249
    245250--[wiki:User:SimonPerreault User:SimonPerreault] Mon Nov 29 16:43:38 EST 2010
     251
     252Alternatively, you can simply add
     253{{{
     254--ne2k-irq=9
     255}}}
     256to the grub command line to let RTEMS' ne driver know it should use interrupt 9.
    246257= Debugging with QEMU =
    247258