feat(kernel/syscalls): implement uname syscall

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-03-10 22:38:52 +00:00
parent fc43512c75
commit 9f393754f6
6 changed files with 132 additions and 2 deletions

View File

@ -9,6 +9,6 @@
#define __kernel__ 1
#define KERNEL_NAME "Fennix"
#define KERNEL_ARCH "amd64"
#define KERNEL_VERSION "1.0"
#define KERNEL_VERSION "1.0.0"
#define GIT_COMMIT "0000000000000000000000000000000000000000"
#define GIT_COMMIT_SHORT "0000000"