diff options
| author | Tianhao Wang <shrik3@riseup.net> | 2023-03-10 19:26:31 +0100 |
|---|---|---|
| committer | Tianhao Wang <shrik3@riseup.net> | 2023-03-10 19:26:31 +0100 |
| commit | 29e28bc9c67378d0d9a7174dec6a0b541fb7f4d5 (patch) | |
| tree | ff9cd708e41ffb7f3b84347d404ffde758c18ab5 /isofiles/boot/grub | |
| parent | 285508a3c9c2fa35b608e3a561f0c7a63cfacf62 (diff) | |
a minimal working demo on bare metal
Diffstat (limited to 'isofiles/boot/grub')
| -rw-r--r-- | isofiles/boot/grub/grub.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
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 +} |
