run_in_qemu.sh 145 B

123
  1. # 将引导程序写入boot.img
  2. dd if=bin/boot.bin of=bin/boot.img bs=512 count=1 conv=notrunc
  3. qemu-system-x86_64 -s -S -m 2048 -fda bin/boot.img