Takao

A kernel made with love, and lots of D.
Alternatives To Takao
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Simplefs827
3 years ago2otherC
A simple, kernel-space, on-disk filesystem from the scratch
Onyx The Black Cat205
6 months ago4C
Kernel extension to disable anti-debug tricks and other useful XNU "features"
Meetup53
4 years agoHTML
Cat System Workshop is a regular meet-up focusing on “system software”. We would like to gather all developers to share their experience regarding system software and learn from each other, making system software more perfect and complete!
Lkl41
6 years agoShell
Linux Kernel Library for speed up
Sipodev19
4 years ago3C
Patch for the SIPODEV SP1064 touchpad
Takao14
2 years agogpl-3.0D
A kernel made with love, and lots of D.
Linux9
3 years ago1otherC
PLEASE NOTE: L3CAT/CDP, L2 CAT, CQM, MBM, and MBA are all in upstream kernel already. Please refer to upstream kernel for all future development, test, and usage. This tree will be not maintained for RDT features any more.
Tinyos8
5 years agomitC
A simple operating system on x86
Kittykernel6
5 years agogpl-3.0Python
Kittykernel - Maow all your kernel needs
Dogs_vs_cats5
7 years agoJupyter Notebook
Alternatives To Takao
Select To Compare


Alternative Project Comparisons
Readme

Takao

Banner

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

You can follow the development and meet the team at the official discord server (We have more seal pictures).

Building the source code

Make sure you have installed:

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

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

An example for a release build some appropiate flags would be make DFLAGS='-O -release -inline -flto=full' LDFLAGS='-O3', while the default flags are suited for debug/development builds, architecture target can also be chosen with the Makefile's ARCH variable.

Projects and documents used as reference and help

Popular Kernel Projects
Popular Cats Projects
Popular Operating Systems Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Kernel
Cats
Dlang
Flags
Llvm
Linker