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:
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