11 lines
No EOL
193 B
C
Executable file
11 lines
No EOL
193 B
C
Executable file
/*
|
|
* 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" |