2 ;; MS-DOS drives configuration
4 ;; Each section has the following format:
6 ;; 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)
10 ;; Filesystem=xxx (supported types are 'msdos'/'dos'/'fat', 'win95'/'vfat', 'unix')
11 ;; This is the FS Wine is supposed to emulate on a certain
12 ;; directory structure.
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 !
17 ;; Device=/dev/xx (only if you want to allow raw device access)
52 System=c:\windows\system
54 Path=c:\windows;c:\windows\system;e:\;e:\test;f:\
55 SymbolTableFile=./wine.sym
60 EXTRA_LD_LIBRARY_PATH=${HOME}/wine/cvs/lib
61 DefaultLoadOrder = native, elfdll, so, builtin
77 kernel32, gdi32, user32 = builtin
78 kernel, gdi, user = builtin
80 comdlg32, commdlg = elfdll, builtin, native
81 version, ver = elfdll, builtin, native
82 shell32, shell = builtin, native
83 lz32, lzexpand = builtin, native
84 commctrl, comctl32 = builtin, native
85 wsock32, winsock = builtin
86 advapi32, crtdll, ntdll = builtin, native
87 mpr, winspool = builtin, native
88 ddraw, dinput, dsound = builtin, native
89 winmm, mmsystem = builtin
90 msvideo, msvfw32 = builtin, native
91 mcicda.drv, mciseq.drv = builtin, native
92 mciwave.drv = builtin, native
93 mciavi.drv, mcianim.drv = native, builtin
95 wnaspi32, wow32 = builtin
96 system, display, wprocs = builtin
100 AllocSystemColors=100
103 ;Read documentation/fonts before adding aliases
105 Default = -adobe-times-
110 Com3=/dev/modem,38400
118 LPT2:=|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -
122 ;read=0x779,0x379,0x280-0x2a0
123 ;write=0x779,0x379,0x280-0x2a0
126 Exclude=WM_SIZE;WM_TIMER;
129 ; Paths must be given in /dir/dir/file.reg format.
130 ; Wine will not understand dos file names here...
132 ;UserFileName=xxx ; alternate registry file name (user.reg)
133 ;LocalMachineFileName=xxx ; (system.reg)
136 ;; WineLook=xxx (supported styles are 'Win31'(default), 'Win95', 'Win98')