diff options
| author | Alexey Gavrilov <rebovas@yahoo.com> | 2023-08-08 18:38:07 +0700 |
|---|---|---|
| committer | Alexey Gavrilov <rebovas@yahoo.com> | 2023-08-08 18:38:07 +0700 |
| commit | 06d05938cc828901703112b99740c2e90a392b88 (patch) | |
| tree | 665168f9bf0ec29378e954e625bf5dbbf7475371 /iso | |
First commit
Diffstat (limited to 'iso')
| -rw-r--r-- | iso/boot/grub/grub.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
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 +} |
