aboutsummaryrefslogtreecommitdiff
path: root/source/kernel/arch/x86_64/support
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2023-10-07 15:49:43 +0200
committerFelix Morgner <felix.morgner@ost.ch>2023-10-07 15:49:43 +0200
commita5a1c6c55aeb9db352d116806ab01477e6dec344 (patch)
tree66949b7ac2da113db764dc9f10d66ee00aa29a39 /source/kernel/arch/x86_64/support
parent60f8108324dcc3859640799168fb33ea865cf815 (diff)
downloadteachos-a5a1c6c55aeb9db352d116806ab01477e6dec344.tar.xz
teachos-a5a1c6c55aeb9db352d116806ab01477e6dec344.zip
x86_64: add support for bootable image generation
Diffstat (limited to 'source/kernel/arch/x86_64/support')
-rw-r--r--source/kernel/arch/x86_64/support/grub.cfg.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/kernel/arch/x86_64/support/grub.cfg.in b/source/kernel/arch/x86_64/support/grub.cfg.in
new file mode 100644
index 0000000..49f19ce
--- /dev/null
+++ b/source/kernel/arch/x86_64/support/grub.cfg.in
@@ -0,0 +1,7 @@
+timeout=2
+default=0
+
+menuentry "TeachOS" {
+ multiboot2 /$<TARGET_FILE_NAME:kernel>
+ boot
+} \ No newline at end of file