aboutsummaryrefslogtreecommitdiffstats
path: root/floppy/BOOT
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2022-04-20 23:03:00 -0400
committerClyne Sullivan <clyne@bitgloo.com>2022-04-20 23:03:00 -0400
commit700a1b10b3a9d021b6a02d0f837ddfde52578634 (patch)
tree7f4e7164bd747d490a7663e324b9ec4eecfa4900 /floppy/BOOT
parent3d25ee9a165c3962473194c6c0e913fbbeb7045e (diff)
initial commit
Diffstat (limited to 'floppy/BOOT')
-rw-r--r--floppy/BOOT/GRUB/menu.lst9
-rw-r--r--floppy/BOOT/busybozbin0 -> 414220 bytes
-rw-r--r--floppy/BOOT/bzImagebin0 -> 934800 bytes
3 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
+
diff --git a/floppy/BOOT/busyboz b/floppy/BOOT/busyboz
new file mode 100644
index 0000000..07583f8
--- /dev/null
+++ b/floppy/BOOT/busyboz
Binary files differ
diff --git a/floppy/BOOT/bzImage b/floppy/BOOT/bzImage
new file mode 100644
index 0000000..b803af2
--- /dev/null
+++ b/floppy/BOOT/bzImage
Binary files differ