Changes between Version 17 and Version 18 of Developer/Simulators/QEMU


Ignore:
Timestamp:
04/24/07 20:19:11 (17 years ago)
Author:
Richardson
Comment:

/* Making a Boot Floppy Disk */

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Simulators/QEMU

    v17 v18  
    5050 mkdir -p $mnt/boot/grub
    5151 cp $grub/lib/grub/i386-pc/boot.img core.img $grub/lib/grub/i386-pc/*.mod $mnt/boot/grub
    52  cat "configfile (hd0,0)/rtems-grub.cfg" > $mnt/boot/grub/grub.cfg
     52 echo "configfile (hd0,0)/rtems-grub.cfg" > $mnt/boot/grub/grub.cfg
    5353 echo '(fd0)' $file > tmp_device.map
    5454 grub-setup -d $mnt/boot/grub -r '(fd0)' -m tmp_device.map '(fd0)'