Lanskern is a minimal kernel written in C. It's a hobby project. Currently it's in very early development. More features will be added in the future. The kernel comes with a fork of ManuOS.
- gcc
- make
- NASM
- Linux based OS
- QEMU
- grub
- Type
makein the terminal. This builds the kernel to anLanskern.isofile and launches it in QEMU.
syswrite32(char *buf, int len): Write a string to the screensysread32(char *buf, int len, int echo): Read a string from the screensysreade32(char *buf, int len, int echo): Read a string from the screen until enter is pressedsysrestart32(): Restart the kernel