Corvus Systems

Last updated

Corvus Systems
Company type Public
IndustryComputers
Founded1979;45 years ago (1979) in San Jose, California
Founder
  • Michael D'Addio
  • Mark Hahn
Defunct1987 (1987)
FateBankruptcy

Corvus Systems [1] was a computer technology company that offered, at various points in its history, computer hardware, software, and complete PC systems. [2]

Contents

History

Corvus was founded by Michael D'Addio and Mark Hahn in 1979. This San Jose, Silicon Valley company pioneered in the early days of personal computers, producing the first hard disk drives, data backup, and networking devices, commonly for the Apple II series. The combination of disk storage, backup, and networking was very popular in primary and secondary education. A classroom would have a single drive and backup with a full classroom of Apple II computers networked together. Students would log in each time they use the computer and access their work via the Corvus Omninet network, which also supported eMail. [2]

They went public in 1981 and were traded on the NASDAQ exchange. In 1985 Corvus acquired a company named Onyx & IMI. [3] [4] [5] IMI (International Memories Incorporated) manufactured the hard disks used by Corvus.

The New York Times followed their financial fortunes. [6] [7] [8] They were a modest success in the stock market during their first few years as a public company. The company's founders left Corvus in 1985 as the remaining board of directors made the decision to enter the PC clone market.[ citation needed ] D'Addio and Hahn went on to found Videonics in 1986, the same year Corvus discontinued hardware manufacturing. [9]

In 1987, Corvus [10] filed for Chapter 11. [11] [12] That same year two top executives left. [13] [14] Its demise was partially caused by Ethernet establishing itself over Omninet as the local area network standard for PCs, and partially by the decision to become a PC clone company in a crowded and unprofitable market space.

Disk drives and backup

The company modified Apple DOS for the Apple II series to enable using Corvus's 10 MB Winchester technology hard disk drives. Apple DOS normally was limited to the usage of 140 KB floppy disks. The Corvus disks not only increased the size of available storage but were also considerably faster than floppy disks. These disk drives were initially sold to software engineers inside Apple Computer.[ citation needed ]

The disk drives were manufactured by IMI (International Memories Incorporated) in Cupertino, California. Corvus provided the hardware and software to interface them to the Apple II, TRS-80, Atari 8-bit computers, [15] and S-100 bus systems. Later, the DEC Rainbow, Corvus Concept, IBM PC, and Mac, were added to the list. These 5 MB and 10 MB drives were twice the size of a shoebox and initially retailed for US$5000. Corvus sold many stand alone drives whose numbers increased as they became shared over Omninet. This allowed sharing a then-very costly hard drive among multiple inexpensive Apple II computers. An entire office or classroom could thus share a single Omninet-connected Corvus drive.

Certain models of the drives offered a tape backup option called "Mirror" to make hard disk backups using a VCR, which was itself a relatively new technology. A standalone version of "Mirror" was also made available. Data was backed up at roughly one megabyte per minute which resulted in five or ten-minute backup times. Tapes could hold up to 73MB. Even though Corvus had a U.S. patent 4380047A on this technology, several other computer companies later used this technique.

A later version of tape backup for the Corvus Omninet was called The Bank. [16] and was a standalone Omninet connected device that used custom backup tape media that were very similar in shape and size to today's DLT tapes. Both the Corvus File Server and The Bank tape backup units were in white plastic housings roughly the size of two stacked reams of paper.

Networking

In 1980 Corvus came out with the first commercially successful local area network (LAN), called Omninet. [17] Most Ethernet deployments of the time ran at 3 Mbit/s and cost one or two thousand dollars per computer. Ethernet also used a thick and heavy cable that felt like a lead pipe when bent,[ citation needed ] which was run in proximity to each computer, often in the ceiling plenum. The weight of the cable was such that injury to workers from ceiling failure and falling cables was a real danger. A transceiver unit was spliced or tapped into the cable for each computer, with an additional AUI cable running from the transceiver to the computer itself.

