Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!sunybcs!bingvaxu!leah!uwmcsd1!ig!jade!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga Subject: Re: Alternate filesystem Message-ID: <8710250924.AA17956@cory.Berkeley.EDU> Date: Sun, 25-Oct-87 04:24:07 EST Article-I.D.: cory.8710250924.AA17956 Posted: Sun Oct 25 04:24:07 1987 Date-Received: Tue, 27-Oct-87 01:49:23 EST Sender: daemon@ucbvax.BERKELEY.EDU Lines: 12 :- A library of I/O routines to supplement all the fopen(), etc calls, and : so that any programmer could make use of alternate fs-files and create his : own. You can actually write your own filesystem if you want, and install it into the system without having to touch any high level library routines. You simply tell DOS not to use, say, DF1:, then run your own custom filesystem on that drive as a DOS device. Poof. The reason it hasn't been done yet is simple. Yes DOS is slow... but it isn't *so* slow that people get totally fed up with it; writing your own filesystem is a pretty good sized project... -Matt