Fette 2090 Tablet Press: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
It was reported that this machine worked with IBM OS/2 Warp 3. | It was reported that this machine worked with IBM OS/2 Warp 3. | ||
ICARICIO.SYS | By inspecting the config.sys file we can notice: | ||
* Detection driver for NE2000 Network adapter cards. DETNE2.SYS | |||
* IBM Realtime Interface Co-Processor OS/2 Support driver. (ICARICIO.SYS) | |||
ICARICIO was called this way: | |||
DEVICE=C:\RIC\ICARICIO.SYS C:\RIC\ICAPARM.PRM | |||
This was found on the config.sys | |||
REM --- Maschinennummer für die Sooftware-Auswetung | |||
SET Rechner_nr=7585-41H1275 | |||
REM Variablen fuer Tablettenpresse: | |||
REM Maschinentyp FETTE_TYP {A,B,C} mit A - 2080, B - 3090, C - 2090 | |||
SET FETTE_TYP=C | |||
REM Directory in der die Text und Konfigurationsfiles stehen | |||
SET FETTE_TAB=C:\2090 | |||
REM Sprache, wenn nicht eingetragen, dann wird deutch (D) german | |||
SET FETTE_SPR=gb | |||
REM Maschinen Nr. wenn vorhanden sons nichts | |||
SET FETTE_MNR=19142 |
Revision as of 21:40, 16 February 2021
It was reported that this machine worked with IBM OS/2 Warp 3.
By inspecting the config.sys file we can notice:
- Detection driver for NE2000 Network adapter cards. DETNE2.SYS
- IBM Realtime Interface Co-Processor OS/2 Support driver. (ICARICIO.SYS)
ICARICIO was called this way:
DEVICE=C:\RIC\ICARICIO.SYS C:\RIC\ICAPARM.PRM
This was found on the config.sys
REM --- Maschinennummer für die Sooftware-Auswetung SET Rechner_nr=7585-41H1275 REM Variablen fuer Tablettenpresse: REM Maschinentyp FETTE_TYP {A,B,C} mit A - 2080, B - 3090, C - 2090 SET FETTE_TYP=C REM Directory in der die Text und Konfigurationsfiles stehen SET FETTE_TAB=C:\2090 REM Sprache, wenn nicht eingetragen, dann wird deutch (D) german SET FETTE_SPR=gb REM Maschinen Nr. wenn vorhanden sons nichts SET FETTE_MNR=19142