home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / atari / st / tech / 5617 < prev    next >
Encoding:
Text File  |  1992-11-13  |  1.1 KB  |  30 lines

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