HellOS
Kernel demo
A minimalist x86 kernel example in Zig
"hello world" x86 kernel example
275 stars
8 watching
36 forks
Language: Zig
last commit: almost 2 years ago
Linked from 3 awesome lists
operating-systemzig
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 |
zystemos/pluto | A lightweight, modular x86 kernel written in Zig with the goal of being easy to port and maintainable. | 576 |
andrewrk/libz | A Zig port of zlib, replacing its build system with a custom implementation. | 14 |
andrewrk/zig-window | A cross-platform windowing API with support for multiple graphics contexts and event handling. | 118 |
andrewrk/clashos | A bare metal game development project for the Raspberry Pi 3 B+ using Zig. | 219 |
zigzap/hello-master | A simple Zig program demonstrating the basic usage of the Zig programming language | 2 |
andrewrk/tetris | A simple implementation of the classic Tetris puzzle game in Zig programming language. | 403 |
andreaorru/zen | An experimental operating system written in Zig, with the goal of building and testing a modern kernel | 451 |
andrewdavis33/sckernel | A Jupyter Notebook kernel that integrates with SuperCollider's sclang, enabling interactive coding and syntax highlighting. | 17 |
gridbugs/hello-wgpu | An introductory project demonstrating the basics of creating a graphics application using the Vulkan API wrapper | 0 |
mszoek/hydrogen | A simple, 64-bit kernel that demonstrates preemptive multitasking and basic system features. | 36 |
dundalek/notcurses-zig-example | A demo showing how to use the Notcurses library for building terminal UIs with Zig | 63 |
zig-community/hello-triangle | A Zig program that draws an OpenGL triangle in a window | 10 |
gregkh/kernel-development | A presentation on how Linux kernel development works | 624 |
andrewrk/xml | A library that tokenizes XML data into smaller units for easier processing | 25 |