/derpos

Learning project for OS Development book (see read me). Written in ASM + C, uses grub bootloader and Bochs for emulation.

Primary LanguageC

DerpOS

This is just me testing this book: https://littleosbook.github.io

Prerequisites:

  • Bochs
  • A GCC compiler, NASM and be able to execute makefiles
  • global-6.4

Install Prerequisites:

  • On Ubuntu/Debian, run instDepends.sh with sudo

Features:

  • Can write text to screen, handles line breaks
  • Screen clear to color
  • Console background color
  • More in development