Changes between Version 30 and Version 31 of Developer/Simulators/QEMU


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

/* Making a Boot Floppy Disk */

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Simulators/QEMU

    v30 v31  
    114114 '''-fda <path to rtems-boot.img>''' defines the second best floppy disk image
    115115 '''-hda <path to hda.img>''' defines the first hard disk image
    116  '''-hdb fat:.''' says hdb is fat disk and . is the directory to make the root of that disk and '''-hdb''' is the mapping to the local disk so we can read the RTEMS executable into memory
     116 '''-hdb fat:.''' says hdb is fat disk and . is the directory to make the root of that disk and
     117     '''-hdb''' is the mapping to the local disk so we can read the RTEMS executable into memory
    117118 '''-serial stdio''' directs the serial port to the stdio of qemu
    118119 '''-no-reboot''' tells Qemu to not reboot if the code running wants to. Stops an error looping over and over.