Reputation: 2025
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.
Upvotes: 10
Views: 7213
Reputation: 44804
Well, I actually know of several custom ones done for small embedded systems, but none are available for public viewing. Sadly, a lot of good Ada work has been hidden away from the public due to the military/avionics niche it has been done in.
RTEMS has been available in both Ada and C source forms since the mid-1990s.
Upvotes: 4
Reputation: 1487
The Army Secure Operating System (ASOS) was written almost entirely in Ada. It was designed to meet Orange Book A1 protection requirements, support Ada applications more directly, and run on a commodity Sun3. The total software was 55,000 lines of code. It even had checkpointing/restore and later a secure RDBMS.
http://www.cs.washington.edu/research/projects/poirot3/Oakland/sp/PAPERS/00044288.PDF
Upvotes: 5
Reputation: 1804
There is also TAMP: https://github.com/Lucretia/tamp
But it's not in a status that you could call it OS.
Upvotes: 7