diff options
author | Xander <xander@icth.xyz> | 2023-06-28 21:56:30 +0200 |
---|---|---|
committer | Xander <xander@icth.xyz> | 2023-06-28 21:56:30 +0200 |
commit | 448ecd41edd95b86930b5ac7288f2ea9311d476c (patch) | |
tree | 64106ce37ea5c6067835ce747dd650a5e01a4c1e /arch/x86_64/boot/grub.cfg | |
parent | fd86b8a4769860f22fc04ce3b80510d809f68d3c (diff) | |
download | ats-os-448ecd41edd95b86930b5ac7288f2ea9311d476c.tar.xz ats-os-448ecd41edd95b86930b5ac7288f2ea9311d476c.zip |
Reorganizing
Diffstat (limited to 'arch/x86_64/boot/grub.cfg')
-rw-r--r-- | arch/x86_64/boot/grub.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86_64/boot/grub.cfg b/arch/x86_64/boot/grub.cfg new file mode 100644 index 0000000..7c34c9c --- /dev/null +++ b/arch/x86_64/boot/grub.cfg @@ -0,0 +1,7 @@ +set timeout=0 +set default=0 + +menuentry "ats-os" { + multiboot2 /boot/kernel.bin + boot +} |