n-92 / rock

a 64 bit OS made for fun and learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rock

This is a simple multicore operating system that is made for fun

Features

  • x86_64 kernel
    • PMM
    • VMM
    • SMP
    • APIC
    • preemptive multicore scheduler
    • ext2 FS
  • Basic drivers
    • keyboard (ps2)
    • mouse (ps2)
    • ahci
    • pci
  • GUI
    • cursor
    • clickable widgets
    • wallpaper
    • panel

Demo

Contributing

Contributors are very welcome, just make sure to use the same code style as me :^)

About

a 64 bit OS made for fun and learning

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 84.0%Language:Objective-C 6.0%Language:C 4.5%Language:Assembly 3.6%Language:Makefile 1.9%