index : archi486 | |
Archlinux32 i486 tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-09-02 09:18:52 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-09-02 09:18:52 +0200 |
commit | 52be99d8c0862ff87db9a4f9ccec1ac4b5f7caed (patch) | |
tree | 1a1a1c98090afd8459cc8f045f9de2d4a7cba5ab /floppy/doc/SAMPLE2.FLT | |
parent | 15adaba9eaa6a98c8b55bc5c5f73c3a9e0e55e7a (diff) |
-rw-r--r-- | floppy/doc/SAMPLE2.FLT | 17 |
diff --git a/floppy/doc/SAMPLE2.FLT b/floppy/doc/SAMPLE2.FLT new file mode 100644 index 0000000..5821274 --- /dev/null +++ b/floppy/doc/SAMPLE2.FLT @@ -0,0 +1,17 @@ +# SAMPLE2.FLT
+# Sample filtering file number 2, using category includes/excludes. Extract
+# MS-DOS and DR-DOS calls, but exclude OS/2 and other operating systems.
+#
+# unconditionally include the DOS category
+>D
+# include 'other OSes' category, but remove OS/2, VMiX, PC-MOS, etc.
+iO
+-OS/2
+-VMiX
+-PC-MOS
+-STARLITE
+-WinDOS
+-Acorn BBC
+-Linux DOSEMU
+#
+# end of SAMPLE2.FLT
|