Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 316 Bytes

File metadata and controls

28 lines (26 loc) · 316 Bytes

PyramidKernel

Just a simple kernel.

Build requirements

In order to build PyramidKernel, make sure to have the following installed:

  • git
  • bash
  • make
  • GCC
  • nasm
  • QEMU (to test it)

Build

./build.sh

Compile to ISO

make

Run in QEMU:

make run

Bochs

make bochs