OS2World OLD-STATIC-BACKUP Forum

OS/2 - Technical => Utilities => Topic started by: miturbide on 2009.08.01, 19:14:14

Title: News: The Config.sys Documentation Project
Post by: miturbide on 2009.08.01, 19:14:14
Hi

I took some time to include in the Netlabs wiki some config.sys values I found that the The Config.sys Documentation Project was missing. But I still need descriptions, and parameters information for some that I was unable to find.

http://www.edm2.com/index.php/The_Config.sys_Documentation_Project (http://www.edm2.com/index.php/The_Config.sys_Documentation_Project)

If anybody wants to help me to add more information, please edit the wiki, or if you don't have access to the Netlabs Wiki, please, post it here and I will update it.


This are the one that had been included and I need more information to add:

IFS=C:\ECS\BOOT\EVFS.IFS
DEVICE=C:\IBMCOM\LANMSGDD.OS2 /I:C:\IBMCOM /S
DEVICE=C:\IBMCOM\PROTMAN.OS2 /I:C:\IBMCOM


BASEDEV=SSES.SYS /SUANYUSER /ALLOWEFFECTIVE /Q
BASEDEV=USBEHCD.SYS
BASEDEV=CADH.SYS
BASEDEV=APM.ADD

CLOCKSCALE=4

SET LIBC_HOOK_DLLS=<path>
SET DEVICEFONTDISABLED=NO
SET DISPLAYTYPE=VGA
SET ENH_STRETCH=NO
SET ENH_SUSPEND=2
SET JAVA_HIGH_MEMORY=1
SET LOGFILES=C:\var\log
SET MMSTREAM=/S:64 /P:64 /H:256 /Q:1024 /E:1024
SET MMYIELD=10
SET NOLARGENTEXEICON=1
SET OS=ecs
SET PROGRAMS=C:\PROGRAMS
SET SANE_CONFIG_DIR=C:\PROGRAMS\TAME\conf
SET TCPLANG=en_US
SET TIMESYNC=0
SET UNZIPOPT=-C


RUN=C:\ECS\SYSTEM\SESS\bin\ssesctl.exe --source C:\ECS\SYSTEM\SESS\etc\passwd?C:\ECS\SYSTEM\SESS\etc\acls --
RUN=C:\MMOS2\MMHELPDD.EXE
RUN=C:\ECS\BIN\EVFSCTL.EXE
Title: Re: News: The Config.sys Documentation Project
Post by: RobertM on 2009.08.01, 20:16:40
Clockscale from IBM's documentation:


The number represents a scale factor for the frequency of clock ticks. The theory is that CLOCKSCALE=4 will speed up some apps (maybe Netscape and/or Java).

The choices for x are 1 (the default, which is the old behavior), 2, and 4.

Requires newer clock01.sys from circa 2002/04/16 or later.



Title: Re: News: The Config.sys Documentation Project
Post by: ivan on 2009.08.02, 01:58:12
Martin I see that quit a lot of the set statements are listed in the config tool 1.3.0 database inf file.

The sses lines appear to be an eCS version of the security/2 lines from the sses-0.4.5.zip from hobbes.

Several of the other things appear to be for eCS only so I can't help there.  Maybe you could ask whoever it is that is producing the installer for eCS what they are as I assume they should know being responsible for the production of the config.sys.
Title: Re: News: The Config.sys Documentation Project
Post by: miturbide on 2009.08.02, 04:20:32
Thanks for the info RoberM. I had included the Clockscale info on the wiki.

I will keep checking the ConfigTool too, thanks.
Title: Re: News: The Config.sys Documentation Project
Post by: miturbide on 2009.08.02, 05:21:02
Thanks.

I had to improve the following ones:

- SET ENH_SUSPEND
- SET TIMESYNC
- RUN=C:\ECS\SYSTEM\SESS\bin\ssesctl.exe --source C:\ECS\SYSTEM\SESS\etc\passwd?C:\ECS\SYSTEM\SESS\etc\acls --
- RUN=C:\MMOS2\MMHELPDD.EXE
- RUN=C:\ECS\BIN\EVFSCTL.EXE
Title: Re: News: The Config.sys Documentation Project
Post by: AAA on 2009.08.02, 18:06:22
Hi

Two more JITDBGFLGS and JITDBGREG.  I do not know what they are doing.

Regards
AAA
Title: Re: News: The Config.sys Documentation Project
Post by: miturbide on 2009.08.03, 05:45:47
Hi AAA

I'm guessing that JITDBGFLGS and JITDBGREG are direct config.sys commands. Like "Autofail" or "SUPPRESSPOPUPS", right?

It's bad there is no documentation about it.

Title: Re: News: The Config.sys Documentation Project
Post by: miturbide on 2009.08.03, 05:54:52
I found something about: JITDBGREG (http://cyberkinetica.homeunix.net/os2tk45/addendum/008_L2_DBG_C_RegDebug.html)