Skip to content

NopAngel/bear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BearOS 🐻

A minimalist kernel project written from scratch for learning and experimentation.

📦 Features

  • Basic kernel functionalities
  • Custom build system
  • Lightweight design

🛠️ Build & Run

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

📜 License

The LICENSE is APACHE 2.0 (Open Source), Author: NopAngel