aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86_64/grub.cfg
diff options
context:
space:
mode:
authorXander <xander@icth.xyz>2023-06-28 17:20:46 +0200
committerXander <xander@icth.xyz>2023-06-28 17:20:46 +0200
commitb83b28b21571f9b1fadd251295f5ca03d9dfedc7 (patch)
tree0de3d841a23358aedc706fdedc35fec7ff4e773a /src/arch/x86_64/grub.cfg
parentebc6738ad4265db0b2b8d1b5c653d8f9597ff335 (diff)
downloadats-os-b83b28b21571f9b1fadd251295f5ca03d9dfedc7.tar.xz
ats-os-b83b28b21571f9b1fadd251295f5ca03d9dfedc7.zip
Booting to protected mode
Diffstat (limited to 'src/arch/x86_64/grub.cfg')
-rw-r--r--src/arch/x86_64/grub.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/arch/x86_64/grub.cfg b/src/arch/x86_64/grub.cfg
new file mode 100644
index 0000000..7c34c9c
--- /dev/null
+++ b/src/arch/x86_64/grub.cfg
@@ -0,0 +1,7 @@
+set timeout=0
+set default=0
+
+menuentry "ats-os" {
+ multiboot2 /boot/kernel.bin
+ boot
+}