Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orangot/fozos
x64 os made with limine in zig
https://github.com/orangot/fozos
limine osdev x64 zig
Last synced: about 2 months ago
JSON representation
x64 os made with limine in zig
- Host: GitHub
- URL: https://github.com/orangot/fozos
- Owner: OranGot
- Created: 2024-12-02T08:38:27.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T20:57:37.000Z (about 2 months ago)
- Last Synced: 2024-12-18T21:36:26.871Z (about 2 months ago)
- Topics: limine, osdev, x64, zig
- Language: Zig
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FOZOS
## A tiny bit of history
This is my third operating system. It is a rewrite of my previous one(OranGOS) to zig and x64
with limine bootloader
## What is this for?
I am developing FOZOS as a hobby project, however I will put as much effort as
I can into developing this.
## Features implimented:
1. TTY
2. debug printing
## Build
1. To build FOZOS first you must have these dependencies: make, zig(0.13.0), qemu, git, sgdisk, nasm
2. run make in the root of the project
3. That's it! project will now build for x64 which is the only currently supported architecture
and it will also be run in qemu.