0%

linux安装dosemu

linux安装dosemu

先下载对应linux版dosemu, 安装

1
2
$ tar -zxf dosemu-freedos-bin.tgz
$ tar -zxf dosemu-<version>-bin.tgz

或者直接从snapd软件库搜索dosemu, 按照提示安装也行

运行

1
2
dassein@pad:$ cd dosemu
dassein@pad:~/dosemu$ sudo /home/dassein/dosemu/xdosemu

说明如下

1
2
3
4
5
6
7
8
9
10
Your DOS drives are set up as follows:
A: floppy drive (if it exists)
C: points to the Linux directory ~/.dosemu/drive_c. It contains the
files config.sys, autoexec.bat and a directory for temporary files.
It is available for general DOS use.
D: points to your Linux home directory
E: points to your CD-ROM drive, if it is mounted at /media/cdrom
Z: points to the read-only DOSEMU and FreeDOS commands directory
It actually points to ~/mydos/dosemu/drive_z; it appears read-only
inside DOSEMU.