(Fwd) OmniGo system files and other things (long) (fwd)

Brian Smithson (brians@blob.best.net)
Fri, 10 Nov 1995 16:15:48 -0800

Thought this might be of interest to the .INI hackers out there...
It's from a Usenet posting.

-Brian

----Forwarded----

From: jlblue@nickel.ucs.indiana.edu (john blue)
Newsgroups: comp.os.geos,comp.sys.handhelds,comp.sys.palmtops
Subject: OmniGo system files and other things (long)
Date: 10 Nov 1995 06:22:54 GMT
Organization: Indiana University, Bloomington

Hi,

Thanks to Arthur Tyde's suggestion I was able to get the file manager
from the Zoomer to work on the OmniGo. I had to move the following
files on to a PCMCIA card into the geoworks\system folder
Generic User Interface
Print Spool Library
Shell Library

plus move the File Manger program to the geoworks\world folder

Here are several files of interest from the OmniGo.
I think I have the right notes about where they came from. I have not
modified the files in any way. Enjoy,

John

The rom based autoexec.bat
=====================================
prompt $p$g
set path=a:\dos

b:
cd \
if exist geoworks goto afterGeo

mkdir \geoworks
mkdir \geoworks\dosroom
mkdir \geoworks\document
mkdir \geoworks\world

copy a:\dos\config.ram b:\config.sys
copy a:\dos\autoexec.ram b:\autoexec.bat

:afterGeo
cd geoworks
if exist geos.ini goto aftermk

copy a:\geoworks\local.ini b:\geoworks\geos.ini
copy a:\hp\compact_.gdb b:\geoworks\document\compact_.gdb
copy a:\hp\finance.fdb b:\geoworks\document\finance.fdb
copy a:\hp\jotter.000 b:\geoworks\document\jotter.000
copy a:\hp\jwtime.wdb b:\geoworks\document\jwtime.wdb
copy a:\hp\master.mdb b:\geoworks\document\master.mdb
copy a:\hp\notepad.ndb b:\geoworks\document\notepad.ndb
copy a:\hp\phone.pdb b:\geoworks\document\phone.pdb

:aftermk

b:
cd \
cd geoworks
geos
=====================================

The rom based config.sys
=====================================
Files = 30
Buffers = 4

Shell = a:\command.com /P

device = a:\pcmcia\cs.exe /irq 7
device = a:\pcmcia\csalloc.exe a:\pcmcia\csalloc.ini /q
device = a:\pcmcia\cardcs.bin
device = a:\pcmcia\spkss2.sys /p2
device = a:\pcmcia\atadrvlp.exe /d:1
device = a:\pcmcia\cardid.exe a:\pcmcia\cardid.ini
=====================================

These are readable files that
exist on the a:rom-disk under a folder called dos:

autoexec.ram
=====================================
prompt $p$g
set path=a:\dos

b:
cd \
if exist geoworks goto afterGeo

REM Argh! We are hosed. Try and clean up.
a:
cd \
call autoexec.bat

goto runGEOS

:afterGeo
cd geoworks
if exist geos.ini goto runGEOS

a:
cd \
call autoexec.bat

copy a:\geoworks\local.ini b:\geoworks\geos.ini

:runGEOS

b:
cd \
cd geoworks
geos
=====================================

config.ram
=====================================
Files = 30
Buffers = 4

Shell = a:\command.com /P

device = a:\pcmcia\cs.exe /irq 7
device = a:\pcmcia\csalloc.exe a:\pcmcia\csalloc.ini /q
device = a:\pcmcia\cardcs.bin
device = a:\pcmcia\spkss2.sys /p2
device = a:\pcmcia\atadrvlp.exe /d:1
device = a:\pcmcia\cardid.exe a:\pcmcia\cardid.ini
=====================================

