Minimal viable kernel

This commit is contained in:
Imbus 2025-06-26 02:43:43 +02:00
commit e4d9be3aa7
5 changed files with 166 additions and 0 deletions

22
.gitignore vendored Normal file
View file

@ -0,0 +1,22 @@
*~
_*
*.o
*.d
*.asm
*.sym
*.img
*.elf
vectors.S
bootblock
entryother
initcode
initcode.out
kernelmemfs
mkfs
kernel/kernel
user/usys.S
.gdbinit
.vscode
.cache
compile_commands.json
tags