Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/floppy/ramdisk/dev
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-09-02 09:18:52 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-09-02 09:18:52 +0200
commit52be99d8c0862ff87db9a4f9ccec1ac4b5f7caed (patch)
tree1a1a1c98090afd8459cc8f045f9de2d4a7cba5ab /floppy/ramdisk/dev
parent15adaba9eaa6a98c8b55bc5c5f73c3a9e0e55e7a (diff)
added a quite unsorted first version of a floppy boot loader
Diffstat (limited to 'floppy/ramdisk/dev')
l---------floppy/ramdisk/dev/fd1
l---------floppy/ramdisk/dev/stderr1
l---------floppy/ramdisk/dev/stdin1
l---------floppy/ramdisk/dev/stdout1
4 files changed, 4 insertions, 0 deletions
diff --git a/floppy/ramdisk/dev/fd b/floppy/ramdisk/dev/fd
new file mode 120000
index 0000000..e15a8af
--- /dev/null
+++ b/floppy/ramdisk/dev/fd
@@ -0,0 +1 @@
+/proc/self/fd \ No newline at end of file
diff --git a/floppy/ramdisk/dev/stderr b/floppy/ramdisk/dev/stderr
new file mode 120000
index 0000000..65e4e18
--- /dev/null
+++ b/floppy/ramdisk/dev/stderr
@@ -0,0 +1 @@
+/proc/self/fd/2 \ No newline at end of file
diff --git a/floppy/ramdisk/dev/stdin b/floppy/ramdisk/dev/stdin
new file mode 120000
index 0000000..0373e07
--- /dev/null
+++ b/floppy/ramdisk/dev/stdin
@@ -0,0 +1 @@
+/proc/self/fd/0 \ No newline at end of file
diff --git a/floppy/ramdisk/dev/stdout b/floppy/ramdisk/dev/stdout
new file mode 120000
index 0000000..ba4c572
--- /dev/null
+++ b/floppy/ramdisk/dev/stdout
@@ -0,0 +1 @@
+/proc/self/fd/1 \ No newline at end of file