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/usr/bin/chvt | 1 + floppy/ramdisk/usr/bin/clear | 1 + floppy/ramdisk/usr/bin/du | 1 + floppy/ramdisk/usr/bin/find | 1 + floppy/ramdisk/usr/bin/free | 1 + floppy/ramdisk/usr/bin/less | 1 + floppy/ramdisk/usr/bin/tail | 1 + floppy/ramdisk/usr/bin/test | 1 + floppy/ramdisk/usr/bin/wget | 1 + floppy/ramdisk/usr/bin/xargs | 1 + 10 files changed, 10 insertions(+) create mode 120000 floppy/ramdisk/usr/bin/chvt create mode 120000 floppy/ramdisk/usr/bin/clear create mode 120000 floppy/ramdisk/usr/bin/du create mode 120000 floppy/ramdisk/usr/bin/find create mode 120000 floppy/ramdisk/usr/bin/free create mode 120000 floppy/ramdisk/usr/bin/less create mode 120000 floppy/ramdisk/usr/bin/tail create mode 120000 floppy/ramdisk/usr/bin/test create mode 120000 floppy/ramdisk/usr/bin/wget create mode 120000 floppy/ramdisk/usr/bin/xargs (limited to 'floppy/ramdisk/usr/bin') diff --git a/floppy/ramdisk/usr/bin/chvt b/floppy/ramdisk/usr/bin/chvt new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/floppy/ramdisk/usr/bin/chvt @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/usr/bin/clear b/floppy/ramdisk/usr/bin/clear new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/floppy/ramdisk/usr/bin/clear @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/usr/bin/du b/floppy/ramdisk/usr/bin/du new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/floppy/ramdisk/usr/bin/du @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/usr/bin/find b/floppy/ramdisk/usr/bin/find new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/floppy/ramdisk/usr/bin/find @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/usr/bin/free b/floppy/ramdisk/usr/bin/free new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/floppy/ramdisk/usr/bin/free @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/usr/bin/less b/floppy/ramdisk/usr/bin/less new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/floppy/ramdisk/usr/bin/less @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/usr/bin/tail b/floppy/ramdisk/usr/bin/tail new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/floppy/ramdisk/usr/bin/tail @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/usr/bin/test b/floppy/ramdisk/usr/bin/test new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/floppy/ramdisk/usr/bin/test @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/usr/bin/wget b/floppy/ramdisk/usr/bin/wget new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/floppy/ramdisk/usr/bin/wget @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/floppy/ramdisk/usr/bin/xargs b/floppy/ramdisk/usr/bin/xargs new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/floppy/ramdisk/usr/bin/xargs @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file -- cgit v1.2.3-70-g09d2