/* * The Soaplin Kernel * Copyright (C) 2025 The SILD Project * * config.h - Kernel configuration definitions. */ #pragma once #define KERNEL_NAME "Soaplin" #define KERNEL_VER "0.0.1"