Skip to content

mathfigure/dosbox

 
 

Repository files navigation

dosbox-redpill v0.1

Platform

linux x86_64

Download

git clone https://github.com/mathfigure/dosbox

Build

cd dosbox
./autogen.sh
./configure LIBS=-lrt
make

Install (optional)

sudo make install

Config

# run once and exit
src/dosbox
>exit

# find 'memsize' and change it
leafpad ~/.dosbox/dosbox-SVN.conf
>memsize=1

Run

dosbox

Test

hexedit /dev/shm/DOSBOX_RAM
ffplay /dev/shm/DOSBOX_RAM -f rawvideo -video_size 1024x1024 -pixel_format gray -framerate 25 -loop 0
gst-launch-1.0 multifilesrc location=/dev/shm/DOSBOX_RAM ! videoparse width=1024 height=1024 framerate=25 format=25 ! videoconvert dither=0 ! videoscale method=0 ! ximagesink

Packages

No packages published

Languages

  • C++ 69.1%
  • C 16.8%
  • Objective-C 13.2%
  • M4 0.6%
  • NSIS 0.2%
  • Makefile 0.1%