diff options
Diffstat (limited to 'floppy')
-rw-r--r-- | floppy/BOOT/GRUB/menu.lst | 9 | ||||
-rw-r--r-- | floppy/BOOT/busyboz | bin | 414220 -> 0 bytes | |||
-rw-r--r-- | floppy/BOOT/bzImage | bin | 934800 -> 0 bytes | |||
-rw-r--r-- | floppy/boot/lilo.conf | 11 |
4 files changed, 11 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 - diff --git a/floppy/BOOT/busyboz b/floppy/BOOT/busyboz Binary files differdeleted file mode 100644 index 07583f8..0000000 --- a/floppy/BOOT/busyboz +++ /dev/null diff --git a/floppy/BOOT/bzImage b/floppy/BOOT/bzImage Binary files differdeleted file mode 100644 index b803af2..0000000 --- a/floppy/BOOT/bzImage +++ /dev/null diff --git a/floppy/boot/lilo.conf b/floppy/boot/lilo.conf new file mode 100644 index 0000000..8a5e3d8 --- /dev/null +++ b/floppy/boot/lilo.conf @@ -0,0 +1,11 @@ +disk=/dev/loop0 +bios=0 +sectors=18 +heads=2 +cylinders=80 +backup=/dev/null +install=text +compact +image=/boot/bzImage +label=linux +append="root=/dev/ram0 rw" |