aboutsummaryrefslogtreecommitdiffstats
path: root/floppy
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2022-04-29 21:22:24 -0400
committerClyne Sullivan <clyne@bitgloo.com>2022-04-29 21:22:24 -0400
commite5a5b64c61de0b687b465fb19d8f0208df7cc14e (patch)
tree00d8967a3cf7506e37d969e484a200b68c63b2c8 /floppy
parent700a1b10b3a9d021b6a02d0f837ddfde52578634 (diff)
add complete build system
Diffstat (limited to 'floppy')
-rw-r--r--floppy/BOOT/GRUB/menu.lst9
-rw-r--r--floppy/BOOT/busybozbin414220 -> 0 bytes
-rw-r--r--floppy/BOOT/bzImagebin934800 -> 0 bytes
-rw-r--r--floppy/boot/lilo.conf11
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
deleted file mode 100644
index 07583f8..0000000
--- a/floppy/BOOT/busyboz
+++ /dev/null
Binary files differ
diff --git a/floppy/BOOT/bzImage b/floppy/BOOT/bzImage
deleted file mode 100644
index b803af2..0000000
--- a/floppy/BOOT/bzImage
+++ /dev/null
Binary files differ
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"