Corvus's Omninet ran at one megabit per second, used twisted pair cables and had a simple add-in card for each computer. The card cost $400 [18] and could be installed by the end user. Cards and operating software were produced for both the Apple II and the IBM PC and XT. At the time, many networking experts said that twisted pair could never work because "the bits would leak off"[ citation needed ], but it eventually became the de facto standard for wired LANs.

Other Omninet devices included the "Utility Server" that was an Omninet connected device that allowed one Parallel printer and two Serial devices (usually printers) connected to it to be shared on an Omninet network. Internally the Utility Server was a single-board Z80 computer with 64 kB of RAM, and on startup the internal boot ROM retrieved its operating program from the File Server. The literature/documentation and software that shipped with the Utility Server included a memory map and I/O ports writeup. It was possible to replace the Utility Server's operating code file with a stand-alone copy of WordStar configured for the serial port, and to fetch and save its files on the file server. A dumb terminal connected to the first serial port then became an inexpensive diskless word processing station.[ citation needed ]

A single Omninet was limited to 64 devices, and the device address was set with a 5-bit DIP switch: spending both sides of the dollar bill. [19] Device zero was the first file server, device one was the Mirror or The Bank tape backup, the rest were user computers, or Utility Servers. Systems with more than one file server had them at zero and up, then the tape backup, then the user computers. No matter what the configuration, you could only have 64 devices.

Corvus Concept

In April 1982, Corvus launched a computer called the Corvus Concept. [20] This was a Motorola 68000-based computer in a pizza-box case with a 15" full page display mounted on its top, the first that could be rotated between landscape and portrait modes. [21] Changing display orientation did not require rebooting the computer - it was all automatic and seamless and selected by a mercury switch inside the monitor shell. The screen resolution was 720×560 pixels. Positioned vertically, the monitor displayed 72 rows by 91 columns of text; the horizontal resolution was 56 rows by 120 columns. [22] [23]

The first version of the Concept came with 256 kB standard, [24] and expanding the RAM to its maximum supported capacity of 1MB cost $995 at the time. The Concept was capable of using more RAM, and a simple hack provided up to 4 MB. The failure of the Concept was mostly related to its lack of compatibility with the IBM PC, introduced the previous August. [25] [26]

The Concept interface, though not a GUI, was a standardized text user interface that made heavy use of function keys. Application programs could contextually redefine these keys, and the current command performed by each key was displayed on a persistent status line at the bottom of the screen. The function keys were placed on the top row of the keyboard close to their onscreen representation. [23] A crude "Paint" program was available for $395 that permitted a user to create simple bitmap graphics. [27] These could be pasted into Corvus' word processing program called "Edword", which was quite powerful by the standards of the day; it was judged to be worth the cost of the system by itself. [28]

The operating system, called CCOS, was prompt driven, communicating with the user using full sentences such as Copy which file(s)? when the "Copy file" function key was pressed. The user would respond by typing the path of the file to be copied. The OS would then prompt for a destination path. Wildcard pattern matching was supporting using the * and ? characters. The OS supported pipes and "Exec files", which were similar to shell scripts.

Versions of the Concept running Unix were available; these configurations could not run standard Concept software. The UCSD p-System was available, and a Pascal compiler was available supporting most UCSD extensions [29] FORTRAN was also standard. Built-in BASIC was also an option, enabling the computer to boot without a disk attached.[ citation needed ] A software CP/M emulator was available from Corvus, but it was of limited usefulness since it only emulated 8080 instructions and not the more-common Z80-specific instructions. Wesleyan University ported the KERMIT file transfer protocol. [30]

The entire motherboard could slide out of the back of the cabinet for easy access to perform upgrades and repairs. The system was equipped with four 50-pin Apple II bus compatible slots for expansion cards. External 5.25" and 8" floppy disk drive peripherals (made by Fujitsu) were available for the Concept. The 8" drive had a formatted capacity of 250 kB. The 5.25" drive was read-only, and disks held 140kB. The video card was integrated in the monitor's update circuitry.[ citation needed ] The system had a battery-backed hardware clock that stored the date and month, but not the year. There was a leap year switch that set February to have 29 days. [31]

