d-r-q / kakos

Simple operating system, written using training manual. Just for fun (c)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kakos

Simple operating system, written using training manual. Just for fun (c).

Used training manual is "Writing a Simple Operating System - from Scratch" by Nick Blundell, School of Computer Science, Universtiy of Birmingham, UK

kakos stands for КАК написать Операционную Систему (HOW to write Operating System)

How to run

  • Install bochs (sudo apt install bochs bochs-x)
  • Execute make run
  • Press enter (it's selects default option #6 "Begin simulation")
  • Press 'c' (it's starts image execution simulation)

About

Simple operating system, written using training manual. Just for fun (c)


Languages

Language:Assembly 94.2%Language:Makefile 3.1%Language:C 2.8%