Shadowblitz16 / NeoOS

A Operating System that runs a interpreted 100% memory safe language in ring 0 and everything else in ring 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NeoOS

A Operating System that runs a interpeted memory safe C# like language in ring 0

The idea

  • Write a memory safe interpreted language in rust with simular syntax to C#
  • Have it as the only binary in ring0
  • Pass strings (not files) to the language kinda how a micro kernel passes messages between modules
  • All other languages and programs would interface directly through this language

About

A Operating System that runs a interpreted 100% memory safe language in ring 0 and everything else in ring 3

License:GNU Affero General Public License v3.0