Matt8898 / Takao

A kernel made with love, and lots of D.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Takao

forthebadge

A kernel, written in D with tons of love and cat pics.

Building the source code

Make sure you have installed:

  • git.
  • ldc, a LLVM based D compiler.
  • lld, the LLVM project linker.
  • clang.
  • make.

With all of that covered, just clone the source with git if you don't have it already with:

git clone https://github.com/Takao-OS/Takao.git
cd Takao

To build the kernel, it is enough with a simple make, add flags as needed. To test, run make test.

About

A kernel made with love, and lots of D.

License:GNU General Public License v2.0


Languages

Language:D 94.9%Language:Assembly 2.9%Language:Makefile 2.2%