Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/feliwir/benny

Benny OS (OS for learning purpose)
https://github.com/feliwir/benny

clang cpp17 cross-compiler osdev qemu

Last synced: 4 days ago
JSON representation

Benny OS (OS for learning purpose)

Awesome Lists containing this project

README

        

# Benny
## An opensource Operating system

## Build state
![Build status](https://github.com/feliwir/benny/workflows/Build%20iso/badge.svg?branch=master)

## Goals
- Write a microkernel in modern C++
- Use the clang compiler, because it doesn't require to build a cross compiler. It's a cross compiler by default
- Use Github Actions for automatic testing & deployment
- Learn a lot about OS development ;)

## Supported architectures
- i386 & amd64
- Planned: ARM

## Current work:
- Work on kernel features