Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 2.03 KB

README.md

File metadata and controls

62 lines (48 loc) · 2.03 KB

Operating System Project

OSeKAI logo

git-workflow discord server download count

An experimental OS project based on limine bootloader written in C & Assembly.

Todo list

  • Terminals & Framebuffers
  • GDT
  • IDT
  • PIC
  • PMM
  • VMM
    • PIT
    • Keyboard
    • Mouse
  • BSOD screen

OSeKAI-Keyboard


How to compile & run?

Currently tested and work with Linux or WSL, it may be possible with Visual Studio on Windows but i haven't tried it.

requirements

Clone the project

git clone https://github.com/Fastering18/OSeKAI
cd OSeKAI

Compile with make

make all

Run the ISO

bash run.sh

That's all of compiling the code! you can also check for latest ISO file release here.


Join our conversation here to get help Discord Server