diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2022-04-20 23:03:00 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2022-04-20 23:03:00 -0400 |
commit | 700a1b10b3a9d021b6a02d0f837ddfde52578634 (patch) | |
tree | 7f4e7164bd747d490a7663e324b9ec4eecfa4900 /floppy/BOOT/GRUB | |
parent | 3d25ee9a165c3962473194c6c0e913fbbeb7045e (diff) |
initial commit
Diffstat (limited to 'floppy/BOOT/GRUB')
-rw-r--r-- | floppy/BOOT/GRUB/menu.lst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/floppy/BOOT/GRUB/menu.lst b/floppy/BOOT/GRUB/menu.lst new file mode 100644 index 0000000..4e1a315 --- /dev/null +++ b/floppy/BOOT/GRUB/menu.lst @@ -0,0 +1,9 @@ +default 0 +root (fd0) + +title Clyne/Linux +kernel /boot/bzImage root=/dev/ram0 rw vga=788 + +title Reboot +reboot + |