DOSBox: Difference between revisions
Jump to navigation
Jump to search
Created page with "== related == * MS-DOS_6.22_Command_Reference * https://linux.die.net/man/1/dosbox" |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
DOS emulator for different platforms including linux. | |||
DOSbox can control how many CPU cycles it emulates, or specify other machine settings such as graphics, memory, and sound. The vast majority of software ever written for DOS (including Windows 1.x, 2.x, and 3.x) will run on DOSBox. | |||
== install == | |||
Install with Synaptic or apt install dosbox | |||
== usage == | |||
run dosbox from the menu | |||
the Z drive is the virtual drive that contains all of the commands used by DOSBox. | |||
mount a directory for your dos files | |||
mount c ~/DOS | |||
In the example the directory on our file system /home/username/DOS | |||
== related == | == related == | ||
* [[MS-DOS_6.22_Command_Reference]] | * [[MS-DOS_6.22_Command_Reference]] | ||
* https://linux.die.net/man/1/dosbox | * https://linux.die.net/man/1/dosbox | ||
* [http://www.linuxandubuntu.com/home/dosbox-part-1-introduction-startup-scripts-and-the-keymapper DOSBox Part 1: Introduction, Startup Scripts and The Keymapper] | |||
* https://www.abandonwaredos.com/ | |||
[[Category:Computer_Technology]] | |||
[[Category:Linux]] |
Latest revision as of 22:49, 24 December 2018
DOS emulator for different platforms including linux.
DOSbox can control how many CPU cycles it emulates, or specify other machine settings such as graphics, memory, and sound. The vast majority of software ever written for DOS (including Windows 1.x, 2.x, and 3.x) will run on DOSBox.
install
Install with Synaptic or apt install dosbox
usage
run dosbox from the menu
the Z drive is the virtual drive that contains all of the commands used by DOSBox.
mount a directory for your dos files
mount c ~/DOS
In the example the directory on our file system /home/username/DOS