Added grub.cfg to version control
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -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/
|
||||
4
rootfs/boot/grub/grub.cfg
Normal file
4
rootfs/boot/grub/grub.cfg
Normal file
@@ -0,0 +1,4 @@
|
||||
menuentry "Quark OS" {
|
||||
multiboot2 /apps/quark-kernel
|
||||
module2 /apps/test
|
||||
}
|
||||
Reference in New Issue
Block a user