Soaplin is a Limine-powered and UNIX-like operating system kernel mainly built for amd64.
deprecated | ||
kernel | ||
testing | ||
util | ||
.gitignore | ||
compile_commands.json | ||
elf.h | ||
GNUmakefile | ||
LICENSE | ||
limine.conf | ||
README.md |
Soaplin
The Soaplin kernel is a new Unix-like operating system kernel.
Features
- x86_64 support (kinda)
- Memory management (VMM/PMM)
- Simple pre-emptive scheduler
- Ring 3 (user mode) support
To come
- RTC support
- ELF loader
- Virtual File System
- EXT2 driver
- FAT32 driver
- CPIO-based init ram disk
- Video driver for Bochs graphics adapter, and the VMware display adapter.
- FPU support