Changes between Version 8 and Version 9 of TBR/UserManual/QemuTutorial


Ignore:
Timestamp:
08/14/09 17:17:22 (15 years ago)
Author:
Cocanlucian
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TBR/UserManual/QemuTutorial

    v8 v9  
    4848   cat hello.exe | gzip -9 > kernel.gz
    4949   mcopy kernel.gz a:
     50
     516. Create a disk image (20 MBytes):
     52
     53   dd if=/dev/zero of=hdd.img bs=512 count=20160
     54
     557. Now start QEMU using the following command:
     56
     57Use a disk image as an HDD:
     58
     59   qemu -serial stdio -boot a -m 128 -fda 'path to floppy.img' -hda 'path to the hdd.img' --no-reboot
     60
     61Use a d