DR-DOS 的安装
注:除提供的下载文件外,其余内容均采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议进行许可。
安装前的准备
这里使用的是 Digital Research DR-DOS 7.03
这个版本。但是载入到 VirtualBox 之后,它并不能认这张盘,而 7zip 却很欢快的打开了它。查找资料之后发现,因为 VirtualBox 在识别 3.5 寸(1.44MiB)软盘的时候,只有 1474560 字节这个大小的才能被接纳。
但是手上的 DR-DOS 安装光盘因为在尾部有一个额外的 footer,所以超过了这个大小,自然就不认了。解决方法当然是用 dd
命令在只截取前 1474560 字节并重新生成一个啦!
$ dd if=disk01.img of=disk01_fix.img bs=512 count=2880
安装
大多数的安装截图我都放到我的图床里面了。
简洁的欢迎界面。
值得注意的是这个 MS Windows Utilities,文档是这么说的:
Unless you specify otherwise, INSTALL installs the first two components by default and the MS Windows utilities – if it detects Windows 3.x on your computer.
5 张软盘 —— 安装就完成了。
DR-DOS 来啦!
下载
你可以在这里下载到已修复的文件。
参考
- https://forums.virtualbox.org/viewtopic.php?f=4&t=39141
- https://web.archive.org/web/20070306181130/http://www.drdos.com/dosdoc/usergeng/02ugch2.htm
如果喜欢本文,欢迎点击下方的「鼓掌」按钮!
如果上面没有加载出任何东西,可以点击这里。