No description
  • C 84.1%
  • Assembly 8.9%
  • Shell 5.4%
  • Makefile 1.6%
Find a file
2026-03-23 11:19:47 -04:00
images
src
install.sh Update install.sh 2026-03-23 11:19:47 -04:00
Makefile
README.md riedmee 2026-03-23 10:14:48 -04:00

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)
  • 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)

Photos/Appreciation

Grub 2.12/Choose Booting Sector

Grub 2.12

System

AirKernel