forked from KolibriOS/kolibrios
6cfca28b78
git-svn-id: svn://kolibrios.org@2292 a494cfbc-eb01-0410-851d-a64ba20cac60
81 lines
2.6 KiB
INI
81 lines
2.6 KiB
INI
[Disk]
|
|
# path to ramdisk, must end with '\'
|
|
RamDisk=
|
|
|
|
# hard disks:
|
|
# there may be up to 4 physical harddisks,
|
|
# each may contain 1 or more partitions (but no more than 255)
|
|
# (sysfunction 18::11 returns this number as byte)
|
|
# 255 should be enough :-)
|
|
# Syntax:
|
|
# hd<i>n = number of partitions for /hd<i>, 0 <= i <= 3
|
|
# hd<i>_<j> = Win32 path for /hd<i>/<j>, 0 <= i <= 3, 1 <= j <= hd<i>n
|
|
# must end with '\'; ',readonly' string may follow
|
|
# (j is represented in decimal system)
|
|
# (if harddisk /hd<i> is used, all partitions /hd<i>/<j> must be defined)
|
|
|
|
[Main]
|
|
# skin file name
|
|
Skin=orqua.skn
|
|
|
|
# first font must be 9*0x100 bytes, second 10*0x100 bytes
|
|
Font1=char.mt
|
|
Font2=char2.mt
|
|
|
|
# DO NOT MODIFY THIS PARAMETER UNLESS YOU KNOW WHAT ARE YOU DOING!!!
|
|
# if this parameter is not empty,
|
|
# on NT/2k/XP+ administrator rights are required
|
|
# enables i/o ports for function 46
|
|
# all ports from this parameter can be reserved with fn46,
|
|
# and (after reservation) may be accessed via in/out.
|
|
# DO NOT ADD SYSTEM CRITICAL PORTS!!!
|
|
# USE THIS PARAMETER ONLY AT YOUR OWN RISK!!!
|
|
# note that Menuet/Kolibri reserves ports 0-FF for system use
|
|
# syntax: EnablePorts=port1 port2beg-port2end port3 ...
|
|
# (when range is used, both begin and end are included)
|
|
# example (only for syntax demonstration!!!): EnablePorts=A3 B1 92-9f 70-74 269
|
|
# total length of parameter string is limited to 1024 chars (must be enough :) )
|
|
EnablePorts=
|
|
|
|
# boolean parameters (true/false)
|
|
# if at least one of these parameters is true,
|
|
# on NT/2k/XP+ administrator rights are required
|
|
|
|
# enables function 68.3
|
|
AllowReadMSR=false
|
|
# enables function 62
|
|
AllowReadPCI=false
|
|
|
|
# do not unload driver when exiting
|
|
KeepLoadedDriver=false
|
|
|
|
[Questions]
|
|
# on set background question
|
|
# 0=ask, 1=set permanently, 2=set temporarily, 3=don't set
|
|
SetBgr=0
|
|
|
|
[sys_setup]
|
|
# kernel global variable sound_flag
|
|
# 0=playnote sound on, 1=off (it is for 55::55 function only)
|
|
sound_flag=0
|
|
# 0=min (no sound), 127=max
|
|
sound_vol=10
|
|
|
|
# kernel global variable syslang (see functions 21::5, 26::5)
|
|
# 1=eng 2=fi 3=ger 4=ru
|
|
syslang=1
|
|
|
|
# kernel global variable keyboard (see functions 21::2::9, 26::2::9)
|
|
# 1=eng 2=fi 3=ger 4=ru
|
|
# Note that this definition doesn't affect keymap tables,
|
|
# it only sets variable for functions above
|
|
# (in Kolibri application @panel/setup changes keymap tables)
|
|
keyboard=1
|
|
|
|
[DirectScreenAccess]
|
|
# bits per pixel, currently supported 0 (=disable), 24, 32
|
|
ColorDepth=32
|
|
# When the program first accesses [gs:N] data, the snapshot is created.
|
|
# Other accesses within InvalidateTime milliseconds use this snapshot.
|
|
DSAInvalidateTime=200
|