Gordon Bell (QNX)
Gordon Bell is a Canadian software developer and entrepreneur. He is one of the co-creators of the QNX microkernel real-time operating system. QNX Bell and Dan Dodge began the project while students at the University of Waterloo in 1980. Bell and Dodge incorporated ''Quantum Software Systems'' in the Ottawa suburb of Kanata, Ontario to develop and sell the operating system, originally called ''QUNIX''. AT&T requested the name be changed to avoid encroaching on their UNIX trademark, so ''QUNIX'' was renamed ''QNX''. The company name was later changed to ''QNX Software Systems''. The first commercial version of QNX was released for the Intel 8088 central processing unit (CPU) in 1982. In 2002, Bell and Dodge were acclaimed as Heroes of Manufacturing by '' Fortune'' magazine. See also * List of University of Waterloo people The University of Waterloo, located in Waterloo, Ontario, Canada, is a comprehensive public university that was founded in 1957 by Drs. Gerry Hagey and Ira G ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Microkernel
In computer science, a microkernel (often abbreviated as μ-kernel) is the near-minimum amount of software that can provide the mechanisms needed to implement an operating system (OS). These mechanisms include low-level address space management, thread management, and inter-process communication (IPC). If the hardware provides multiple rings or CPU modes, the microkernel may be the only software executing at the most privileged level, which is generally referred to as supervisor or kernel mode. Traditional operating system functions, such as device drivers, protocol stacks and file systems, are typically removed from the microkernel itself and are instead run in user space. In terms of the source code size, microkernels are often smaller than monolithic kernels. The MINIX 3 microkernel, for example, has only approximately 12,000 lines of code. History Microkernels trace their roots back to Danish computer pioneer Per Brinch Hansen and his tenure in Danish computer ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Real-time Operating System
A real-time operating system (RTOS) is an operating system (OS) for real-time applications that processes data and events that have critically defined time constraints. An RTOS is distinct from a time-sharing operating system, such as Unix, which manages the sharing of system resources with a scheduler, data buffers, or fixed task prioritization in a multitasking or multiprogramming environment. Processing time requirements need to be fully understood and bound rather than just kept as a minimum. All processing must occur within the defined constraints. Real-time operating systems are event-driven and preemptive, meaning the OS is capable of monitoring the relevant priority of competing tasks, and make changes to the task priority. Event-driven systems switch between tasks based on their priorities, while time-sharing systems switch the task based on clock interrupts. Characteristics A key characteristic of an RTOS is the level of its consistency concerning the amount of time ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Dan Dodge
Dan Dodge is a cocreator of the QNX microkernel real-time operating system, with Gordon Bell. They began the project while students at the University of Waterloo in 1980. Dodge then moved to Kanata, Ontario, a high-tech area outside Ottawa, to start ''Quantum Software Systems''. It was later renamed QNX Software Systems to avoid confusion with a hard drive manufacturer. The first commercial version of QNX was released for the Intel 8088 central processing unit (CPU) in 1982. In 1998, Dodge became the 4th awardee of the J. W. Graham Medal, named in honor of Wes Graham an early influential professor of computer science at the University of Waterloo, and annually awarded to an influential alumnus of the University's faculty of mathematics. In 2002, Dodge and Bell were acclaimed as Heroes of Manufacturing by '' Fortune'' magazine. Mr. Dodge holds a master's degree in mathematics and was the chief executive officer of QNX Software Systems, a division of BlackBerry Limited. In an ea ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
University Of Waterloo
The University of Waterloo (UWaterloo, UW, or Waterloo) is a public research university with a main campus in Waterloo, Ontario, Canada. The main campus is on of land adjacent to "Uptown" Waterloo and Waterloo Park. The university also operates three satellite campuses and four affiliated university colleges. The university offers academic programs administered by six faculties and thirteen faculty-based schools. Waterloo operates the largest post-secondary co-operative education program in the world, with over 20,000 undergraduate students enrolled in the university's co-op program. Waterloo is a member of the U15, a group of research-intensive universities in Canada. The institution originates from the Waterloo College Associate Faculties, established on 4 April 1956; a semi-autonomous entity of Waterloo College, which was an affiliate of the University of Western Ontario. This entity formally separated from Waterloo College and was incorporated as a university with the pass ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Ottawa
Ottawa (, ; Canadian French: ) is the capital city of Canada. It is located at the confluence of the Ottawa River and the Rideau River in the southern portion of the province of Ontario. Ottawa borders Gatineau, Quebec, and forms the core of the Ottawa–Gatineau census metropolitan area (CMA) and the National Capital Region (NCR). Ottawa had a city population of 1,017,449 and a metropolitan population of 1,488,307, making it the fourth-largest city and fourth-largest metropolitan area in Canada. Ottawa is the political centre of Canada and headquarters to the federal government. The city houses numerous foreign embassies, key buildings, organizations, and institutions of Canada's government, including the Parliament of Canada, the Supreme Court, the residence of Canada's viceroy, and Office of the Prime Minister. Founded in 1826 as Bytown, and incorporated as Ottawa in 1855, its original boundaries were expanded through numerous annexations and were ultimately ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Kanata, Ontario
Kanata (, ) is a suburb of Ottawa, Ontario, Canada. It is located about west of the city's downtown core. As of 2021, Kanata had an urban population of 137,118. Before it was amalgamated into Ottawa in 2001, it was one of the fastest-growing cities in Canada and the fastest-growing community in Eastern Ontario. Located just to the west of the National Capital Commission Greenbelt, it is one of the largest of several communities that surround central Ottawa. History The area that is today Kanata was originally part of the March Township, and was first settled by Europeans in the early 19th century. One site dating from this era is Pinhey's Point. It remained mainly agricultural until the 1960s when it became the site of heavy development. Modern Kanata is largely the creation of Bill Teron, a developer and urban planner who purchased over of rural land and set about building a model community. Unlike other suburbs, Kanata was designed to have a mix of densities and co ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
UNIX
Unix (; trademarked as UNIX) is a family of multitasking, multiuser computer operating systems that derive from the original AT&T Unix, whose development started in 1969 at the Bell Labs research center by Ken Thompson, Dennis Ritchie, and others. Initially intended for use inside the Bell System, AT&T licensed Unix to outside parties in the late 1970s, leading to a variety of both academic and commercial Unix variants from vendors including University of California, Berkeley ( BSD), Microsoft ( Xenix), Sun Microsystems (SunOS/ Solaris), HP/ HPE (HP-UX), and IBM ( AIX). In the early 1990s, AT&T sold its rights in Unix to Novell, which then sold the UNIX trademark to The Open Group, an industry consortium founded in 1996. The Open Group allows the use of the mark for certified operating systems that comply with the Single UNIX Specification (SUS). Unix systems are characterized by a modular design that is sometimes called the " Unix philosophy". According to this p ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Intel 8088
The Intel 8088 ("''eighty-eighty-eight''", also called iAPX 88) microprocessor is a variant of the Intel 8086. Introduced on June 1, 1979, the 8088 has an eight-bit external Bus (computing), data bus instead of the 16-bit computing, 16-bit bus of the 8086. The 16-bit registers and the one megabyte address range are unchanged, however. In fact, according to the Intel documentation, the 8086 and 8088 have the same execution unit (EU)—only the Bus (computing), bus interface unit (BIU) is different. The original IBM Personal Computer, IBM PC is based on the 8088, as are its IBM PC compatible, clones. History and description The 8088 was designed at Intel's laboratory in Haifa, Israel, as were a large number of Intel's processors. The 8088 was targeted at economical systems by allowing the use of an eight-bit data path and eight-bit support and peripheral chips; complex circuit boards were still fairly cumbersome and expensive when it was released. The prefetch input queue, pre ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Central Processing Unit
A central processing unit (CPU), also called a central processor, main processor or just processor, is the electronic circuitry that executes instructions comprising a computer program. The CPU performs basic arithmetic, logic, controlling, and input/output (I/O) operations specified by the instructions in the program. This contrasts with external components such as main memory and I/O circuitry, and specialized processors such as graphics processing units (GPUs). The form, 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 and logic operations, processor registers that supply operands to the ALU and store the results of ALU operations, and a control unit that orchestrates the fetching (from memory), decoding and execution (of instructions) by directing the coordinated operations of the ALU, registers and oth ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Fortune (magazine)
''Fortune'' is an American multinational business magazine headquartered in New York City. It is published by Fortune Media Group Holdings, owned by Thai businessman Chatchaval Jiaravanon. The publication was founded by Henry Luce in 1929. The magazine competes with '' Forbes'' and '' Bloomberg Businessweek'' in the national business magazine category and distinguishes itself with long, in-depth feature articles. The magazine regularly publishes ranked lists, including the ''Fortune'' 500, a ranking of companies by revenue that it has published annually since 1955. The magazine is also known for its annual ''Fortune Investor's Guide''. History ''Fortune'' was founded by '' Time'' magazine co-founder Henry Luce in 1929 as "the Ideal Super-Class Magazine", a "distinguished and de luxe" publication "vividly portraying, interpreting and recording the Industrial Civilization". Briton Hadden, Luce's business partner, was not enthusiastic about the idea – which Luce originally ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
List Of University Of Waterloo People
The University of Waterloo, located in Waterloo, Ontario, Canada, is a comprehensive public university that was founded in 1957 by Drs. Gerry Hagey and Ira G. Needles. It has grown into an institution of more than 42,000 students, faculty, and staff. The school is notable for being the first accredited university in North America to create a Faculty of Mathematics, which is now the world's largest, and to have the largest cooperative education program in the world. The school is also known for having more companies formed by its faculty, students, and alumni than any other Canadian university, and as such, the university has been called the "Silicon Valley of the North". The list is drawn from notable faculty, alumni, staff, and former university presidents. The enrollment for 2020 was 36,057 undergraduate and 6,231 graduate students, with 1,350 faculty members and 2,596 staff. About 221,000 people have graduated from the university, and now reside in over 150 countries. Alumni ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Living People
Related categories * :Year of birth missing (living people) / :Year of birth unknown * :Date of birth missing (living people) / :Date of birth unknown * :Place of birth missing (living people) / :Place of birth unknown * :Year of death missing / :Year of death unknown * :Date of death missing / :Date of death unknown * :Place of death missing / :Place of death unknown * :Missing middle or first names See also * :Dead people * :Template:L, which generates this category or death years, and birth year and sort keys. : {{DEFAULTSORT:Living people 21st-century people People by status ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |