pluto
Kernel
A lightweight, modular x86 kernel written in Zig with the goal of being easy to port and maintainable.
An x86 kernel written in Zig
576 stars
15 watching
22 forks
Language: Zig
last commit: about 1 year ago
Linked from 3 awesome lists
hacktoberfestkerneloperating-systemx86zig
Related projects:
Repository | Description | Stars |
---|---|---|
jzck/kernel-zig | A hobby kernel project written in Zig that demonstrates basic x86 hardware interaction and scheduling concepts. | 430 |
csirak/zestos | A Unix-like operating system written in Zig for the RISC-V 64-bit architecture | 16 |
rafaelbreno/zig-os | A simple operating system written in Zig | 38 |
andrewrk/hellos | A minimalist x86 kernel example in Zig | 275 |
chivay/vmt | A toy operating system written in Zig. | 10 |
carglglz/jupyter_upydevice_kernel | A Jupyter kernel for interacting with MicroPython boards over USB/Serial or WebREPL connections. | 14 |
andreaorru/zen | An experimental operating system written in Zig, with the goal of building and testing a modern kernel | 451 |
momumi/x86-zig | A Zig library for assembling x86 machine code instructions | 27 |
kubkon/zig-dis-x86_64 | A disassembler and encoder library for x86_64 machine code written in Zig. | 35 |
kivikakk/daintree | An operating system with a UEFI bootloader written in Zig. | 51 |
narasimha1997/r3 | An hobby x86_64 Operating System kernel written in Rust with minimal functionalities | 80 |
zigembeddedgroup/microzig | Unifies abstraction and hardware access for embedded systems using the Zig programming language | 1,282 |
gregkh/kernel-development | A presentation on how Linux kernel development works | 624 |
mszoek/hydrogen | A simple, 64-bit kernel that demonstrates preemptive multitasking and basic system features. | 36 |
menix-os/menix | A minimal Unix-like kernel that can be expanded and loaded at runtime with dynamic linking | 19 |