Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/floppy/doc/SAMPLE.FLT
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/doc/SAMPLE.FLT
parent15adaba9eaa6a98c8b55bc5c5f73c3a9e0e55e7a (diff)
added a quite unsorted first version of a floppy boot loader
Diffstat (limited to 'floppy/doc/SAMPLE.FLT')
-rw-r--r--floppy/doc/SAMPLE.FLT25
1 files changed, 25 insertions, 0 deletions
diff --git a/floppy/doc/SAMPLE.FLT b/floppy/doc/SAMPLE.FLT
new file mode 100644
index 0000000..602ebf2
--- /dev/null
+++ b/floppy/doc/SAMPLE.FLT
@@ -0,0 +1,25 @@
+# Sample filtering file. Lines starting with a hash mark in the first
+# column are comments. Actual filtering lines start with either a dash
+# or a plus sign in the first column (additional modes may be added in
+# the future). Lines starting with a dash specify that interrupt list
+# entries containing that string in the first line will be omitted from
+# the formatted output; lines starting with a plus sign specify that
+# interrupt list entries containing that string are to be included in
+# the formatted output unless one of the minus lines matches.
+
+# Extract MS-DOS calls, but exclude DR-DOS-specific, DOS-extender, and
+# non-DOS networking calls. Note: a few extraneous calls are still included.
+#
++ DOS
+-DR DOS
+-DR-DOS
+-DR Multiuser DOS
+-Concurrent DOS
+-DOS/16M
+-DOS4GX
+-DOS/4G
+-extender
+-LAN Manager
+-DECnet DOS
+#
+# end of SAMPLE.FLT