Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tcfw/beehiveos
- Owner: tcfw
- Created: 2024-11-04T00:20:45.000Z (11 days ago)
- Default Branch: master
- Last Pushed: 2024-11-04T00:24:58.000Z (11 days ago)
- Last Synced: 2024-11-04T01:21:03.808Z (11 days ago)
- Topics: kernel, microkernel, operating-system-learning, operating-systems-project
- Language: Assembly
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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