From 6ce5d3f0462add6df6318e9274e0d0de4e815246 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 27 Dec 2016 11:39:07 +0100 Subject: Add product information sheet, update hardware list --- hardware.rst | 49 +++++++++++++++++++++++++++++++------------------ index.ttl | 44 ++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 73 insertions(+), 20 deletions(-) diff --git a/hardware.rst b/hardware.rst index c74e5b3..cd156ca 100644 --- a/hardware.rst +++ b/hardware.rst @@ -17,43 +17,56 @@ Supported hardware ALTOS, 8000-6, Z80,1984 ,8000-10, Z80,1984 - ATARI, 520 ST, M68000,≤1987 - BICOS, CSK System, Z80 - ,PC, Intel 8086 + Apple,IIe,Z80,≤1985 + ATARI, 520 ST, M68000,≤1985 + BICOS, CSK System, Z80,≤1985 + ,PC, Intel 8086,≤1985 ,PC 286/20, Intel 80286,1985 - CANON, PC-A200, Intel 8086 - COMMODORE, PC 10, Intel 8088 - ,PC 20, Intel 8088 + CANON, PC-A200, Intel 8086,≤1985 + COMMODORE, PC 10, Intel 8086/8088?,≤1985 + ,PC 20, Intel 8086/8088?,≤1985 CSK,,Z80,1984 + Epson,PC,Intel 8086,≤1985 + ,PC-HD,Intel 8086,≤1985 ERICSSON, PC, Intel 8088 ,PC-HD, Intel 8088 ,PC-portable, Intel 8088 FELTRON, ELAN-PC, Z80, 1984 + , 5080, Z80, ≤1985 HP, Vectra, Intel 8086 - IBM,PC,Intel 8088,≤1985 + IBM,PC,Intel 8086,≤1985 ,PC XT,Intel 8088,1984 ,PC AT,Intel 80286,1984 KHW, PIC 400, Z80 ,M 24, Intel 8086 ,M 28, Intel 8086 + Klein,Klein-Computer,Z80,≤1985 + Nase,MODUCOM,Z80,≤1985 + NCR,Decision Mate V,Z80,≤1985 Nixdorf,PC 8810/35,,1986 [cr86]_ Olivetti,M20,Z8001,1983 ,M24,Intel 8086,1984 PHILIPS, :YES, Intel 80186/8 - PIC, 400, Z80 - PROTEUS‚ -80, Z80 + PIC, 400, Z80,≤1985 + PROTEUS‚ -80, Z80,≤1985 ,68/20,M 68000,1986 [computerwoche86c]_ - RUC, Basis 108, Z80 + RUC, Basis 108, Z80,≤1985 ,RUC-AT, Intel 80286 - SHARP, MZ800er Serie, Z80,1985 + SHARP,MZ 5600er Serie, Intel 8086,≤1985 + ,MZ800er Serie, Z80,1985 + ,PC 7000, Intel 8086,≤1985 ,MZ 5600er Serie, Intel 8086 ,PC 7500, Intel 80286 - SIEMENS, PC-D, Intel 80186 - TANDON, PCA, Intel 80286 - Triumph-Adler,System M,M68000,1984 - ,System M32,,1985 - ,PC16,,1985 - TCS, Genie 16c, Intel 8086 + SIEMENS, PC-D, Intel 80186,≤1985 + SPERRY,,Intel 8086,≤1985 + TANDON, PCA, Intel 80286,≤1985 + TANDON, PCX, Intel 80286,≤1985 + TCS, Genie 16c, Intel 8086,≤1985 ZENITH, PC Z-158, Intel 8086 + Triumph-Adler,Alphatronic P50,Intel 8086,≤1985 + ,Alphatronic P60,Intel 8086,≤1985 + ,System M,M68000,1984 + ,System M32,M68000,1985 + ,PC16,,1985 -Sources: [computerwoche83a]_, [gmdbericht84]_, [gmdspiegel85d]_, [seyfert87]_, [stc87a]_. +Sources: [computerwoche83a]_, [gmdbericht84]_, [gmdspiegel85d]_, [seyfert87]_, [stc87a]_, [vertriebsinfos]_. diff --git a/index.ttl b/index.ttl index 8a90475..6bc92b7 100644 --- a/index.ttl +++ b/index.ttl @@ -55,7 +55,8 @@ <#ttpreis85>, <#goossenaerts88>, <#sinha82>, - <#hommel79> + <#hommel79>, + <#eumelinfos>, <#glossymap>, <#vertriebsinfos> ; . ### Random literature ### @@ -655,7 +656,7 @@ _:thing_stc s:inLanguage "en-US" ; . -# likely lost in time, see +# likely lost in time, author does not have a copy, see # http://www.isical.ac.in/~bhabani/bps_publications.html <#sinha82> a s:ScholarlyArticle ; @@ -732,6 +733,45 @@ _:thing_eumelaktuell s:sameAs ; . +_:thing_produktinfos + a s:CreativeWork ; + s:publisher _:org_gmd ; + s:name "EUMEL: Das Betriebssystem für Mikrocomputer. Produktinformation. Für Anwender und Hersteller" ; + s:sameAs ; + # contains a copy of gmdspiegel85a as well + . + +# just a bunch of pages +<#eumelinfos> + a s:CreativeWork ; + s:isPartOf _:thing_produktinfos ; + s:name "Informationen über EUMEL" ; + s:numberOfPages "18" ; + s:dateCreated "1984" ; + s:url ; + s:inLanguage "de-DE" ; + . + +# glossy product info map +<#glossymap> + a s:CreativeWork ; + s:isPartOf _:thing_produktinfos ; + s:name "EUMEL: Das Mehrplatz-Betriebssystem" ; + s:dateCreated "1985-11" ; + s:url ; + s:inLanguage "de-DE" ; + . + +<#vertriebsinfos> + a s:CreativeWork ; + s:isPartOf _:thing_produktinfos ; + s:name "Preisblatt für die Software-Lizenz des Betriebssystems EUMEL" ; + # other pages created 1986-01 + s:dateCreated "1985-11-08" ; + s:url ; + s:inLanguage "de-DE" ; + . + ############ ### Chip ### ############ -- cgit v1.2.3