diff options
-rw-r--r-- | hardware.rst | 49 | ||||
-rw-r--r-- | 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]_. @@ -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 <https://lirias.kuleuven.be/handle/123456789/134013> ; . +_: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 <https://ffb.bsz-bw.de/cgi-bin/koha/opac-detail.pl?biblionumber=176503> ; + # 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 <library/produktinfos.djvu> ; + 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 <library/produktinfos.djvu> ; + 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 <library/produktinfos.djvu> ; + s:inLanguage "de-DE" ; + . + ############ ### Chip ### ############ |