Projects tagged ‘microkernel’ and ‘programming’


Jump to tag:

Projects tagged ‘microkernel’ and ‘programming’

Filtered by Project Tags microkernel programming

Refine results Project Tags os (4) kernel (4) managed (3) system (3) compiler (3) runtime (2) c# (2) jit (2) operating (2) operating_system (2) mono (2) csharp (2)

[5 total ]

9 Users
 

Jari OS is a real-time microkernel operating system which runs in terms of multi-service architecture. Core system consists of its own microkernel μString, core and system services, set of device ... [More] drivers launched as trusted services. Our system is a pure microkernel and multi-service OS. All work is made via trusted services, and each service works within its own address space, and in this case Jari OS is a pure multi-service OS. Jari OS provide POSIX API for threads, files, networking, timers, memory operations. [Less]
Created over 3 years ago.

7 Users
 

The HelenOS project is an effort to develop a complete and usable modern operating system, yet offering room for experimenting and research. HelenOS uses its own microkernel written from scratch and ... [More] supports SMP, multitasking and multithreading on both 32-bit and 64-bit, little-endian and big-endian processor architectures, among which are AMD64/EM64T (x86-64), ARM, IA-32, IA-64 (Itanium), 32-bit MIPS, 32-bit PowerPC, SPARC V9 and Xen 3.0. Thanks to the relatively high number of supported architectures and suitable design, HelenOS is extremely-well portable. [Less]
Created over 3 years ago.

7 Users
 

The Managed Operating System Alliance (MOSA) Framework is a set of operating system components, compiler tools and libraries for managed operating systems based on the Common Intermediate Language and ... [More] .NET technology. We provide the foundation for other projects, such as SharpOS and Ensemble OS. [Less]
Created about 1 year ago.

4 Users

Ensemble is an effort to write the next generation operating system using CIL compliant languages (currently only C#). The main focus of Ensemble is to write an consumer- and enterprise-level operating system that can be used in the real world.
Created about 1 year ago.

0 Users

Managarm is a modern operating system that is based on a virtual machine. Its objective is to provide a fast and stable operating system for daily use. Managarms device drivers are written in a ... [More] managed programming language and are verified before executed. Modern virtual machine and just-in-time compilation techniques are used to achieve high performance without risking a loss of stability and security. At the moment Managarm is in the very early stages of development and only few programs are supported. It is available for the Intel x86 (Pentium or better) architecture, however, it could be easily ported to other platforms. Managarm is primarily written in the Korona programming language that was specifically designed for managed operating system and driver code. Some parts of the runtime library are written in assembly language; some utilities and applications are written in Java. Currently Managarm's virtual machine only runs its own bytecode format, later also Java bytecode will be supported. It would be possible to implement a frontend for .NET but that is not planned to be realized in the near future. [Less]
Created 12 months ago.