Lukarnel
Microkernel
A microkernel project built using Zig and Rust that aims to develop a 64-bit operating system with modular design and protocolized inter-process communication.
A microkernel in zig with rust microservices
21 stars
2 watching
0 forks
Language: Zig
last commit: over 4 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
jzck/kernel-zig | A hobby kernel project written in Zig that demonstrates basic x86 hardware interaction and scheduling concepts. | 429 |
zigembeddedgroup/microzig | Unifies abstraction and hardware access for embedded systems using the Zig programming language | 1,235 |
lun-4/zigdig | A Zig programming language library providing basic DNS functionality | 33 |
kubkon/zig-dis-x86_64 | A disassembler and encoder library for x86_64 machine code written in Zig. | 35 |
karlseguin/smtp_client.zig | A Zig library implementing an SMTP client with support for various authentication mechanisms and encryption options. | 18 |
prime31/zig-upaya | A Zig-based framework for creating game tools and helper apps. | 131 |
dvberkel/microkanren | An implementation of a minimalist functional core for relational programming languages. | 5 |
lithdew/lmdb-zig | A set of Zig bindings to a lightweight, fast Btree-based embedded KV database | 70 |
markfirmware/zig-bare-metal-microbit | A bare-metal program for the microbit microcontroller using Zig language to display an 'Z' on LEDs and broadcast events from buttons A and B via BLE. | 35 |
zystemos/pluto | A lightweight, modular x86 kernel written in Zig with the goal of being easy to port and maintainable. | 561 |
gonzih/zigra | A command line toolkit for building and running Zig applications with modular and composable subcommands | 24 |
karlseguin/zuckdb.zig | A Zig driver for DuckDB that enables direct access to its API | 93 |
sam701/zig-cli | A package for building command line apps in Zig | 208 |
dundalek/notcurses-zig-example | A demo showing how to use the Notcurses library for building terminal UIs with Zig | 62 |
lun-4/ziget | A simple network client written in Zig that downloads files from the internet without relying on external libraries. | 20 |