This is the geos.ini file on the b:ramdisk under the folder geoworks:
=====================================
[paths]
ini = a:\geoworks\net.ini
[system]
continueSetup = false
calA = 407
calBHigh = 65535
calBLow = 39458
calC = 288
calDHigh = 65535
calDLow = 56032
alarmInfo = 00000000380A
[ui]
isRotated = false
ignoreNextLock = true
screenBlankerTimeout = 4
passwordText = 2cab2ec7
password = false
powerOnLock = false
locked = true
oneTimeLock = true
soundMask = 31
[owner]
name = {
6A6F686E20626C75652C203831322D3835352D37
3533302C20696E6469616E6120756E6976657273
69747900
}
[uiFeatures]
defaultLauncher = Home Screen
[World Time]
DSTon = false
rtcmDstEventToken = 24
rtcmDstEventID = 0
rtcmDateTimeChangeEventToken = 25
rtcmDateTimeChangeEventID = 1
[Financial Tools]
initialAppl = 0
angleMode = 0
numberFormat = 18
currentScreen = 0
currentAppl = 0
[contrast]
system = 0
[alarm]
dailyAlarm = 072D0023000300FF
[apptbook]
ignoreState = false
checksum = 728C0003
[input]
doubleClickTime = 30
=====================================

These files are located on the a:rom-disk in the folder geoworks

net.ini
=====================================
[paths]
top = SYS:\
system fs = a:\geoworks
sharedTokenDatabase = SYS:\

[system]
font = nimbus.geo
power = jpwr.geo
fontId = jsys
fontSize = 14
PCEmulation = false
autoCursorCentering = true

penbased = true
pda = true
fs = vgfs.geo

penWidth = 2
timeFormat = 0
dateFormat = 0

[heapspace]
sysReserve = 142
concurrency = 1
docReserve = 36
execReserve = 10
heapAdjustment = 0

[gfs]
drive = SYS

[input]
reboot on reset = true
doubleClickTime = 30
floatingKbd = true

[keyboard]
device = Jedi Keyboard Driver
driver = JKBD.GEO
keyboardTypematic = 56

[ui]
specific = jmotif.geo
number of screens = 1
deleteStateFilesAfterCrash = true
noActivationDialog = true
screenBlanker = true
screenBlankerTimeout = 1
unbuildControllers = true
tinyScreen = true
productName = HP OmniGo 100

[uiFeatures]
defaultLauncher = Home Screen
interfaceLevel = 0
launchModel = 0
launchLevel = 0
soundMask = 65535
launchOptions = 16384
docControlFSLevel = 0
docControlOptions = 20944
windowOptions = 2818
expressOptions = 0
interfaceOptions = 24576
helpOptions = 1

[motifOptions]
scroll arrow size = 10
buttonInvertDelay = 4
noDefaultRing = false
clickSounds = true
externalWinAttrs = 0
lrResizeBorderThickness = 4
tbResizeBorderThickness = 4

[fileManager]
filenameTokens = {
*.NDB = "gDAT",0,"NOTE",0
*.PDB = "gDAT",0,"PHON",0
*.MDB = "gDAT",0,"DBAS",0
*.GDB = "gDAT",0,"DBAS",0
*.ADB = "gDAT",0,"DATE",0
*.FDB = "gDAT",0,"HFIN",0
*.WDB = "gDAT",0,"WTIM",0
}

[spool]
uiOptions = 36864

[screen 0]
device = Jedi: 240x240 Mono
driver = JVIDEO.GEO

[mouse]
device = Pen Digitizer Driver
driver = JPEN.GEO

[pcmciaFormat]
ataCommand = a:\pcmcia\atainit.exe
ataPreArgs = {}
ataPostArgs = /S /C

[pcmcia]
driveList = {
C:D:E:
}
SRAM Card = {
CD
}
ATA Disk = {
E
}

[printer]
printers = {
HP LaserJet on COM1
HP DeskJet on COM1
Epson 24-pin on COM1
IBM Proprinter 24-pin on COM1
Canon BubbleJet on COM1
}
numPrinters = 5
count = 5
defaultPrinter = 0

[HP DeskJet on COM1]
driver = HP DeskJet driver for J
device = HP DeskJet
type = 0
port = COM1
baudRate = 9600
parity = none
wordLength = 8
stopBits = 1
handshake = software

[HP LaserJet on COM1]
driver = HP PCL 4 driver for J
device = HP LaserJet
type = 0
port = COM1
baudRate = 9600
parity = none
wordLength = 8
stopBits = 1
handshake = software

[Epson 24-pin on COM1]
driver = Epson LQ driver for J
device = Epson 24-pin
type = 0
port = COM1
baudRate = 9600
parity = none
wordLength = 8
stopBits = 1
handshake = software

