Skip to content

TimofonicJunkRoom/dosbox-svn2github

 
 

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

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 68.4%
  • C 16.9%
  • Objective-C 13.8%
  • M4 0.6%
  • NSIS 0.2%
  • Makefile 0.1%