Herramientas de usuario

Herramientas del sitio


en:companias:digital_research

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Próxima revisión
Revisión previa
en:companias:digital_research [2026/04/26 07:00] – creado jesusen:companias:digital_research [2026/05/20 16:59] (actual) jesus
Línea 1: Línea 1:
 ~~NOTOC~~ ~~NOTOC~~
-{{:compañias:logos:Digital_Research_Logo.png?nolink&350|}} 
  
-===== Information =====+<html> 
 +<style> 
 +  /* --- RETRO CRT VISUAL ENGINE --- */ 
 +  .pcw-page-container { 
 +    background-color: #000b00 !important; 
 +    font-family: 'Courier New', Courier, monospace !important; 
 +    padding: 15px; 
 +    color: #00ff00 !important; 
 +  }
  
-Digital ResearchInc. (DRIwas one of the most influential software companies of the 70s and 80sfounded by Gary KildallIts role was fundamental for the Amstrad PCWas it provided the technical infrastructure that allowed this computer to be more than just a simple electronic typewriter.+  .crt-effect { position: relative; overflow: hidden; border: 2px solid #2a2a2a; } 
 +  .crt-effect::after { 
 +    content: " "; position: absolute; top: 0; left: 0; bottom: 0; right: 0; 
 +    background: linear-gradient(rgba(1816, 16, 0) 50%, rgba(0, 0, 0, 0.1) 50%),  
 +                linear-gradient(90deg, rgba(255, 0, 0, 0.02), rgba(0, 255, 0, 0.01)rgba(0, 0, 255, 0.02)); 
 +    background-size: 100% 3px, 2px 100%; z-index: 100; pointer-events: none; 
 +    animation: flicker-pcw 0.15s infinite; 
 +  } 
 +  @keyframes flicker-pcw { 0% { opacity: 0.97; } 100% { opacity: 1; } }
  
-Known company address:+  /* --- 1. TECHNICAL SPECIFICATIONS --- */ 
 +  .ficha-libro-crt { 
 +    border10px solid #2a2a2a; border-radius: 15px; padding: 30px; margin-bottom: 20px; 
 +    display: flex; flex-wrap: wrap; gap: 30px; 
 +    box-shadow: inset 0 0 50px rgba(0,255,0,0.15), 0 10px 30px rgba(0,0,0,0.7); 
 +  }
  
-The main and historical headquarters of Digital Research, Inc(DRI) was located in the coastal city of Pacific Grove, in the state of California, United States.+  .portada-ficha-container { 
 +    width: 220px; 
 +    height: 300px; 
 +    background-color: #111; 
 +    border: 4px solid #00ff00; 
 +    padding: 10px; 
 +    box-sizing: border-box; 
 +    display: flex; 
 +    flex-direction: column; 
 +    align-items: center; 
 +    justify-content: center; 
 +  } 
 +   
 +  /* Ensures correct scaling for DokuWiki image */ 
 +  .portada-ficha-container img { 
 +    max-width: 100% !important; 
 +    height: auto !important; 
 +    object-fit: contain; 
 +    display: block; 
 +    margin: 0 auto; 
 +  }
  
-Throughout its history in the 80s, the company occupied several emblematic buildings in that same town:+  .datos-ficha { flex: 1; min-width: 300px; } 
 +  .titulo-linea {  
 +    display: flex; justify-content: space-between; align-items: center;  
 +    border-bottom: 2px solid #00ff00; margin-bottom: 20px; padding-bottom: 5px;  
 +  } 
 +  .datos-ficha h2 { margin: 0 !important; font-size: 1.8em !important; color: #00ff00 !important; text-transform: uppercase; text-shadow: 0 0 10px #00ff00; } 
 +   
 +  /* Flag formatting for a clean alignment right next to the title */ 
 +  .bandera-pais img { 
 +    height: 24px !important; 
 +    width: auto !important; 
 +    border: 1px solid #00ff00; 
 +    box-shadow: 0 0 5px #00ff00; 
 +    displayblock; 
 +  }
  
-  * __Original main headquarters__Located at 801 Lighthouse Ave, Pacific Grove, CA 93950This is the most famous building, where a commemorative plaque currently exists recognizing the site as the birthplace of the CP/M operating system and the work of Gary Kildall+  .dato-linea { margin8px 0; font-size: 0.95em; display: flex; } 
-  * __Other local offices__Debido a su crecimiento, la empresa se expandió a otros puntos cercanos en la misma ciudad:Due to its growth, the company expanded to other nearby points in the same city:+  .dato-etiqueta { color: #008800; font-weight: bold; min-width: 180px; text-transform: uppercase; } 
 +  .dato-valor { color: #00ff00; flex: 1; } 
 +   
 +  .link-editorial { color#00ff00 !important; text-decorationunderline !important; font-weightbold; }
  
-    Research and Development (R&D): 734 Lighthouse Ave+  /* --- SECTION BLOCKS --- */ 
-    - Graphics Division165 Central Ave+  .pcw-section-box { 
-    - Operating Systems160 Central Ave+    background-color#000b00; border: 2px solid #00ff00; 
 +    margin: 20px 0; padding: 20px; 
 +  } 
 +  .pcw-section-title { 
 +    background-color#00ff00; color: #000; padding: 3px 12px; 
 +    font-weight: bold; display: inline-block; margin-bottom: 15px; 
 +    text-transform: uppercase; font-size: 1.1em; 
 +  }
  
-Pacific Grove is situated on the Monterey Peninsula, an area that Gary Kildall specifically chose to distance himself from the industrial bustle of what we know today as Silicon Valley+  .pcw-index-tree { line-height: 1.6; color: #00ff00; } 
 +  .index-item-main { font-weight: bold; margin-top: 10px; display: block; border-left: 3px solid #008800; padding-left: 10px; } 
 +  .index-subitem { margin-left: 30px; display: block; font-size: 0.9em; opacity: 0.8; } 
 +  .index-subitem::before { content: "├─ "; color: #008800; }
  
-Here are the key details of its relationship with the Amstrad PCW and its history:+  @media (max-width700px) { 
 +    .ficha-libro-crt { flex-direction: column; align-items: center; } 
 +    .dato-linea { flex-direction: column; } 
 +  } 
 +</style>
  
-**The Operating System: CP/M Plus** +<div class="pcw-page-container crt-effect">
-  +
-Although the PCW booted by default with LocoScript, every machine included disks with Digital Research's operating system. +
  
-  * __CP/(Control Program for Microcomputers)__It was the industry standard before MS-DOS existed. +  <!-- 1. TECHNICAL SPECIFICATIONS --> 
-  * __CP/M Plus (Version 3.0)__The PCW used the most advanced and polished version of this system. Thanks to it, a PCW user could run professional software of the era such as the dBase II database or the SuperCalc spreadsheet.+  <div class="ficha-libro-crt"> 
 +    <div class="portada-ficha-container"> 
 +      </html>{{compañias:logos:Digital_Research_Logo.png?nolink&350|}}<html> 
 +    </div> 
 +    <div class="datos-ficha"> 
 +      <div class="titulo-linea"> 
 +        <h2>TECHNICAL SPECIFICATIONS</h2> 
 +        <span class="bandera-pais"></html>{{botones:ee_uu.png?nolink}}<html></span> 
 +      </div> 
 +      <div class="dato-linea"><span class="dato-etiqueta">NAME:</span><span class="dato-valor">Digital Research, Inc. (DRI)</span></div> 
 +      <div class="dato-linea"><span class="dato-etiqueta">ORIGIN:</span><span class="dato-valor">Pacific Grove, California (United States)</span></div> 
 +      <div class="dato-linea"><span class="dato-etiqueta">FOUNDED:</span><span class="dato-valor">October 1974 (by Gary Kildall)</span></div> 
 +      <div class="dato-linea"><span class="dato-etiqueta">STATUS:</span><span class="dato-valor">Historical (Acquired by Novell in 1991)</span></div> 
 +      <div class="dato-linea"><span class="dato-etiqueta">SPECIALIZATION:</span><span class="dato-valor">Operating Systems (CP/M, DR-DOS) & Graphical Interfaces (GEM)</span></div> 
 +      <div class="dato-linea"><span class="dato-etiqueta">HISTORICAL WEB:</span><span class="dato-valor">Replaced / Community Preservation</span></div> 
 +      <div class="dato-linea"><span class="dato-etiqueta">MANAGEMENT:</span><span class="dato-valor">Gary Kildall (Founder / CEO) and Dorothy McEwen (Co-founder / VP)</span></div> 
 +    </div> 
 +  </div>
  
-**Educational Software and Languages**+  <!-- 2. FULL DESCRIPTION --> 
 +  <div class="pcw-section-box"> 
 +    <div class="pcw-section-title">Historical Background</div> 
 +    <div style="color: #aaffaa; line-height: 1.6; text-align: justify;"> 
 +      <p>Digital Research, Inc. (DRI) was one of the most influential software companies of the 1970s and 1980s, founded by Gary Kildall. Its role was fundamental for the Amstrad PCW, as it provided the technical infrastructure that allowed this computer to be far more than just a simple electronic word processor.</p>
  
-Digital Research not only provided the operating system but also programming tools for the PCW:+      <p>Known corporate address:</p>
  
-  * __DrLogo__: A very popular version of the Logo programming language (famous for the "turtle" that drew graphics) was specifically adapted to run under CP/M on Amstrad machines. +      <p>The primary and historical headquarters of Digital Research, Inc. (DRI) were located in the coastal city of Pacific Grovein the state of CaliforniaUnited Kingdom.</p>
-  * __Compilers__: They provided versions of languages such as CPascalCBASIC, and PL/I, allowing developers to create advanced software for the PCW. +
-  +
-**The GEM Graphical Interface**+
  
-Although it is better remembered in later models (such as the Amstrad PC1512)Digital Research created GEM (Graphics Environment Manager).+      <p>Throughout its history during the 1980sthe company occupied several iconic buildings in that same area:</p>
  
-  * It was windows-and-mouse environment very similar to that of the early Macintosh or Windows.+      <ul> 
 +        <li><strong>Original Main Headquarters</strong>: Located at 801 Lighthouse Ave, Pacific Grove, CA 93950. This is the most famous building, where commemorative plaque currently recognizes the site as the birthplace of the CP/M operating system and the work of Gary Kildall.</li> 
 +        <li><strong>Other Local Offices</strong>: Due to corporate growth, the company expanded to other nearby locations within the same city: 
 +          <ul> 
 +            <li>Research & Development (R&D): 734 Lighthouse Ave.</li> 
 +            <li>Graphics Division: 165 Central Ave.</li> 
 +            <li>Operating Systems: 160 Central Ave.</li> 
 +          </ul> 
 +        </li> 
 +      </ul>
  
-  * On the PCWa simplified version called GSX (Graphics System Extension) was used so the system could handle graphics on a screen that was originally intended only for text.+      <p>Pacific Grove is located on the Monterey Peninsulaan area that Gary Kildall specifically chose to distance himself from the industrial bustle of what we know today as Silicon Valley.</p>
  
-**The Historical "Error" of Digital Research**+      <p>Here are the key details of its relationship with the Amstrad PCW and its history:</p>
  
-The company is famous for one of the greatest legends in computingIBM originally wanted Digital Research to provide the operating system for the first IBM PC in 1981.+      <p><strong>The Operating SystemCP/M Plus</strong></p> 
 +      <p>Although the PCW booted into LocoScript by default, every machine included disks with Digital Research'operating system.</p> 
 +      <ul> 
 +        <li><strong>CP/M (Control Program for Microcomputers)</strong>: It was the industry standard before MS-DOS existed.</li> 
 +        <li><strong>CP/M Plus (Version 3.0)</strong>: The PCW used the most advanced and polished version of this system. Thanks to it, a PCW user could run professional software of the era, such as the dBase II database or the SuperCalc spreadsheet.</li> 
 +      </ul>
  
-  * Due to a disagreement over signing contracts (or because Gary Kildall was not present that day, depending on the version), IBM ended up hiring a small company called Microsoftwhich delivered MS-DOS to them.+      <p><strong>Educational Software and Languages</strong></p> 
 +      <p>Digital Research did not only supply the operating system but also programming tools for the PCW:</p> 
 +      <ul> 
 +        <li><strong>Dr. Logo</strong>: A highly popular version of the Logo programming language (famous for the drawing "turtle"was adapted specifically to run under CP/M on Amstrad machines.</li> 
 +        <li><strong>Compilers</strong>: They provided versions of languages such as CPascalCBASIC, and PL/I, allowing developers to create advanced software for the PCW.</li> 
 +      </ul>
  
-  * This event marked the decline of Digital Research against the unstoppable rise of Bill Gates.+      <p><strong>The GEM Graphical Interface</strong></p> 
 +      <p>Although it is most remembered on later models (like the Amstrad PC1512), Digital Research created GEM (Graphics Environment Manager).</p> 
 +      <ul> 
 +        <li>It was a windows-and-mouse environment very similar to early Macintosh or Windows environments.</li> 
 +        <li>On the PCW, a simplified version called GSX (Graphics System Extension) was used so the system could handle graphics on a screen that was originally designed only for text.</li> 
 +      </ul>
  
-**End of the Company**+      <p><strong>The Historical "Mistake" of Digital Research</strong></p> 
 +      <p>The company is famous for one of computing's greatest legends: IBM originally wanted Digital Research to provide the operating system for the first IBM PC in 1981.</p> 
 +      <ul> 
 +        <li>Due to a disagreement on contract signings (or because Gary Kildall was not present that day, depending on the version), IBM ended up hiring a small company called Microsoft, which delivered MS-DOS to them.</li> 
 +        <li>This event marked the decline of Digital Research against the unstoppable rise of Bill Gates.</li> 
 +      </ul>
  
-Despite its technical success with machines like the Amstrad PCW, the company could not compete with Microsoft's dominance.+      <p><strong>The Company's End</strong></p> 
 +      <p>Despite its technical success with machines like the Amstrad PCW, the company could not compete with Microsoft's dominance.</p> 
 +      <ul> 
 +        <li>In 1991, Digital Research was purchased by Novell.</li> 
 +        <li>Its technology survived for a while longer under the name DR-DOS, a direct competitor to MS-DOS that many Amstrad PC users considered superior.</li> 
 +      </ul> 
 +    </div> 
 +  </div>
  
-  * In 1991, Digital Research was purchased by Novell.+  <!-- 3. CATALOG OF PRESERVED PRODUCTS --> 
 +  <div class="pcw-section-box"> 
 +    <div class="pcw-section-title">Preserved Software Products</div> 
 +    <div class="pcw-index-tree"> 
 +      <span class="index-item-main">Operating Systems and Environments</span> 
 +      <span class="index-subitem">CP/M Plus (Control Program for Microcomputers Version 3.0)</span> 
 +      <span class="index-subitem">GSX (Graphics System Extension) / GEM Environment</span> 
 +      <span class="index-subitem">DR-DOS (Later technological evolution)</span> 
 +       
 +      <span class="index-item-main">Programming Languages and Education</span> 
 +      <span class="index-subitem">DR. Logo (Graphical educational language adapted to CP/M)</span> 
 +      <span class="index-subitem">Pascal/MT</span> 
 +      <span class="index-subitem">Digital Research C</span> 
 +      <span class="index-subitem">CBASIC and PL/I</span>
  
-  * Its technology survived for a while longer under the name DR-DOS, a direct competitor to MS-DOS that many Amstrad PC users considered superior+      <span class="index-item-main">Additional Graphic Tools</span> 
-  +      <span class="index-subitem">DRGraph</span> 
-===== Products =====+      <span class="index-subitem">DR. Draw</span> 
 +    </div> 
 +  </div>
  
-  * CP/M Plus +  <!-- 4. ECOSYSTEM RELATIONSHIPS --> 
-  DR. Logo +  <div class="pcw-section-box"> 
-  * GSX +    <div class="pcw-section-title">Ecosystem Relations (Entity Information)</div> 
-  * DRGraph +    <div class="pcw-index-tree"> 
-  * DRDraw +      <span class="index-item-main">Related Base Systems: Amstrad PCW and Amstrad PC1512</span> 
-  * Pascal/MT +      <span class="index-item-main">Technological Evolution: DR-DOS</span> 
-  * Digital Research C+    </div> 
 +  </div> 
 + 
 +  <!-- 5VERIFIED HISTORICAL LOCATIONS --> 
 +  <div class="pcw-section-box"> 
 +    <div class="pcw-section-title">Production Addresses and Offices (USA)</div> 
 +    <div class="pcw-index-tree"> 
 +      <span class="index-item-main">Original Main Headquarters (Birthplace of CP/M)</span> 
 +      <span class="index-subitem">801 Lighthouse Ave, Pacific Grove, CA 93950 (Historical building with a commemorative plaque).</span> 
 +       
 +      <span class="index-item-main">Research & Development (R&D)</span> 
 +      <span class="index-subitem">734 Lighthouse Ave, Pacific Grove, CA 93950.</span> 
 +       
 +      <span class="index-item-main">Graphics Division</span> 
 +      <span class="index-subitem">165 Central Ave, Pacific Grove, CA 93950.</span> 
 +       
 +      <span class="index-item-main">Operating Systems</span> 
 +      <span class="index-subitem">160 Central Ave, Pacific Grove, CA 93950.</span> 
 + 
 +      <span class="index-item-main">Contemporary Telephone Contact</span> 
 +      <span class="index-subitem">Official Technical Assistance in Pacific Grove: (408) 649-3896</span> 
 +    </div> 
 +  </div> 
 + 
 +</div> 
 +</html>
  
en/companias/digital_research.1777186819.txt.gz · Última modificación: por jesus