diff options
Diffstat (limited to 'src/grub.cfg')
-rw-r--r-- | src/grub.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/grub.cfg b/src/grub.cfg new file mode 100644 index 0000000..ccc1e7c --- /dev/null +++ b/src/grub.cfg @@ -0,0 +1,3 @@ +menuentry "portland" { + multiboot2 /boot/kernel.elf +}
\ No newline at end of file |