Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Operating system in Ada

I wonder if anyone know any simple design, but a very simple operating system written in Ada Or if possible, give an example, thank you.

like image 355
Alexandre Avatar asked Jun 18 '11 19:06

Alexandre


People also ask

What is Ada language used for?

Ada is a state-of-the art programming language that development teams worldwide are using for critical software: from microkernels and small-footprint, real-time embedded systems to large-scale enterprise applications, and everything in between.

Is Ada programming language still used?

Like COBOL, Ada is a mostly-dead programming language that lives on in legacy systems. The language aimed to replace the hundreds of languages used by the US Department of Defence. Ada, though complex and ambitious, is still used for some critical systems, alongside a minority of projects or functions.

What is Ada explain the features of Ada programming language?

Features of Ada include: strong typing, modular programming mechanisms (packages), run-time checking, parallel processing (tasks, synchronous message passing, protected objects, and nondeterministic select statements), exception handling, and generics.

Who created Ada programming language?

It was originally developed in the early 1980s (this version is generally known as Ada 83) by a team led by Dr. Jean Ichbiah at CII-Honeywell-Bull in France.


1 Answers

While there have been a number of hopeful starts, the only OS written in Ada I'm aware of that has achieved some semblance of completeness is MaRTE OS, which is designed as a "a Hard Real-Time Operating System for embedded applications".

like image 102
Marc C Avatar answered Sep 21 '22 03:09

Marc C