A minimalist kernel project written from scratch for learning and experimentation.
- Basic kernel functionalities
- Custom build system
- Lightweight design
git clone https://github.com/NopAngel/bear && cd bear # Debian -> sudo apt install binutils nasm # Arch -> sudo pacman -S binutils nasm # Fedora -> sudo dnf i binutils nasm # For Windows use WSL2 or VMBox. make compile && make iso The LICENSE is APACHE 2.0 (Open Source), Author: NopAngel