Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 636 Bytes

File metadata and controls

25 lines (18 loc) · 636 Bytes

Feather OS

Hobby x86-64 bit operating system with the purpose of learning about kernel and operating system development.

Tech stack

  • Compiler g++
  • Language: ASM, C, C++
  • Build system: CMAKE
  • Bootloader: Limine
  • Emulator: QEMU

Development

  1. Clone the project git clone https://github.com/marksinkovics/FeatherOS.git
  2. Build the project with all components ./build.sh all In the case of successful build the script will run the build kernel in QEMU
  3. Run the built kernel in QEMU ./build.sh run

Screenshot

Feather OS