]> git.pld-linux.org Git - packages/dosemu.git/blame - dosemu-dosemu_conf.patch
- Directory %{_applnkdir}/System added to %%install
[packages/dosemu.git] / dosemu-dosemu_conf.patch
CommitLineData
64ade7aa 1--- etc/dosemu.conf Tue May 29 01:16:49 2001
2+++ etc.new/dosemu.conf Sun Dec 16 01:55:02 2001
3@@ -43,7 +43,7 @@
4 $_xms = (1024) # in Kbyte
5 $_ems = (2048) # in Kbyte
6 $_ems_frame = (0xe000)
7-$_dpmi = (off) # in Kbyte
8+$_dpmi = (4096) # in Kbyte
9 $_dosmem = (640) # in Kbyte, < 640
10 $_hardware_ram = "" # list of segment values/ranges such as
11 # "0xc8000 range 0xcc000,0xcffff"
12@@ -71,8 +71,8 @@
13 $_term_updfreq = (4) # time between refreshs (units: 20 == 1 second)
14 $_escchar = (30) # 30 == Ctrl-^, special-sequence prefix
15
16-$_rawkeyboard = (0) # bypass normal keyboard input, maybe dangerous
17-$_layout = "auto" # one of: finnish(-latin1), de(-latin1), be, it, us
c0f4f489 18+$_rawkeyboard = (0) # bypass normal keyboard input, maybe dangerous
64ade7aa 19+$_layout = "us" # one of: finnish(-latin1), de(-latin1), be, it, us
20 # uk, dk(-latin1), keyb-no, no-latin1, dvorak, po
21 # sg(-latin1), fr(-latin1), sf(-latin1), es(-latin1)
22 # sw, hu(-latin2), hu-cwi, keyb-user
23@@ -110,8 +110,8 @@
24
25
26 $_video = "vga" # one of: plainvga, vga, ega, mda, mga, cga
27-$_console = (0) # use 'console' video
28-$_graphics = (0) # use the cards BIOS to set graphics
c0f4f489
JB
29+$_console = (0) # use 'console' video
30+$_graphics = (0) # use the cards BIOS to set graphics
64ade7aa 31 $_videoportaccess = (1) # allow videoportaccess when 'graphics' enabled
32 $_vbios_seg = (0xc000) # set the address of your VBIOS (e.g. 0xe000)
33 $_vbios_size = (0x10000)# set the size of your BIOS (e.g. 0x8000)
34@@ -130,7 +130,7 @@
35 # "threeinch:/dev/fd0"
36 $_floppy_b = "" # dito for B:
37
38-$_hdimage = "freedos" # list of hdimages under DOSEMU_LIB_DIR
39+$_hdimage = "bootdir" # list of hdimages under DOSEMU_LIB_DIR
40 # assigned in this order such as
41 # "hdimage_c hdimage_d hdimage_e"
42 # If the name begins with '/dev/', then partion
43@@ -157,7 +157,7 @@
44
45 $_mouse = "" # one of: microsoft, mousesystems, logitech, mmseries
46 # mouseman, hitachi, busmouse, ps2, imps2
47-$_mouse_dev = "" # one of: com1, com2, com3, com4 or /dev/mouse
48+$_mouse_dev = "/dev/mouse" # one of: com1, com2, com3, com4 or /dev/mouse
49 $_mouse_flags = "" # list of none or one or more of:
50 # "emulate3buttons cleardtr"
51 $_mouse_baud = (0) # baudrate, 0 == don't set
52@@ -172,7 +172,7 @@
53
54 $_ipxsupport = (off) # or on
55 $_novell_hack = (off)
56-$_vnet = (off) # 'on' for packet-multi (used by dosnet)
57+$_vnet = (on) # 'on' for packet-multi (used by dosnet)
58
59 $_sound = (off) # sound support on/off
60 $_sb_base = (0x220)
This page took 0.036311 seconds and 4 git commands to generate.