Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/feliwir/benny
- Owner: feliwir
- License: mit
- Created: 2016-08-31T12:00:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T22:01:16.000Z (over 4 years ago)
- Last Synced: 2024-11-07T19:36:27.407Z (about 2 months ago)
- Topics: clang, cpp17, cross-compiler, osdev, qemu
- Language: C++
- Homepage:
- Size: 146 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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