home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.atari.st.tech
- Path: sparky!uunet!email!nino
- From: nino@vmars.tuwien.ac.at (Marinos Yannikos)
- Subject: Re: MiNT and *.XFS files
- Message-ID: <1992Nov13.112319.10702@email.tuwien.ac.at>
- Sender: news@email.tuwien.ac.at
- Nntp-Posting-Host: gipsy.vmars.tuwien.ac.at
- Organization: TU Wien, Vienna, Austria
- References: <1992Nov10.181544.15794@bnr.ca>
- Date: Fri, 13 Nov 1992 11:23:19 GMT
- Lines: 17
-
- grier@bnr.ca (Brian Grier) writes:
- : When I downloaded MiNT 0.95B from GEnie a couple months ago
- : the README file mentioned that it will load files with the
- : extension "XFS", from the "/mint" directory, at initailization.
- : From this I can assume these are supposed to be extensions to MiNT.
- :
- : Basically what ".XFS" modules are available in the public domain?
- : Also what is the basic template for creating a ".XFS" file?
- :
- The "template" for .XFS files is described in the MiNT documentation
- (filesys.doc, filesys.h) quite extensively. If you want to write a
- loadable file system, you should check out the Minix.XFS source code,
- and TOSFS.C, BIOSFS.C, PROCFS.C, PIPEFS.C, SHMFS.C in the MiNT source
- code...
-
- -MY
-
-