The system had a built in Omninet port on it. The system could boot from a locally connected floppy disk or Corvus Hard Drive or it could be booted over the Omninet network.

In 1984, the base 256K system cost $3,995 with monitor and keyboard and bundled Edword word processor. The floppy drive cost an additional $750. Hard drives from 6MB ($2,195) to 20MB ($3,995) were also available (SCSI I on some). A software bundle containing ISYS integrated spreadsheet, graphing, word processing, and communication software cost $495. The hardware necessary for networking cost $495 per workstation. The Concept Unix workstation came with 512K and cost $4,295 for the Concept Uniplex that can be expanded to two users and $5,995 for the Concept Plus that can service eight users. The Concept was available as part of turnkey systems from OEMs, such as the Oklahoma Seismic Corporation Mira for oil well exploration, and the KeyText Systems BookWare for publishing. [32] [33]

Related Research Articles

<span class="mw-page-title-main">Operating system</span> Software that manages computer hardware resources

An operating system (OS) is system software that manages computer hardware and software resources, and provides common services for computer programs.

In computing, a file server is a computer attached to a network that provides a location for shared disk access, i.e. storage of computer files that can be accessed by workstations within a computer network. The term server highlights the role of the machine in the traditional client–server scheme, where the clients are the workstations using the storage. A file server does not normally perform computational tasks or run programs on behalf of its client workstations.

A boot disk is a removable digital data storage medium from which a computer can load and run (boot) an operating system or utility program. The computer must have a built-in program which will load and execute a program from a boot disk meeting certain standards.

<span class="mw-page-title-main">Live CD</span> Complete, bootable computer installation that runs directly from a CD-ROM

A live CD is a complete bootable computer installation including operating system which runs directly from a CD-ROM or similar storage device into a computer's memory, rather than loading from a hard disk drive. A live CD allows users to run an operating system for any purpose without installing it or making any changes to the computer's configuration. Live CDs can run on a computer without secondary storage, such as a hard disk drive, or with a corrupted hard disk drive or file system, allowing data recovery.

<span class="mw-page-title-main">Network-attached storage</span> Computer data storage server

Network-attached storage (NAS) is a file-level computer data storage server connected to a computer network providing data access to a heterogeneous group of clients. The term "NAS" can refer to both the technology and systems involved, or a specialized device built for such functionality.

In information technology, a backup, or data backup is a copy of computer data taken and stored elsewhere so that it may be used to restore the original after a data loss event. The verb form, referring to the process of doing so, is "back up", whereas the noun and adjective form is "backup". Backups can be used to recover data after its loss from data deletion or corruption, or to recover data from an earlier time. Backups provide a simple form of disaster recovery; however not all backup systems are able to reconstitute a computer system or other complex configuration such as a computer cluster, active directory server, or database server.

<span class="mw-page-title-main">Macintosh 512K</span> Revised version of the Macintosh 128K by Apple Computer

The Macintosh 512K is a personal computer that was designed, manufactured and sold by Apple Computer from September 1984 to April 1986. It is the first update to the original Macintosh 128K. It was virtually identical to the previous Macintosh, differing primarily in the amount of built-in random-access memory. The increased memory turned the Macintosh into a more business-capable computer and gained the ability to run more software. It is the earliest Macintosh model that can be used as an AppleShare server and, with a bridge Mac, communicate with modern devices.

Utility software is a program specifically designed to help manage and tune system or application software. It is used to support the computer infrastructure - in contrast to application software, which is aimed at directly performing tasks that benefit ordinary users. However, utilities often form part of the application systems. For example, a batch job may run user-written code to update a database and may then include a step that runs a utility to back up the database, or a job may run a utility to compress a disk before copying files..

<span class="mw-page-title-main">File system</span> Computer filing system

In computing, a file system or filesystem governs file organization and access. A local file system is a capability of an operating system that services the applications running on the same computer. A distributed file system is a protocol that provides file access between networked computers.

<span class="mw-page-title-main">Econet</span> Computer networking system

