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

A2 (operating system)

From Wikipedia, the free encyclopedia

A2
DeveloperETH Zurich
OS familyOberon
Working stateCurrent
Source modelOpen source
Initial release2002; 22 years ago (2002)
Repository
PlatformsIA-32, x86-64, ARM, Cell
Kernel typeObject-oriented
LicenseBSD-like ETH A2 License[1]
Official websitea2.inf.ethz.ch

A2 (formerly named Active Object System (AOS),[2] and then Bluebottle) is a modular, object-oriented operating system with unconventional features including automatic garbage-collected memory management, and a zooming user interface. It was developed originally at ETH Zurich in 2002.[2] It is free and open-source software under a BSD-like license.

YouTube Encyclopedic

  • 1/5
    Views:
    61 611
    7 069
    14 410
    55 236
    3 773 723
  • DJI-How to use A2 Assistant Software
  • Ubuntu Touch OS Review on Xiaomi Mi A2 | New Smartphone OS | Hindi Tech Video
  • ECS eJiffy quick boot operating system tour
  • RFTC: DJI A2 Unboxing, Installation, Configuration and Testing
  • Poco X3 - The Shady Truth.

Transcription

History

A2 is the next generation of Native Oberon, the x86 PC version of Niklaus Wirth's operating system Oberon.[3][4][5] It is small, fast, supports multiprocessing computers, and provides soft real-time computing operation. It is entirely written in an upward-compatible dialect of the programming language Oberon named Active Oberon. Both languages are members of the Pascal family, along with Modula-2.

A2's design allows developing efficient systems based on active objects which run directly on hardware, with no mediating interpreter or virtual machine. Active objects represent a combination of the traditional object-oriented programming (OOP) model of an object, combined with a thread that executes in the context of that object. In the Active Oberon implementation, an active object may include activity of its own, and of its ancestor objects.

Other differences between A2 and more mainstream operating systems is a very minimalist design, completely implemented in a type-safe language, with automatic memory management, combined with a powerful and flexible set of primitives (at the level of programming language and runtime system) for synchronising access to the internal properties of objects in competing execution contexts.

Above the kernel layer, A2 provides a flexible set of modules providing unified abstractions for devices and services, such as file systems, user interfaces, computer network connections, media codecs, etc.

User interface

Bluebottle replaced the older Oberon OS's unique text-based user interface (TUI) with a zooming user interface (ZUI), which is significantly more like a conventional graphical user interface (GUI). Like Oberon, though, its user interface supports a point and click interface metaphor to execute commands directly from text, similar to clicking hyperlinks in a web browser.

See also

References

  1. ^ "License". Archived from the original on 7 August 2012. Retrieved 7 January 2014.
  2. ^ a b Muller, Pieter Johannes (2002). The active object system design and multiprocessor implementation (PDF) (PhD). Swiss Federal Institute of Technology, Zürich (ETH Zurich).
  3. ^ Wirth, Niklaus; Gutknecht, Jürg (September 1989). "The Oberon System". Software: Practice and Experience. 19 (9): 857–893. doi:10.1002/spe.4380190905. S2CID 44292990.
  4. ^ Reiser, Martin (1992). The Oberon System: User Guide and Programmer's Manual. Addison-Wesley. ISBN 0-201-54422-9.
  5. ^ Wirth, Niklaus; Gutknecht, Jürg (1992). Project Oberon: The Design of an Operating System and Compiler. Addison-Wesley. ISBN 978-0201544282. Out of print. Electronic reprint.

External links

This page was last edited on 13 December 2023, at 00:15
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.