Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tcfw/beehiveos

Beehive OS
https://github.com/tcfw/beehiveos

kernel microkernel operating-system-learning operating-systems-project

Last synced: 5 days ago
JSON representation

Beehive OS

Awesome Lists containing this project

README

        

# Beehive OS

A dive into the world of OS programming as a micro-kernel

## Components

- Memory management via a cpu-bound Slub allocator
- A wacky thread scheduler (no NUMA or task grouping, yet)
- Can run go programs when extending the Go runtime to support the architecture

## Limitations

- A lot
- Only support Aarch64 currently