This commit is contained in:
Faynot
2026-03-27 14:06:30 +03:00
commit aa357b6198
10 changed files with 654 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
/limine
/ovmf
*.iso
*.hdd
/target
**/*.rs.bk
**/*.rlib
**/Cargo.lock
/kernel/build.rs
/kernel/linker-*.ld
/kernel/*.o
/kernel/*.elf
/kernel/*.bin
*.swp
*.swo
*.DS_Store
*.idea/
*.vscode/