The Wayback Machine - https://web.archive.org/web/20211028024410/https://github.com/topics/operating-system-kernel
Skip to content
#

operating-system-kernel

Here are 53 public repositories matching this topic...

Non-unix, custom-API hybrid OS kernel written in C++ which can be thought of as an emulated microkernel. The native API is almost fully asynchronous and the kernel is aimed at high-scaling, high-throughput-requiring multiprocessor workloads, with working support for SMP and NUMA already implemented. Join the IRC channel, #zbz-dev on freenode!
  • Updated Jul 24, 2021
  • C++
CodyFagley
CodyFagley commented Jul 20, 2021

IMPORTANT NOTE: As of v0.26.3, the content below is ONLY relevant for Raspberry Pi (3+)

Xita cross compiler is currently hung up on data types system, because the memory allocation system is not implemented in assembly. Types that exceed 8 bytes in size must dynamically allocate memory to hold the data.

To continue development of data types for the language, the compiler dev te

Improve this page

Add a description, image, and links to the operating-system-kernel topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the operating-system-kernel topic, visit your repo's landing page and select "manage topics."

Learn more