To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Pilot (operating system)

From Wikipedia, the free encyclopedia

Pilot
DeveloperXerox PARC
Written inMesa
Working stateHistoric
Initial release1981; 43 years ago (1981)
Available inEnglish
PlatformsXerox Star workstations
Default
user interface
Graphical user interface

Pilot is a single-user, multitasking operating system designed by Xerox PARC in early 1977. Pilot was written in the Mesa programming language, totalling about 24,000 lines of code.[1]

YouTube Encyclopedic

  • 1/3
    Views:
    200 833
    31 556
    27 564
  • Private Pilot Tutorial 6: Aircraft Systems (Part 1 of 2)
  • The Operation of a Hydraulic Pilot Operated Relief Valve
  • Lesson 4 | Airplane Systems | Private Pilot Ground School

Transcription

Overview

Pilot was designed as a single user system in a highly networked environment of other Pilot systems, with interfaces designed for inter-process communication (IPC) across the network via the Pilot stream interface. Pilot combined virtual memory and file storage into one subsystem, and used the manager/kernel architecture for managing the system and its resources.

Its designers considered a non-preemptive multitasking model, but later chose a preemptive (run until blocked) system based on monitors.[1] Pilot included a debugger, Co-Pilot, that could debug a frozen snapshot of the operating system, written to disk.

A typical Pilot workstation ran 3 operating systems at once on 3 different disk volumes : Co-Co-Pilot (a backup debugger in case the main operating system crashed), Co-Pilot (the main operating system, running under co-pilot and used to compile and bind programs) and an inferior copy of Pilot running in a third disk volume, that could be booted to run test programs (that might crash the main development environment).

The debugger was written to read and write variables for a program stored on a separate disk volume.

This architecture was unique because it allowed the developer to single-step even operating system code with semaphore locks, stored on an inferior disk volume. However, as the memory and source code of the D-series Xerox processors grew, the time to checkpoint and restore the operating system (known as a "world swap") grew very high. It could take 60-120 seconds to run just one line of code in the inferior operating system environment.

Eventually, a co-resident debugger was developed to take the place of Co-Pilot.[2]

Pilot was used as the operating system for the Xerox Star workstation.

See also

References

  1. ^ a b Lampson, Butler W.; David D. Redell (February 1980). "Experience with Processes and Monitors in Mesa" (PDF). Communications of the ACM. 23 (2): 105–117. doi:10.1145/358818.358824. Retrieved 2007-06-22.
  2. ^ Gillies, Donald W. "World-Stop Debuggers". Retrieved 2024-02-24.

Further reading

This page was last edited on 10 March 2024, at 06:42
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.