From 06d05938cc828901703112b99740c2e90a392b88 Mon Sep 17 00:00:00 2001 From: Alexey Gavrilov Date: Tue, 8 Aug 2023 18:38:07 +0700 Subject: First commit --- iso/boot/grub/grub.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 iso/boot/grub/grub.cfg (limited to 'iso/boot/grub') diff --git a/iso/boot/grub/grub.cfg b/iso/boot/grub/grub.cfg new file mode 100644 index 0000000..fd0f925 --- /dev/null +++ b/iso/boot/grub/grub.cfg @@ -0,0 +1,3 @@ +menuentry "myos" { + multiboot /os/kernel.bin +} -- cgit v1.2.3