Be, Inc.
   HOME



picture info

Be, Inc.
Be Inc. was an American computer company that created and developed the BeOS and BeIA operating systems, and the BeBox personal computer. It was founded in 1990 by former Apple Computer executive Jean-Louis Gassée, who also served as the company's CEO, and was based in Menlo Park, California. The company's main intent was to develop a new operating system using the C++ programming language on a proprietary hardware platform; although the result received a mainly positive reception, it had little commercial success. BeOS was initially exclusive to the BeBox before being ported to the Power Macintosh and then to the Intel x86 architecture. After a stint in Internet appliances with BeIA, Be's assets were purchased by Palm, Inc. in 2001. History Be was founded by former Apple Computer executive Jean-Louis Gassée in 1990 with Steve Sakoman (with capital from Seymour Cray) after being ousted by Apple CEO John Sculley. Legend says that they started building a prototype compute ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




Dissolution (law)
In law, dissolution is any of several legal events that terminate a legal entity or agreement such as a marriage, adoption, corporation, or union. Dissolution is the last stage of liquidation, the process by which a company (or part of a company) is brought to an end, and the assets and property of the company are gone forever. Dissolution of a partnership is the first of two stages in the termination of a partnership. "Winding up" is the second stage. Dissolution may refer to the termination of a contract or other legal relationship. For example, in England and Wales, divorce is the end of a marriage; dissolution is the end of a civil partnership. ( A common misperception is that dissolution is only if the husband or wife does not agree: if the husband and wife agree then it is a dissolution). Dissolution is also the term for the legal process by which an adoption is reversed. While this applies to the vast majority of adoptions which are terminated, they are more commonly ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Apple Inc
Apple Inc. is an American multinational corporation and technology company headquartered in Cupertino, California, in Silicon Valley. It is best known for its consumer electronics, software, and services. Founded in 1976 as Apple Computer Company by Steve Jobs, Steve Wozniak and Ronald Wayne, the company was incorporated by Jobs and Wozniak as Apple Computer, Inc. the following year. It was renamed Apple Inc. in 2007 as the company had expanded its focus from computers to consumer electronics. Apple is the largest technology company by revenue, with  billion in the 2024 fiscal year. The company was founded to produce and market Wozniak's Apple I personal computer. Its second computer, the Apple II, became a best seller as one of the first mass-produced microcomputers. Apple introduced the Lisa in 1983 and the Macintosh in 1984, as some of the first computers to use a graphical user interface and a mouse. By 1985, internal company problems led to Jobs leavin ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Central Processing Unit
A central processing unit (CPU), also called a central processor, main processor, or just processor, is the primary Processor (computing), processor in a given computer. Its electronic circuitry executes Instruction (computing), instructions of a computer program, such as arithmetic, logic, controlling, and input/output (I/O) operations. This role contrasts with that of external components, such as main memory and I/O circuitry, and specialized coprocessors such as graphics processing units (GPUs). The form, CPU design, design, and implementation of CPUs have changed over time, but their fundamental operation remains almost unchanged. Principal components of a CPU include the arithmetic–logic unit (ALU) that performs arithmetic operation, arithmetic and Bitwise operation, logic operations, processor registers that supply operands to the ALU and store the results of ALU operations, and a control unit that orchestrates the #Fetch, fetching (from memory), #Decode, decoding and ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Bebox Side
The BeBox is a discontinued personal computer from Be Inc., running the company's operating system, later named BeOS. It has two PowerPC CPUs, its I/O board has a custom "GeekPort", and the front bezel has "Blinkenlights". The BeBox debuted in October 1995 with dual PowerPC 603 at 66 MHz. The processors were upgraded to 133 MHz in August 1996 (BeBox Dual603e-133). Production was halted in January 1997, following the port of BeOS to the Macintosh, for the company to concentrate on software. Be sold around 1,000 66 MHz BeBoxes and 800 133 MHz BeBoxes. CPU configuration Production models use two 66 MHz PowerPC 603 processors or two 133 MHz PowerPC 603e processors to power the BeBox. Prototypes having dual 200 MHz CPUs or four CPUs exist, but were never publicly available. Main board The main board is in a standard AT format commonly found on PC. It used standard PC components to make it as inexpensive as possible. * Two PowerPC 603/66 MHz o ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

PowerPC
PowerPC (with the backronym Performance Optimization With Enhanced RISC – Performance Computing, sometimes abbreviated as PPC) is a reduced instruction set computer (RISC) instruction set architecture (ISA) created by the 1991 Apple Inc., Apple–IBM–Motorola alliance, known as AIM alliance, AIM. PowerPC, as an evolving instruction set, has been named Power ISA since 2006, while the old name lives on as a trademark for some implementations of Power Architecture–based processors. Originally intended for personal computers, the architecture is well known for being used by Apple's desktop and laptop lines from 1994 until 2006, and in several videogame consoles including Microsoft's Xbox 360, Sony's PlayStation 3, and Nintendo's GameCube, Wii, and Wii U. PowerPC was also used for the Curiosity (rover), Curiosity and Perseverance (rover), Perseverance rovers on Mars and a variety of satellites. It has since become a niche architecture for personal computers, particularly with A ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Kernel (operating System)
A kernel is a computer program at the core of a computer's operating system that always has complete control over everything in the system. The kernel is also responsible for preventing and mitigating conflicts between different processes. It is the portion of the operating system code that is always resident in memory and facilitates interactions between hardware and software components. A full kernel controls all hardware resources (e.g. I/O, memory, cryptography) via device drivers, arbitrates conflicts between processes concerning such resources, and optimizes the use of common resources, such as CPU, cache, file systems, and network sockets. On most systems, the kernel is one of the first programs loaded on startup (after the bootloader). It handles the rest of startup as well as memory, peripherals, and input/output (I/O) requests from software, translating them into data-processing instructions for the central processing unit. The critical code of the kernel is usua ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


