Added grub.cfg to version control
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -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/
|
||||||
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