From 52be99d8c0862ff87db9a4f9ccec1ac4b5f7caed Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 2 Sep 2022 09:18:52 +0200 Subject: added a quite unsorted first version of a floppy boot loader --- floppy/ramdisk/bin/ash | 1 + floppy/ramdisk/bin/busybox | Bin 0 -> 394516 bytes floppy/ramdisk/bin/cat | 1 + floppy/ramdisk/bin/chgrp | 1 + floppy/ramdisk/bin/chmod | 1 + floppy/ramdisk/bin/chown | 1 + floppy/ramdisk/bin/cp | 1 + floppy/ramdisk/bin/cttyhack | 1 + floppy/ramdisk/bin/dd | 1 + floppy/ramdisk/bin/df | 1 + floppy/ramdisk/bin/dmesg | 1 + floppy/ramdisk/bin/echo | 1 + floppy/ramdisk/bin/false | 1 + floppy/ramdisk/bin/grep | 1 + floppy/ramdisk/bin/kill | 1 + floppy/ramdisk/bin/ln | 1 + floppy/ramdisk/bin/ls | 1 + floppy/ramdisk/bin/mkdir | 1 + floppy/ramdisk/bin/mknod | 1 + floppy/ramdisk/bin/mktemp | 1 + floppy/ramdisk/bin/mount | 1 + floppy/ramdisk/bin/mv | 1 + floppy/ramdisk/bin/pidof | 1 + floppy/ramdisk/bin/ping | 1 + floppy/ramdisk/bin/ps | 1 + floppy/ramdisk/bin/rm | 1 + floppy/ramdisk/bin/rmdir | 1 + floppy/ramdisk/bin/sh | 1 + floppy/ramdisk/bin/sleep | 1 + floppy/ramdisk/bin/sync | 1 + floppy/ramdisk/bin/true | 1 + floppy/ramdisk/bin/umount | 1 + floppy/ramdisk/bin/uname | 1 + floppy/ramdisk/bin/vi | 1 + 34 files changed, 33 insertions(+) create mode 120000 floppy/ramdisk/bin/ash create mode 100755 floppy/ramdisk/bin/busybox create mode 120000 floppy/ramdisk/bin/cat create mode 120000 floppy/ramdisk/bin/chgrp create mode 120000 floppy/ramdisk/bin/chmod create mode 120000 floppy/ramdisk/bin/chown create mode 120000 floppy/ramdisk/bin/cp create mode 120000 floppy/ramdisk/bin/cttyhack create mode 120000 floppy/ramdisk/bin/dd create mode 120000 floppy/ramdisk/bin/df create mode 120000 floppy/ramdisk/bin/dmesg create mode 120000 floppy/ramdisk/bin/echo create mode 120000 floppy/ramdisk/bin/false create mode 120000 floppy/ramdisk/bin/grep create mode 120000 floppy/ramdisk/bin/kill create mode 120000 floppy/ramdisk/bin/ln create mode 120000 floppy/ramdisk/bin/ls create mode 120000 floppy/ramdisk/bin/mkdir create mode 120000 floppy/ramdisk/bin/mknod create mode 120000 floppy/ramdisk/bin/mktemp create mode 120000 floppy/ramdisk/bin/mount create mode 120000 floppy/ramdisk/bin/mv create mode 120000 floppy/ramdisk/bin/pidof create mode 120000 floppy/ramdisk/bin/ping create mode 120000 floppy/ramdisk/bin/ps create mode 120000 floppy/ramdisk/bin/rm create mode 120000 floppy/ramdisk/bin/rmdir create mode 120000 floppy/ramdisk/bin/sh create mode 120000 floppy/ramdisk/bin/sleep create mode 120000 floppy/ramdisk/bin/sync create mode 120000 floppy/ramdisk/bin/true create mode 120000 floppy/ramdisk/bin/umount create mode 120000 floppy/ramdisk/bin/uname create mode 120000 floppy/ramdisk/bin/vi (limited to 'floppy/ramdisk/bin') diff --git a/floppy/ramdisk/bin/ash b/floppy/ramdisk/bin/ash new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/ash @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/busybox b/floppy/ramdisk/bin/busybox new file mode 100755 index 0000000..f4cd842 Binary files /dev/null and b/floppy/ramdisk/bin/busybox differ diff --git a/floppy/ramdisk/bin/cat b/floppy/ramdisk/bin/cat new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/cat @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/chgrp b/floppy/ramdisk/bin/chgrp new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/chgrp @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/chmod b/floppy/ramdisk/bin/chmod new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/chmod @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/chown b/floppy/ramdisk/bin/chown new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/chown @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/cp b/floppy/ramdisk/bin/cp new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/cp @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/cttyhack b/floppy/ramdisk/bin/cttyhack new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/cttyhack @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/dd b/floppy/ramdisk/bin/dd new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/dd @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/df b/floppy/ramdisk/bin/df new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/df @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/dmesg b/floppy/ramdisk/bin/dmesg new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/dmesg @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/echo b/floppy/ramdisk/bin/echo new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/echo @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/false b/floppy/ramdisk/bin/false new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/false @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/grep b/floppy/ramdisk/bin/grep new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/grep @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/kill b/floppy/ramdisk/bin/kill new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/kill @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/ln b/floppy/ramdisk/bin/ln new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/ln @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/ls b/floppy/ramdisk/bin/ls new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/ls @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/mkdir b/floppy/ramdisk/bin/mkdir new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/mkdir @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/mknod b/floppy/ramdisk/bin/mknod new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/mknod @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/mktemp b/floppy/ramdisk/bin/mktemp new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/mktemp @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/mount b/floppy/ramdisk/bin/mount new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/mount @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/mv b/floppy/ramdisk/bin/mv new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/mv @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/pidof b/floppy/ramdisk/bin/pidof new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/pidof @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/ping b/floppy/ramdisk/bin/ping new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/ping @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/ps b/floppy/ramdisk/bin/ps new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/ps @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/rm b/floppy/ramdisk/bin/rm new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/rm @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/rmdir b/floppy/ramdisk/bin/rmdir new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/rmdir @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/sh b/floppy/ramdisk/bin/sh new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/sh @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/sleep b/floppy/ramdisk/bin/sleep new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/sleep @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/sync b/floppy/ramdisk/bin/sync new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/sync @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/true b/floppy/ramdisk/bin/true new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/true @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/umount b/floppy/ramdisk/bin/umount new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/umount @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/uname b/floppy/ramdisk/bin/uname new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/uname @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/floppy/ramdisk/bin/vi b/floppy/ramdisk/bin/vi new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/floppy/ramdisk/bin/vi @@ -0,0 +1 @@ +busybox \ No newline at end of file -- cgit v1.2.3-70-g09d2