Tuesday, March 16, 2010

dosbox and qbasic on ubuntu

sudo apt-get install dosbox
wget http://download.microsoft.com/download/win95upg/tool_s/1.0/w95/en-us/olddos.exe
dosbox
mount c /home/username/QBasic/
C:
QBASIC


1) Go into DosBox, type:
Z:\>config -writeconf dosbox.conf
and hit enter.
2) Exit DosBox, and open the dosbox.conf file that is now in the dos folder you just created.
3) Go to the very end and add:
mount c ~/dos


References:
  • http://ubuntuforums.org/showthread.php?t=608535
  • http://lovehateubuntu.blogspot.com/2008/04/dosbox-on-ubuntu.html

No comments:

Post a Comment