Econet was Acorn Computers's low-cost local area network system, intended for use by schools and small businesses. It was widely used in those areas, and was supported by a large number of different computer and server systems produced both by Acorn and by other companies.

Hierarchical storage management (HSM), also known as Tiered storage, is a data storage and Data management technique that automatically moves data between high-cost and low-cost storage media. HSM systems exist because high-speed storage devices, such as solid state drive arrays, are more expensive than slower devices, such as hard disk drives, optical discs and magnetic tape drives. While it would be ideal to have all data available on high-speed devices all the time, this is prohibitively expensive for many organizations. Instead, HSM systems store the bulk of the enterprise's data on slower devices, and then copy data to faster disk drives when needed. The HSM system monitors the way data is used and makes best guesses as to which data can safely be moved to slower devices and which data should stay on the fast devices.

<span class="mw-page-title-main">Eagle Computer</span> Early personal computer manufacturer

Eagle Computer, Inc., was an early American computer company based in Los Gatos, California. Spun off from Audio-Visual Laboratories (AVL), it first sold a line of popular CP/M computers which were highly praised in the computer magazines of the day. After the IBM PC was launched, Eagle produced the Eagle 1600 series, which ran MS-DOS but were not true clones. When it became evident that the buying public wanted actual clones of the IBM PC, even if a non-clone had better features, Eagle responded with a line of clones, including a portable. The Eagle PCs were always rated highly in computer magazines.

<span class="mw-page-title-main">Commodore 64 peripherals</span>

The Commodore 64 home computer used various external peripherals. Due to the backwards compatibility of the Commodore 128, most peripherals would also work on that system. There is also some compatibility with the VIC-20 and Commodore PET.

<span class="mw-page-title-main">Disk II</span> Floppy disk drive for the Apple II computer

