Soaplin is a Limine-powered and UNIX-like operating system kernel mainly built for amd64.
Find a file
2025-06-02 21:06:37 +02:00
kernel main: remove references to APIC 2025-06-02 21:06:37 +02:00
.gitignore kernel: whatever changes i didn't keep track of lol 2025-06-01 22:45:43 +02:00
GNUmakefile kernel: whatever changes i didn't keep track of lol 2025-06-01 22:45:43 +02:00
LICENSE kernel: whatever changes i didn't keep track of lol 2025-06-01 22:45:43 +02:00
limine.conf kernel: whatever changes i didn't keep track of lol 2025-06-01 22:45:43 +02:00
README.md kernel: whatever changes i didn't keep track of lol 2025-06-01 22:45:43 +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
  • ACPI & MADT
  • IOAPIC / LAPIC

To do

  • SMP
  • Multithreaded scheduler
  • VFS
  • Tar file system