blob: 51e20ac7a9f3428d4d380b43f5a09c0660b158cf [file] [log] [blame]
Alexandre Julliard7e56f681996-01-31 19:02:28 +00001;;
2;; MS-DOS drives configuration
3;;
4;; Each section has the following format:
5;; [Drive X]
Alexandre Julliard1e37a181996-08-18 16:21:52 +00006;; Path=xxx (Unix path for drive root)
7;; Type=xxx (supported types are 'floppy', 'hd', 'cdrom' and 'network')
8;; Label=xxx (drive label, at most 11 characters)
9;; Serial=xxx (serial number, 8 characters hexadecimal number)
Andreas Mohr11db4961999-02-28 10:05:44 +000010;; Filesystem=xxx (supported types are 'msdos'/'dos'/'fat', 'win95'/'vfat', 'unix')
Andreas Mohre3728cd1999-02-05 10:16:19 +000011;; This is the FS Wine is supposed to emulate on a certain
12;; directory structure.
13;; Recommended:
14;; - "win95" for ext2fs, VFAT and FAT32
15;; - "msdos" for FAT16 (ugly, upgrading to VFAT driver strongly recommended)
16;; DON'T use "unix" unless you intend to port programs using Winelib !
Alexandre Julliard60ce85c1998-02-01 18:33:27 +000017;; Device=/dev/xx (only if you want to allow raw device access)
Alexandre Julliard7e56f681996-01-31 19:02:28 +000018;;
19[Drive A]
20Path=/mnt/fd0
21Type=floppy
22Label=Floppy
23Serial=87654321
Alexandre Julliard60ce85c1998-02-01 18:33:27 +000024Device=/dev/fd0
Alexandre Julliard7e56f681996-01-31 19:02:28 +000025
26[Drive C]
27Path=/c
28Type=hd
29Label=MS-DOS
Andreas Mohre3728cd1999-02-05 10:16:19 +000030Filesystem=win95
Alexandre Julliard7e56f681996-01-31 19:02:28 +000031
32[Drive D]
33Path=/cdrom
34Type=cdrom
35Label=CD-Rom
Andreas Mohre3728cd1999-02-05 10:16:19 +000036Filesystem=win95
Alexandre Julliard7e56f681996-01-31 19:02:28 +000037
38[Drive E]
39Path=/tmp
40Type=hd
41Label=Tmp Drive
Andreas Mohre3728cd1999-02-05 10:16:19 +000042Filesystem=win95
Alexandre Julliard7e56f681996-01-31 19:02:28 +000043
Alexandre Julliard23946ad1997-06-16 17:43:53 +000044[Drive F]
45Path=${HOME}
46Type=network
47Label=Home
Andreas Mohre3728cd1999-02-05 10:16:19 +000048Filesystem=win95
Alexandre Julliard23946ad1997-06-16 17:43:53 +000049
Alexandre Julliard7e56f681996-01-31 19:02:28 +000050[wine]
51Windows=c:\windows
52System=c:\windows\system
53Temp=e:\
54Path=c:\windows;c:\windows\system;e:\;e:\test;f:\
55SymbolTableFile=./wine.sym
56
Eric Pouechef80cb11999-04-25 12:16:49 +000057# <wineconf>
58
Bertho Stultiens1bbc5de1999-04-18 12:10:42 +000059[DllDefaults]
60EXTRA_LD_LIBRARY_PATH=${HOME}/wine/cvs/lib
61DefaultLoadOrder = native, elfdll, so, builtin
62
63[DllPairs]
64kernel = kernel32
65gdi = gdi32
66user = user32
67commdlg = comdlg32
68commctrl= comctl32
69ver = version
70shell = shell32
71lzexpand= lz32
Eric Pouechef80cb11999-04-25 12:16:49 +000072mmsystem= winmm
73msvideo = msvfw32
Bertho Stultiens1bbc5de1999-04-18 12:10:42 +000074winsock = wsock32
75
76[DllOverrides]
77kernel32, gdi32, user32 = builtin
78kernel, gdi, user = builtin
Marcus Meissnerb3bd7541999-04-19 16:20:21 +000079toolhelp = builtin
Bertho Stultiens1bbc5de1999-04-18 12:10:42 +000080comdlg32, commdlg = elfdll, builtin, native
81version, ver = elfdll, builtin, native
82shell32, shell = builtin, native
83lz32, lzexpand = builtin, native
84commctrl, comctl32 = builtin, native
85wsock32, winsock = builtin
86advapi32, crtdll, ntdll = builtin, native
Huw D M Davies8bd75851999-09-04 11:05:41 +000087mpr, winspool.drv = builtin, native
Bertho Stultiens1bbc5de1999-04-18 12:10:42 +000088ddraw, dinput, dsound = builtin, native
Eric Pouechef80cb11999-04-25 12:16:49 +000089winmm, mmsystem = builtin
90msvideo, msvfw32 = builtin, native
Eric Pouech281c9271999-05-02 10:21:49 +000091mcicda.drv, mciseq.drv = builtin, native
92mciwave.drv = builtin, native
93mciavi.drv, mcianim.drv = native, builtin
Eric Pouechef80cb11999-04-25 12:16:49 +000094w32skrnl = builtin
Bertho Stultiens1bbc5de1999-04-18 12:10:42 +000095wnaspi32, wow32 = builtin
96system, display, wprocs = builtin
97wineps = builtin
98
Alexandre Julliard18f92e71996-07-17 20:02:21 +000099[options]
100AllocSystemColors=100
101
Alexandre Julliard7e56f681996-01-31 19:02:28 +0000102[fonts]
Alexandre Julliard670cdc41997-08-24 16:00:30 +0000103;Read documentation/fonts before adding aliases
104Resolution = 96
Alexandre Julliard33072e11997-06-29 18:08:02 +0000105Default = -adobe-times-
Alexandre Julliard7e56f681996-01-31 19:02:28 +0000106
107[serialports]
James Jurandd5b80e1999-05-17 15:03:47 +0000108Com1=/dev/ttyS0
109Com2=/dev/ttyS1
Alexandre Julliard7e56f681996-01-31 19:02:28 +0000110Com3=/dev/modem,38400
111Com4=/dev/modem
112
113[parallelports]
114Lpt1=/dev/lp0
115
Alexandre Julliard23946ad1997-06-16 17:43:53 +0000116[spooler]
117LPT1:=|lpr
118LPT2:=|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -
119LPT3:=/dev/lp3
120
121[ports]
122;read=0x779,0x379,0x280-0x2a0
123;write=0x779,0x379,0x280-0x2a0
124
Alexandre Julliard7e56f681996-01-31 19:02:28 +0000125[spy]
126Exclude=WM_SIZE;WM_TIMER;
Alexandre Julliard642d3131998-07-12 19:29:36 +0000127
Nathan Zorichbd3771c1999-03-14 15:12:48 +0000128[Registry]
129; Paths must be given in /dir/dir/file.reg format.
130; Wine will not understand dos file names here...
131
132;UserFileName=xxx ; alternate registry file name (user.reg)
133;LocalMachineFileName=xxx ; (system.reg)
134
Alexandre Julliard642d3131998-07-12 19:29:36 +0000135[Tweak.Layout]
Alexandre Julliardd30dfd21998-09-27 18:28:36 +0000136;; WineLook=xxx (supported styles are 'Win31'(default), 'Win95', 'Win98')
137;WineLook=Win95
Chad Powelledda6871998-10-21 16:03:16 +0000138
139[programs]
140Default=
Joseph Pranevich2f38cff1999-02-14 11:16:37 +0000141Startup=
142
143[Console]
144;XtermProg=nxterm
Joseph Pranevich52291121999-02-20 16:41:29 +0000145;InitialRows=25
146;InitialColumns=80
147;TerminalType=nxterm
Eric Pouechef80cb11999-04-25 12:16:49 +0000148
149# </wineconf>
150