Added grub.cfg to version control

This commit is contained in:
2020-07-17 10:05:46 -05:00
parent 0bb65f2d94
commit b743d83563
2 changed files with 7 additions and 3 deletions

6
.gitignore vendored
View File

@@ -1,5 +1,7 @@
quark.iso
quark-kernel
*.a
*.o
autom4te.cache/
.deps
@@ -18,9 +20,7 @@ Makefile.in
missing
stamp-h1
*.Po
*.a
*.o
*~
rootfs/
rootfs/apps
test/

View File

@@ -0,0 +1,4 @@
menuentry "Quark OS" {
multiboot2 /apps/quark-kernel
module2 /apps/test
}