aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86_64/grub.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86_64/grub.cfg')
-rw-r--r--src/arch/x86_64/grub.cfg7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/arch/x86_64/grub.cfg b/src/arch/x86_64/grub.cfg
deleted file mode 100644
index 7c34c9c..0000000
--- a/src/arch/x86_64/grub.cfg
+++ /dev/null
@@ -1,7 +0,0 @@
-set timeout=0
-set default=0
-
-menuentry "ats-os" {
- multiboot2 /boot/kernel.bin
- boot
-}