Feat: Initital beggining of a CLI

This commit is contained in:
AfonsoCMSousa
2025-11-25 21:03:44 +00:00
parent b619b9ed1d
commit 403face1e6
3 changed files with 41 additions and 14 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef KERNEL_H
#define KERNEL_H
#define __KERNEL_VERSION "0.1.0-alpha"
#define __KERNEL_NAME "SoraOS"
#endif