The Disk II Floppy Disk Subsystem, often rendered as Disk ][, is a 5 +14-inch floppy disk drive designed by Steve Wozniak at the recommendation of Mike Markkula, and manufactured by Apple Computer, Inc. It went on sale in June 1978 at a retail price of US$495 for pre-order; it was later sold for $595 including the controller card and cable. The Disk II was designed specifically for use with the Apple II personal computer family to replace the slower cassette tape storage.

<span class="mw-page-title-main">Windows Home Server</span> Home server operating system by Microsoft released in 2007

Windows Home Server is a home server operating system from Microsoft. It was announced on 7 January 2007 at the Consumer Electronics Show by Bill Gates, released to manufacturing on 16 July 2007 and officially released on 4 November 2007.

NTBackup is the first built-in backup utility of the Windows NT family. It was introduced with Windows NT 3.51. NTBackup comprises a GUI (wizard-style) and a command-line utility to create, customize, and manage backups. It takes advantage of Shadow Copy and Task Scheduler. NTBackup stores backups in the BKF file format on external sources, e.g., floppy disks, hard drives, tape drives, and Zip drives. When used with tape drives, NTBackup uses the Microsoft Tape Format (MTF), which is also used by BackupAssist, Backup Exec, and Veeam Backup & Replication and is compatible with BKF.

Secure USB flash drives protect the data stored on them from access by unauthorized users. USB flash drive products have been on the market since 2000, and their use is increasing exponentially. As both consumers and businesses have increased demand for these drives, manufacturers are producing faster devices with greater data storage capacities.

NetVault is a set of data protection software developed and supported by Quest Software. NetVault Backup is a backup and recovery software product. It can be used to protect data and software applications in physical and virtual environments from one central management interface. It supports many servers, application platforms, and protocols such as UNIX, Linux, Microsoft Windows, VMware, Microsoft Hyper-V, Oracle, Sybase, Microsoft SQL Server, NDMP, Oracle ACSLS, IBM DAS/ACI, Microsoft Exchange Server, DB2, and Teradata.

<span class="mw-page-title-main">Olivetti M20</span> Z8000 based computer designed by Italian company Olivetti

The Olivetti M20 is a Zilog Z8000 based computer designed and released by Olivetti in 1982. Although it offered good performance, it suffered from a lack of software due to its use of the Z8000 processor and custom operating system, PCOS. The company introduced the IBM PC compatible Olivetti M24 in 1983 and the M20 line was phased out.

<span class="mw-page-title-main">Nestar Systems</span> Pre-internet networking vendor

Nestar Systems, Inc., was an early independent manufacturer of pre-internet local area networks for personal computers from 1978 to 1986 and was considered "a pioneer in the industry". It produced three major generations of products:

References

  1. "Corvus Systems". The Los Angeles Times . February 26, 1986.
  2. 1 2 "Corvus Introduces Omninet Electronic Mail". HARDCOPY . February 1984. p. 99.
  3. "CORVUS SYSTEMS INC reports earnings for Qtr to Aug 31". The New York Times . October 26, 1985. include Onyx & Imi ... which was acquired July 30
  4. "CORVUS SYSTEMS INC reports earnings for Qtr to Feb 28". The New York Times . April 15, 1986. acquisition of Onyx & IMI Inc.
  5. "Onyx & IMI, Inc". San Jose Public Library . Onyx & Imi, Inc. Closed - Bought by Corvus Systems, Inc., 1985
  6. "Corvus Systems reports earnings for Qtr to Nov 30". The New York Times . January 23, 1989.
  7. "CORVUS SYSTEMS INC reports earnings for Qtr to May 31". The New York Times . August 13, 1986.
  8. "CORVUS SYSTEMS INC reports earnings for Qtr to Aug 31". The New York Times . September 28, 1983.
  9. "Corvus Systems said it plans to discontinue manufacturing at White City, Ore". The Los Angeles Times . August 2, 1986.
  10. "William R. Halford joins Corvus Systems". The Los Angeles Times . June 12, 1987.
  11. "THE TIMES 100 : THE BEST PERFORMING COMPANIES IN CALIFORNIA : WHO, WHAT & WHERE : The Meaning of It All: Criteria, Notes : Reverse Spinoffs, Equity and Other Arcana Used to Develop The Times 100". The Los Angeles Times . April 30, 1989.
  12. "Corvus, In Chapter 11, Puts Up Fierce Opposition To Reorganisation Plan". February 22, 1990.
  13. "Corvus Systems: CFO resignation". The Los Angeles Times . May 13, 1987.
  14. "Corvus Systems: Chairman/CEO resignation". The Los Angeles Times . May 15, 1987.
  15. "New Products: Corvus Announces Mass Storage And Network Systems For Atari 800". www.atarimagazines.com. Retrieved August 10, 2018.
  16. "The Bank (Corvus)".
  17. "Aplle II Omninet Brochure" (PDF).
  18. Corvus Press Release incl pricing, page 5.
  19. since 2^5=32 combinations
  20. Rich Zellich (May 7, 1982). "Corvus Concept workstation". Newsgroup:  net.works . Retrieved December 19, 2007.
  21. "Edword User Guide" (PDF). Archived from the original (PDF) on May 25, 2013. Retrieved April 10, 2013.
  22. Blank, George (June 1984). "Wide Screen Computing". Creative Computing. pp. 26–28, 30, 32–34. Retrieved April 26, 2024.
  23. 1 2 Wide screen computing
  24. "Concept Hardware Reference Manual Feb '83" (PDF). Archived from the original (PDF) on May 25, 2013. Retrieved April 10, 2013.
  25. "TRS-80 Model 2000 Review, Computers & Electronics magazine July 1984". November 6, 2020.
  26. "CORVUS SYSTEMS Concept".
  27. "Paint brochure" (PDF).
  28. "Wide screen computing".
  29. "Corvus Concept review".
  30. "KERMIT Available on the ARPANET".
  31. "Concept Service Manual" (PDF). Archived from the original (PDF) on May 25, 2013. Retrieved April 10, 2013.
  32. "Brochure for Oklahoma Seismic Corporation Mira" (PDF).
  33. "Brochure for KeyText Systems BookWare" (PDF).