Initial commit. We have a booting kernel

This commit is contained in:
Bananymous
2022-11-12 21:04:47 +02:00
commit e6b4866ab0
36 changed files with 691 additions and 0 deletions

3
kernel/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
*.d
*.kernel
*.o