Soaplin is a Limine-powered and UNIX-like operating system kernel mainly built for amd64.
Find a file
RaphProductions 16246cc167 mm: Changes
+ vmm: Rename to "paging"
+ vma: Start implementation
2025-05-19 07:25:31 +02:00
kernel mm: Changes 2025-05-19 07:25:31 +02:00
.gitignore kernel: Rewrite from scratch since the current thing is held by duct tape (lmao) 2025-05-18 09:04:25 +02:00
GNUmakefile kernel: Rewrite from scratch since the current thing is held by duct tape (lmao) 2025-05-18 09:04:25 +02:00
LICENSE kernel: Rewrite from scratch since the current thing is held by duct tape (lmao) 2025-05-18 09:04:25 +02:00
limine.conf kernel: Rewrite from scratch since the current thing is held by duct tape (lmao) 2025-05-18 09:04:25 +02:00
README.md mm: Changes 2025-05-19 07:25:31 +02:00

Soaplin (rewrite)

This is a carefully rewritten version of Soaplin, that should be held with super glue instead of 0.99$ duct tape bought on TEMU.

Features

  • Support for compiling the kernel on armv8, RISC-V, and LoongArch64 (even though the kernel doesn't do anything on these architectures)
  • Free list PMM with lazy loading
  • x86_64 paging