1 / 5

Epsilon OS design

Epsilon OS design. By the Epsilon OS Team. Epsilon OS Design: the kernel. This section contains the decisions on the architecture of the kernel. Which design?. C kernel Provides more flexibility at the cost of making the OS more complex C/C++/C# userspace

Download Presentation

Epsilon OS design

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Epsilon OS design By the Epsilon OS Team

  2. Epsilon OS Design: the kernel This section contains the decisions on the architecture of the kernel

  3. Which design? • C kernel • Provides more flexibility at the cost of making the OS more complex • C/C++/C# userspace • Allows a variety of languages providing freedom and flexibility, at the expense of unity • C# kernel based on MOSA • Loses a lot of flexibility because the whole C# OS design is flawed, but makes the system vastly easier to code • C# userspace • Reduces variety but allows a unified, easy to use API Option 1 Option 2

  4. Review The best option is obvious from this comparison. Option 1 will be our design, as it will allow more freedom. We will transition to a C kernel, and the userspace will be added when the kernel is stable.

  5. Kernel initial roadmap

More Related