Software:Maestro (kernel)

From HandWiki
Revision as of 04:16, 29 September 2024 by Importwiki (talk | contribs) (import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Maestro kernel and OS
Original author(s)Luc Lenôtre
Developer(s)Luc Lenôtre,
Community contributors
Initial release0.1.0 (2 January 2024; 8 months ago (2024-01-02))
Repositorygithub.com/llenotre/maestro
Written inRust
LicenseGNU Affero General Public License
Websiteblog.lenot.re/a/introduction

Maestro is a free and open-source, monolithic, multitasking, Unix-like operating system kernel and operating system. [1] [2] [3] [4] [5] [6]

Development and architecture

Development of Maestro began on 22 December 2018 as a school project by Luc Lenôtre, who conceived it as "A Unix-like operating system that is meant to be lightweight and compatible-enough with Linux to be usable in everyday life."[7]

Lenôtre originally implemented it using the C language but after a year and a half switched to Rust due to the complexity of the codebase and the additional memory safety features of the language.

Code changes are tracked using the git version control system. In the initial release, Maestro supports only the x86 32 architecture.

License

Maestro is provided under the AGPL-3.0 license since February 26, 2024.

External links

Reviews

In a review published by the Linux Format magazine in April 2024, Nathan Drake concludes that "while the future is reassuringly rusty, various issues, such as duplicate drivers and backporting Rust support to LTS releases of versions of Linux, mean we’re probably some years away from a fully-fledged major." [8]

See also

Luc Lenôtre's "Visualizing the Booting Sequence for Maestro, a Rust-Based Unix-like Kernel" at the P99 CONF 24.[9]

References