diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2013-03-17 10:29:06 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-03-17 10:29:06 -0400 |
commit | ac467be24d1823025bf525a75a8bab122f029069 (patch) | |
tree | f91f03d8361f0af62b01589acf23486d08f35096 /README | |
parent | b44a7be17bdd270ea029a8e2ec0c2e80c6cd0444 (diff) | |
download | seabios-ac467be24d1823025bf525a75a8bab122f029069.tar.gz |
Update README - copy *.aml files for QEMU.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ bios images and then overwrite the main bios image. For example: cp /usr/share/qemu/*.bin mybiosdir/ cp out/bios.bin mybiosdir/ +cp out/*.aml mybiosdir/ Once this is setup, one can instruct qemu to use the newly created directory for rom images. For example: |