https://github.com/reesmichael1/wrangell
Zig OS kernel
https://github.com/reesmichael1/wrangell
Last synced: 12 months ago
JSON representation
Zig OS kernel
- Host: GitHub
- URL: https://github.com/reesmichael1/wrangell
- Owner: reesmichael1
- License: gpl-3.0
- Created: 2025-02-14T16:53:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-30T17:16:18.000Z (about 1 year ago)
- Last Synced: 2025-06-15T02:43:36.335Z (about 1 year ago)
- Language: Zig
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wrangell
A simple (x86 only, for now, with eventual hopes for ARM and RISCV) kernel written in Zig.
## Supported Hardware
So far, `wrangell` has only been tested in QEMU and Bochs.
## Attributions
I lifted a substantial amount of the initial design from [Pluto](https://github.com/ZystemOS/pluto), with other important mentions for [Loup](https://codeberg.org/loup-os/kernel) and [kernel-zig](https://github.com/jzck/kernel-zig.git).
## The name
The different OS layers will be named after U.S. National Parks. The kernel is named after Wrangell-St. Elias in Alaska, which is a fitting name because the kernel's job is to "wrangle" hardware.