Minimal viable kernel
This commit is contained in:
commit
e4d9be3aa7
5 changed files with 166 additions and 0 deletions
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue