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.iso
quark-kernel quark-kernel
*.a
*.o
autom4te.cache/ autom4te.cache/
.deps .deps
@@ -18,9 +20,7 @@ Makefile.in
missing missing
stamp-h1 stamp-h1
*.Po *.Po
*.a
*.o
*~ *~
rootfs/ rootfs/apps
test/ test/

View File

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