Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2292 leency 1
[Disk]
2
# path to ramdisk, must end with '\'
3
RamDisk=
4
 
5
# hard disks:
6
# there may be up to 4 physical harddisks,
7
#   each may contain 1 or more partitions (but no more than 255)
8
#     (sysfunction 18::11 returns this number as byte)
9
#     255 should be enough :-)
10
# Syntax:
11
#   hdn = number of partitions for /hd, 0 <= i <= 3
12
#   hd_ = Win32 path for /hd/, 0 <= i <= 3, 1 <= j <= hdn
13
#     must end with '\'; ',readonly' string may follow
14
# (j is represented in decimal system)
15
# (if harddisk /hd is used, all partitions /hd/ must be defined)
16
 
17
[Main]
18
# skin file name
19
Skin=orqua.skn
20
 
21
# first font must be 9*0x100 bytes, second 10*0x100 bytes
22
Font1=char.mt
23
Font2=char2.mt
24
 
25
# DO NOT MODIFY THIS PARAMETER UNLESS YOU KNOW WHAT ARE YOU DOING!!!
26
# if this parameter is not empty,
27
#     on NT/2k/XP+ administrator rights are required
28
# enables i/o ports for function 46
29
# all ports from this parameter can be reserved with fn46,
30
#     and (after reservation) may be accessed via in/out.
31
# DO NOT ADD SYSTEM CRITICAL PORTS!!!
32
# USE THIS PARAMETER ONLY AT YOUR OWN RISK!!!
33
# note that Menuet/Kolibri reserves ports 0-FF for system use
34
# syntax: EnablePorts=port1 port2beg-port2end port3 ...
35
# (when range is used, both begin and end are included)
36
# example (only for syntax demonstration!!!): EnablePorts=A3 B1 92-9f 70-74 269
37
# total length of parameter string is limited to 1024 chars (must be enough :) )
38
EnablePorts=
39
 
40
# boolean parameters (true/false)
41
# if at least one of these parameters is true,
42
#     on NT/2k/XP+ administrator rights are required
43
 
44
# enables function 68.3
45
AllowReadMSR=false
46
# enables function 62
47
AllowReadPCI=false
48
 
49
# do not unload driver when exiting
50
KeepLoadedDriver=false
51
 
52
[Questions]
53
# on set background question
54
# 0=ask, 1=set permanently, 2=set temporarily, 3=don't set
55
SetBgr=0
56
 
57
[sys_setup]
58
# kernel global variable sound_flag
59
# 0=playnote sound on, 1=off (it is for 55::55 function only)
60
sound_flag=0
61
# 0=min (no sound), 127=max
62
sound_vol=10
63
 
64
# kernel global variable syslang (see functions 21::5, 26::5)
65
# 1=eng 2=fi 3=ger 4=ru
66
syslang=1
67
 
68
# kernel global variable keyboard (see functions 21::2::9, 26::2::9)
69
# 1=eng 2=fi 3=ger 4=ru
70
# Note that this definition doesn't affect keymap tables,
71
# it only sets variable for functions above
72
# (in Kolibri application @panel/setup changes keymap tables)
73
keyboard=1
74
 
75
[DirectScreenAccess]
76
# bits per pixel, currently supported 0 (=disable), 24, 32
77
ColorDepth=32
78
# When the program first accesses [gs:N] data, the snapshot is created.
79
# Other accesses within InvalidateTime milliseconds use this snapshot.
80
DSAInvalidateTime=200