AT&T Hobbit
The AT&T Hobbit is a microprocessor design developed by AT&T Corporation in the early 1990s. It was based on the company's CRISP (C-language Reduced Instruction Set Processor) design resembling the classic RISC pipeline, and which in turn grew out of the C Machine design by Bell Labs of the late 1980s. All were optimized for running code compiled from the C programming language. The design concentrates on fast instruction decoding, indexed array access, and procedure calls. The project was ended in March 1994 because the Hobbit failed to achieve commercially viable sales. History The C Machine Project at Bell Labs had been underway since 1975 to develop computer architectures to run C programming language programs efficiently, aiming for a design that would offer an order of magnitude performance improvement over commercially available computers while remaining competitive in terms of cost. The design methodology for the C Machine architecture involved an iterative development a ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Macworld UK
''Macworld'' is a digital magazine and website dedicated to products and software of Apple Inc., published by Foundry, a subsidiary of IDG. History ''Macworld'' was founded by David Bunnell and Cheryl Woodard (publishers) and Andrew Fluegelman (editor). It began as a print magazine in 1984, with its first issue distributed at the launch of the Macintosh computer. As a print magazine, it had the largest audited circulation (both total and newsstand) of Macintosh-focused magazines in North America, more than double its nearest competitor, ''MacLife''. In 1997, the Ziff-Davis-owned ''MacUser'' magazine was consolidated into ''Macworld'' within the new Mac Publishing joint venture between IDG and Ziff-Davis. In 1999, the combined company also purchased the online publication MacCentral Online, because ''Macworld'' did not have a powerful online news component at the time. In late 2001 IDG bought out Ziff-Davis' share of Mac Publishing, making it a wholly-owned subsidiary of I ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Taligent
Taligent Inc. (a portmanteau of "talent" and "intelligent") was an American software company. Based on the Pink object-oriented operating system conceived by Apple in 1988, Taligent Inc. was incorporated as an Apple/IBM partnership in 1992, and was dissolved into IBM in 1998. In 1988, after launching System 6 and MultiFinder, Apple initiated the exploratory project named Pink to design the next generation of the classic Mac OS. Though diverging from Macintosh into a sprawling new dream system, Pink was wildly successful within Apple. Though having no releases until 1995, it was a subject of industry hype for years. In 1992, the new AIM alliance spawned an Apple/IBM partnership corporation named Taligent Inc., with the purpose of bringing Pink to market. In 1994, Hewlett-Packard joined the partnership with a 15% stake. After a two-year series of goal-shifting delays, Taligent OS was eventually canceled, but the CommonPoint application framework was launched in 1995 for AIX wit ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




John Sculley
John Sculley III (born April 6, 1939) is an American businessman, entrepreneur and investor in high-tech startups. Sculley was vice-president (1970–1977) and president of PepsiCo (1977–1983), until he became chief executive officer (CEO) of Apple Inc. on April 8, 1983, a position he held until leaving on October 15, 1993. In 1987, Sculley was named Silicon Valley's top-paid executive, with an annual salary of US$10.2 million. During Sculley's tenure at Apple, the company's sales increased tenfold from $800 million to $8 billion, while the period between 1989 and 1991 was regarded as the "first golden age" of Macintosh. Some attribute his success to the fact that he joined the company just when co-founders Steve Jobs's visions and Steve Wozniak's creations had become highly lucrative. Jobs and Sculley "clashed over management styles and priorities, Jobs focusing on future innovation and Sculley more on current product lines and profitability". Sculley won a power struggle l ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Seymour Cray
Seymour Roger Cray (September 28, 1925 – October 5, 1996)
was an American and architect who designed a series of computers that were the fastest in the world for decades, and founded Cray Research, which built many of these machines. Called "the father of supercomputing", Cray has been credited with creating the supercomputer industry. Joel S. Birnbaum
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Palm, Inc
Palm, Inc., was an American company that specialized in manufacturing personal digital assistants (PDAs) and developing software. Palm designed the PalmPilot, the first PDA successfully marketed worldwide, and was known for the Treo 600, one of the earlier successful smartphones. Palm developed the Palm OS software for PDAs and smartphones released under its line of Palm (PDA), Palm-branded devices and also licensed to other PDA manufacturers. The company was also responsible for the first versions of webOS, the first multitasking operating system for smartphones, and enyo (software), enyo.js, a framework for HTML5 apps. In July 2010, Palm was purchased by Hewlett-Packard (HP), and in 2011 announced a new range of webOS products. However, after poor sales, HP CEO Léo Apotheker announced in August 2011 that it would end production and support of Palm and webOS devices, marking the end of the Palm brand after 19 years. In October 2014, HP sold the Palm trademark to a shelf corpor ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]