Skip to content

bootimg-patcher v2

Latest
Compare
Choose a tag to compare
@timzhong2000 timzhong2000 released this 31 Mar 17:06
· 2 commits to main since this release

基本用例:

生成大小为1474560字节的标准软盘镜像./out.img,并且自动添加引导扇区有效位,并在0字节位置(0扇区)插入boot.com,在512字节位置(1扇区)插入A.com,在1024字节位置(2扇区)插入B.com。

对应命令:bootimg-patcher.exe ./out.img 1474560 1 0 ./boot.com 512 ./A.com 1024 ./B.com

v2版本新增功能:

  1. 一起康康打包程序被调用过多少次,在校园网环境下会统计次数,仅记录访问时间。
  2. 添加了输入文件是否存在的检测,方便debug