1
0
Fork
You've already forked fenix
0
A simple DOS-like one-task operational system
  • Zig 99.1%
  • Shell 0.9%
2026年01月09日 00:15:03 -03:00
scripts chore: Initial commit 2025年11月07日 23:28:05 -03:00
src refactor: remove the unused interpreter module 2025年12月09日 12:16:27 -03:00
.gitignore chore: Initial commit 2025年11月07日 23:28:05 -03:00
build.zig chore: Initial commit 2025年11月07日 23:28:05 -03:00
build.zig.zon build: change zig zon fingerprint 2025年11月07日 23:35:38 -03:00
LICENSE chore: Add acknowledgment to "wiki.osdev.org" and change LICENSE to 2026年01月09日 00:15:03 -03:00
README.md chore: Add acknowledgment to "wiki.osdev.org" and change LICENSE to 2026年01月09日 00:15:03 -03:00

Fenix - A very simple osDev project

It's a DOS-like one-task operational system for i386 processors. The fenix is based on the OsDev Wiki, so, all credits is dedicated to them that help many os-developers to understand and create their own operational systems. Thanks guys from OsDev!

Zig build

The build.zig has two steps: mkiso and run (not mention to install artifact step)

Step What does? Depends on
install Build the kernel Nothing
mkiso Make the fenix.iso with grub bootloader Nothing
run Run the fenix.iso on the qemu mkiso

Shell commands

Command Usage
clear Clear console and reset the shell
echo Print a message on console
date Give the current date and schedule

License

Fenix is a Public Domain software, so, everyone can do what they wanna with the code.