summaryrefslogtreecommitdiff
path: root/src/grub.cfg
diff options
context:
space:
mode:
authorBenji Dial <Benji3.141@gmail.com>2019-12-25 11:49:06 -0500
committerBenji Dial <Benji3.141@gmail.com>2019-12-25 11:49:06 -0500
commit2b7b69e1ffd00aefa60d73a5af3bacc1c803a930 (patch)
tree3773bc2c0dddf2e559a5008409e0ea87c3a7ca98 /src/grub.cfg
parent75207f727582b8c2350f0e9cd539e119586fe19a (diff)
downloadportland-os-2b7b69e1ffd00aefa60d73a5af3bacc1c803a930.tar.gz
more progress
Diffstat (limited to 'src/grub.cfg')
-rw-r--r--src/grub.cfg3
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