summaryrefslogtreecommitdiff
path: root/libc/msdos/Notes
diff options
context:
space:
mode:
Diffstat (limited to 'libc/msdos/Notes')
-rw-r--r--libc/msdos/Notes8
1 files changed, 8 insertions, 0 deletions
diff --git a/libc/msdos/Notes b/libc/msdos/Notes
new file mode 100644
index 0000000..b775dff
--- /dev/null
+++ b/libc/msdos/Notes
@@ -0,0 +1,8 @@
+This is currently a very cutdown version of the syslib.
+
+This also currently does nothing about the difference between 'TEXT' and
+'BINARY' modes but I think that this level of operation should be pure
+binary, the 'TEXT' mode is more suited to stdio where an "fopen(f, "rb")"
+is more reasonable and probably won't break on other OSs.
+
+-Robert.