Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 369 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 369 Bytes

A basic operating system with :

  • a video controler to show text on a console
  • a PS2 keyboard reader

To compile it : make

make run-bin to run from qemu make build-iso to build an iso file with grub. It needs xorriso. make run-iso launch qemu with iso file as a CDROM.

#I'm trying to understand this code: Mauricio

Writing here to just waiting for a merge conflict