KB9 / Kyber

A simple x86 operating system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kyber

A simple x86 operating system

Requirements

  • Bochs IA-32 PC Emulator
  • NASM x86 assembler
  • Make
  • GCC

Running

Navigate into the root directory and type the command make run. When the Bochs window opens, type c in terminal to start the OS.

About

A simple x86 operating system


Languages

Language:C++ 80.4%Language:Assembly 14.2%Language:Makefile 5.0%Language:C 0.5%