[IBM Proprinter 24-pin on COM1]
driver = IBM X24 driver for J
device = IBM Proprinter 24-pin
type = 0
port = COM1
baudRate = 9600
parity = none
wordLength = 8
stopBits = 1
handshake = software

[Canon BubbleJet on COM1]
driver = Canon BJ-10 driver for J
device = Canon BubbleJet
type = 0
port = COM1
baudRate = 9600
parity = none
wordLength = 8
stopBits = 1
handshake = software

[hardIconBar]
app0 = Home Screen
app1 = Appt Book
app2 = Phone Book
app3 = Note pad
app4 = Data base
app5 = Jotter
app6 = Finance
app7 = Spread sheet
app8 = Calc

[localization]
hoursMinsTime = {
7C48487C3A7C5A6D7C7C61707C
}
shortDate = 7C4E4D7C2F7C53447C2F7C53597C

[cards]
deckfile = Z Default Deck

[sheet]
transferLimit = 500

[World Time]
Local City = 321
=====================================

local.ini
=====================================
[paths]
ini = a:\geoworks\net.ini
[system]
continueSetup = true
=====================================

geos.str
=====================================
#
# PC/GEOS Kernel strings file
#
# For use with PC/GEOS release 2.0
#
# $Id: geos.str,v 1.6 93/03/09 03:03:18 eric Exp $
#
System error: $
cannot locate a required system file (geos.ini).
You may need to reinstall the system software (KR-23).$
cannot load strings file (geos.str)$
cannot open system configuration file (geos.ini)$
unable to read system configuration file (geos.ini)$
system configuration file (geos.ini) corrupted$
system configuration file (geos.ini) too large$
cannot load a required system file (kernel).
You may need to reinstall the system software (KR-23).$
not enough memory to run PC/GEOS$
illegal path specification$
invalid /mNNN or /mrNNN argument$
=====================================

and lastly.... these files are on the a:rom-disk under a foldercalled pcmcia.

cardid.ini
=====================================
[Common]
;
; Common Information section created by Config
;
ComPort1=3F8
ComIRQ1=4
ComPort2=2F8
ComIRQ2=3
ComPort3=3E8
ComIRQ3=4
ComPort4=2E8
ComIRQ4=3
ComBySocket=Yes
ComBDAAbsolute=No
FirstModem=4
SecondModem=2
ThirdModem=3
FourthModem=1
Audio=Yes
RingIndicate=No
Lan1Port=300
Lan1IRQ=5
Lan1MemoryBase1=D8
Lan1MemoryBase2=DC
Lan2Port=310
Lan2IRQ=10
Lan2MemoryBase1=D8
Lan2MemoryBase2=DC
ATATryPrimary=No
ATATrySecondary=No
ATATryLinear=Yes
FastTokenRing=No
BeepInDOS=No
BeepInWindows=No
BeepOnConfigFailure=No
BeepOnUnrecognizedCard=No
BeepOnRejectedCard=No
ContinueOnConfigFailure=No
GrabInitFile=Yes
InitBufferSize=512

[Libraries]
;
; The Libraries section contains references to any card libraries the user
; wishes to include. Libraries are searched in the specified order. Path
; names are relative to the directory containing CARDID.INI.
;
CardLib=a:\pcmcia\cardid.clb
=====================================
A comment here about the PCMCIA files. The cardid.clb file is binary
but has several refs to (i think) card types. Within the file there are
strings saying "SunDisk", "Intel Ethernet Lan Card", "Sundisk 5MB",
and other assorted card types. This does not mean the OmniGo can take
flash cards. This might just be a generic card id file. Anyone got any ideas?

csalloc.ini
=====================================
MEM=C000-C7FF
IOP=100-16F,178-1FF,210-2E7,2F0-2F7,300-36F,380-3CF,3E0-3EF
RIOP=170-177,200-20F,2E8-2EF,2F8-2FF,370-37F,3D0-3DF,3F0-3FF
IRQ=3,5,7

=====================================

-- 
John Blue, jlblue@indiana.edu, jlblue@aol.com      Poplars Room 730
Computing Technology Assistance Center             400 East 7th Street
office: 812-855-7530, FAX:812-855-9320             Bloomington, Indiana  47405
See the CTAC Web page for more information http://lux.ucs.indiana.edu/~ctac/

-------------------------

-- 
-Brian Smithson
 brian@grot.com