diff options
Diffstat (limited to 'arch/x86_64/support')
| -rw-r--r-- | arch/x86_64/support/grub.cfg.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86_64/support/grub.cfg.in b/arch/x86_64/support/grub.cfg.in new file mode 100644 index 0000000..86674dd --- /dev/null +++ b/arch/x86_64/support/grub.cfg.in @@ -0,0 +1,7 @@ +timeout=2 +default=0 + +menuentry "TeachOS" { + multiboot2 /$<TARGET_FILE_NAME:teachos::kernel> + boot +}
\ No newline at end of file |
