Soaplin is a Limine-powered and UNIX-like operating system kernel mainly built for amd64.
Find a file
2025-05-09 15:07:22 +02:00
deprecated term: depreciate rt, and switch to flanterm 2025-05-08 21:57:31 +02:00
kernel try to fix page fault 2025-05-09 15:07:22 +02:00
testing try to fix page fault 2025-05-09 15:07:22 +02:00
util try to fix page fault 2025-05-09 15:07:22 +02:00
.gitignore delete leftovers 2025-05-06 20:21:28 +02:00
compile_commands.json first commit 2025-05-06 20:19:48 +02:00
elf.h elf: start writing elf loader 2025-05-08 15:17:13 +02:00
GNUmakefile term: depreciate rt, and switch to flanterm 2025-05-08 21:57:31 +02:00
LICENSE kernel: some random modifications 2025-05-07 22:12:35 +02:00
limine.conf elf: start writing elf loader 2025-05-08 15:17:13 +02:00
README.md readme: update to reflect repo changes 2025-05-09 12:20:52 +02:00

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