No description
- C 84.1%
- Assembly 8.9%
- Shell 5.4%
- Makefile 1.6%
| images | ||
| src | ||
| install.sh | ||
| Makefile | ||
| README.md | ||
airkernel
Documentation
An Experimental system moved with architecture of x86. Runs with atleast >500MB of ram.
Installation
git clone https://code.chipmunk.land/homueicon/operating-system
cd operating-system
make clean
make
make install-deps
make run
Requirements
Make sure you have these installed before building:
- GCC or CLang
- make
- Ld (linker)
- nasm (or yasm)
- qemu-system-x86_64 (i recommend qemu for x86)
Optional (recommended)
- GDB (debugging)
- Grub Tools (bootloader support)
- xorrISO (ISO building)
Environment
For the environment i recommend Linux/WSL. This uses Bash so its gonna be more familiarized.
Observation
This is just an experimental OS, dont expect much because:
- low-level code
- kernel experiments
- bugs (probably a lot)