Updated files

This commit is contained in:
Alex
2022-09-29 02:07:21 +03:00
parent b766196550
commit 884b50a351
24 changed files with 4254 additions and 4 deletions

7
tools/grub.cfg Normal file
View File

@ -0,0 +1,7 @@
set default=0
set timeout=0
menuentry "Fennix" {
multiboot2 /kernel.fsys
boot
}