summaryrefslogtreecommitdiffstats
path: root/kernel/kernel.c
diff options
context:
space:
mode:
authorAlexey Gavrilov <rebovas@yahoo.com>2023-08-08 18:38:07 +0700
committerAlexey Gavrilov <rebovas@yahoo.com>2023-08-08 18:38:07 +0700
commit06d05938cc828901703112b99740c2e90a392b88 (patch)
tree665168f9bf0ec29378e954e625bf5dbbf7475371 /kernel/kernel.c
First commit
Diffstat (limited to 'kernel/kernel.c')
-rw-r--r--kernel/kernel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/kernel.c b/kernel/kernel.c
new file mode 100644
index 0000000..1d734c9
--- /dev/null
+++ b/kernel/kernel.c
@@ -0,0 +1,4 @@
+int main()
+{
+ return 0;
+};