Skip to content
hikalium edited this page Apr 28, 2016 · 4 revisions

MBRの書き方(USBメモリ編)

gobjdump -D hello.bin -b binary -m i386 -M data16,addr16

QEMUで仮想ハードディスク

qemu-img create testhdd.img 128M
  • Macでマウント
hdid -nomount testhdd.img

*これでフォーマットとか全部できる

Clone this wiki locally