-
基于http,Shell脚本能够创建自定义的FreeDOS ISO映像,这就是freedos-custom-iso
资源介绍
建立自定义引导ISO
修改FreeDOS ISO映像以运行DOS .exe文件,例如BIOS更新,HDD诊断程序等。
指示
抢回仓库:
git clone https://github.com/bfritz/freedos-custom-iso.git
cd freedos-custom-iso
下载并准备基本的ISO映像:
curl -O http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.0/fdbasecd.iso
sudo mount -o ro fdbasecd.iso /mnt
rsync -avSP /mnt/ * image/
sudo umount /mnt
# patch to exit the installer early
patch -p0 < setup.patc
- 上一篇: dark.m图像去雾算法matlab实现
- 下一篇: 基于暗通道先验的图像去雾MATLAB算法代码