diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2022-04-29 21:22:24 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2022-04-29 21:22:24 -0400 |
commit | e5a5b64c61de0b687b465fb19d8f0208df7cc14e (patch) | |
tree | 00d8967a3cf7506e37d969e484a200b68c63b2c8 /floppy/BOOT/GRUB | |
parent | 700a1b10b3a9d021b6a02d0f837ddfde52578634 (diff) |
add complete build system
Diffstat (limited to 'floppy/BOOT/GRUB')
-rw-r--r-- | floppy/BOOT/GRUB/menu.lst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/floppy/BOOT/GRUB/menu.lst b/floppy/BOOT/GRUB/menu.lst deleted file mode 100644 index 4e1a315..0000000 --- a/floppy/BOOT/GRUB/menu.lst +++ /dev/null @@ -1,9 +0,0 @@ -default 0 -root (fd0) - -title Clyne/Linux -kernel /boot/bzImage root=/dev/ram0 rw vga=788 - -title Reboot -reboot - |