Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 765 Bytes

README.adoc

File metadata and controls

44 lines (29 loc) · 765 Bytes

FleakOS - Kernel

The Kernel of FleakOS is inspired by OpenBSD

image
  • Goals :

    • ✓ - be simple and easy to read

    • ✓ - only for study

    • ✓ - a simple bootloader

    • ✓ - gdt and idt entry

    • ✓ - irq’s and irs

    • ❏ - run on bare metal

    • - less lines as possible

  • Dependencies :

    • xorriso

    • gcc-multilib

    • nasm

    • qemu-system-x86

    • grub-common

  • Not our Goals :

    • Be huge and extensible

    • Remenber that this project is a "toyOS"

    • We are not building this for use in production

    • Maybe this OS only do very basic stuff

How to contribuite to us :