aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2022-08-02 20:03:43 +0300
committeraqua <aqua@iserlohn-fortress.net>2022-08-12 10:14:00 +0300
commit18a13ef9e1f494cc4ee765ed1cacea894c5c3823 (patch)
tree5824fc9ab4eed76abb7f18d8f1a6560a0b18d58a /src
parentAdd libk tests (diff)
downloadkernel-18a13ef9e1f494cc4ee765ed1cacea894c5c3823.tar.xz
Add LICENSE.md
Diffstat (limited to 'src')
-rw-r--r--src/kernel.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/kernel.c b/src/kernel.c
index b9a6bdf..b652c23 100644
--- a/src/kernel.c
+++ b/src/kernel.c
@@ -1,3 +1,9 @@
+//=====================================================================
+// glitch kernel
+// spdx-license-identifier: ISC
+// description: kernel entry point
+//=====================================================================
+
#include "mem.h"
#include <gdt.h>