From a5a1c6c55aeb9db352d116806ab01477e6dec344 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 7 Oct 2023 15:49:43 +0200 Subject: x86_64: add support for bootable image generation --- source/kernel/arch/x86_64/support/grub.cfg.in | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 source/kernel/arch/x86_64/support/grub.cfg.in (limited to 'source/kernel/arch/x86_64/support') 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 /$ + boot +} \ No newline at end of file -- cgit v1.2.3