From 29e28bc9c67378d0d9a7174dec6a0b541fb7f4d5 Mon Sep 17 00:00:00 2001 From: Tianhao Wang Date: Fri, 10 Mar 2023 19:26:31 +0100 Subject: a minimal working demo on bare metal --- isofiles/boot/grub/grub.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 isofiles/boot/grub/grub.cfg (limited to 'isofiles/boot') diff --git a/isofiles/boot/grub/grub.cfg b/isofiles/boot/grub/grub.cfg new file mode 100644 index 0000000..2fc735b --- /dev/null +++ b/isofiles/boot/grub/grub.cfg @@ -0,0 +1,8 @@ +set timeout=0 +set default=0 + +menuentry "OOStuBS" { + insmod all_video + multiboot /boot/kernel + boot +} -- cgit v1.2.3-70-g09d2