Thanks to visit codestin.com
Credit goes to github.com

Skip to content

caglaroflazoglu/PyramidKernel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Just a simple kernel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 86.0%
  • Python 6.5%
  • Assembly 5.4%
  • Makefile 1.7%
  • Shell 0.4%