Sophie

Sophie

distrib > Arklinux > devel > i586 > media > main-src > by-pkgid > 52a3a9dce20952f3be54676748af4685 > files > 2

dosemu-1.4.0-1ark.src.rpm

--- dosemu-1.4.0/etc/dosemu.conf.config~	2007-05-05 00:28:24.000000000 +0200
+++ dosemu-1.4.0/etc/dosemu.conf	2007-07-30 12:53:08.000000000 +0200
@@ -32,7 +32,7 @@
 # CPU shown to DOS, valid values:  "80[23456]86"
 # Default: 80586
 
-# $_cpu = "80586"
+$_cpu = "80686"
 
 # Usage of cpu emulation: "off" (default on x86),
 # "vm86" only (default on x86-64) or "full" (vm86 and DPMI, experimental!).
@@ -42,16 +42,16 @@
 
 # if possible use Pentium cycle counter for timing. Default: off
 
-# $_rdtsc = (off)
+$_rdtsc = (on)
 
 # CPU speed, used in conjunction with the TSC
 # Default 0 = calibrated by dosemu, else given (e.g.166.666)
 
-# $_cpuspeed = (0)
+$_cpuspeed = (0)
 
 # emulated FPU, (off) or (on), default = (on)
 
-# $_mathco = (on)
+$_mathco = (on)
 
 # 0 = all CPU power to DOSEMU; default = 1 = nicest, then higher:more CPU power
 
@@ -71,7 +71,7 @@
 # Currently mounted devices and swap are refused. Hdimages and devices may
 # be mixed such as "hdimage_c /dev/hda1 /dev/hda3:ro". Default: "drives/*"
 
-# $_hdimage = "drives/*"
+$_hdimage = "/usr/share/dos-c"
 
 # if you want to boot from a virtual floppy:
 # file name of the floppy image under DOSEMU_LIB_DIR
@@ -124,13 +124,13 @@
 # conventional DOS memory size, in Kbytes, <= 768.
 # Default: 640
 
-# $_dosmem = (640)
+$_dosmem = (768)
 
 # Extended Memory size. This memory is accessable via int15h and can be 
 # used by himem.sys and the internal XMS driver.
 # Default: 8192
 
-# $_xms = (8192)
+$_xms = (8192)
 
 # EMS (expanded memory) size in Kbytes;
 # Warning: disabling EMS (off) is not recommended. Doing so will
@@ -139,16 +139,16 @@
 # making many protected-mode apps to crash.
 # Default: 2048
 
-# $_ems = (2048)
+$_ems = (2048)
 
 # DOS segment where the EMS frame is put.
 # Default: 0xe400
 
-# $_ems_frame = (0xe400)
+$_ems_frame = (0xe400)
 
 # DPMI memory size in Kbytes; default: 0x5000
 
-# $_dpmi = (0x5000)
+$_dpmi = (0x5000)
 
 # DPMI base address; default: auto
 # If the default value fails, try 0x10000000
@@ -233,7 +233,7 @@
 
 # terminal with color support. Default: (on)
 
-# $_term_color = (on)
+$_term_color = (on)
 
 # time between refreshes (units: 20 == 1 second). Default: 4
 
@@ -247,7 +247,7 @@
 # Video adapter style used: one of: vga, ega, mda, mga, cga, none
 # Default: "vga"; none=dumb terminal mode.
 
-# $_video = "vga"
+$_video = "vga"
 
 ##############################################################################
 ## Keyboard related settings
@@ -372,40 +372,40 @@
 
 # speaker: default: "emulated", or "native" (console only) or "" (off)
 
-# $_speaker = "emulated"
+$_speaker = "emulated"
 
 # sound support on/off; use (2) for newer experimental sound code
 
-# $_sound = (on)
+$_sound = (on)
 
 # (emulated!) Sound Blaster base i/o port, default: (0x220)
 
-# $_sb_base = (0x220)
+$_sb_base = (0x220)
 
 # Sound Blaster IRQ setting, default: (5)
 
-# $_sb_irq = (5)
+$_sb_irq = (5)
 
 # Sound Blaster 8 bit DMA setting, default: (1)
 
-# $_sb_dma = (1)
+$_sb_dma = (1)
 
 # Sound Blaster 16 bit DMA setting, default: (5)
 
-# $_sb_hdma = (5)
+$_sb_hdma = (5)
 
 # Sound device, default: "/dev/dsp"
 
-# $_sb_dsp = "/dev/dsp"
+$_sb_dsp = "/dev/dsp"
 
 # Sound mixer device, default: ""; use "/dev/mixer" if you allow that dosemu
 # changes the volume
 
-# $_sb_mixer = ""
+$_sb_mixer = "/dev/mixer"
 
 # Midi base i/o port
 
-# $_mpu_base = (0x330)
+$_mpu_base = (0x330)
 
 # The following options are driver-specific and it is not necessary to alter
 # the default values in most cases. Read sound-usage.txt for more.