From 0967cf056e3bf919d3400ab2c9000bc316f9ed3b Mon Sep 17 00:00:00 2001 From: Saulius Krasuckas Date: Wed, 1 Mar 2023 20:47:27 +0200 Subject: [PATCH] Add `rafaelbreno/zig-os` (#24) Co-authored-by: Nulo (he/him) <86896666+catdevnull@users.noreply.github.com> --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f28b95a..74215bc 100644 --- a/readme.md +++ b/readme.md @@ -68,6 +68,7 @@ A general-purpose programming language and toolchain for maintaining robust, opt * [MasterQ32/RetrOS](https://github.com/MasterQ32/RetrOS) - A retro-style gaming console running on bare x86 metal. * [nrdmn/uefi-examples](https://github.com/nrdmn/uefi-examples) - UEFI examples. * [nrdmn/uefi-paint](https://github.com/nrdmn/uefi-paint) - UEFI-bootable touch paint app. +* [rafaelbreno/zig-os](https://github.com/rafaelbreno/zig-os) - A simple OS following Philipp Oppermann's posts "Writing an OS in Rust". * [SamTebbs33/pluto](https://github.com/SamTebbs33/pluto) - An x86 kernel. * [sjdh02/trOS](https://github.com/sjdh02/trOS) - Tiny aarch64 baremetal OS thingy. * [tralamazza/embedded_zig](https://github.com/tralamazza/embedded_zig) - Minimal embedded ARM example (STM32F103 blue pill).