Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!clyde!cuae2!ihnp4!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: net.micro.amiga Subject: Re: Some remarks to AmigaDos. Message-ID: <8610231957.AA13424@cory.Berkeley.EDU> Date: Thu, 23-Oct-86 15:57:13 EDT Article-I.D.: cory.8610231957.AA13424 Posted: Thu Oct 23 15:57:13 1986 Date-Received: Fri, 24-Oct-86 16:23:02 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: University of California at Berkeley Lines: 13 >So if anybody ever had the idea to exchange the AmigaDos function by >own functions (e.g. try to implement a second filesystem which would >coexist with the present one and be transparent to the user) he will >have to rewrite all dos functions ! BCPL programs, it seems, communicate directly with DOS via their process's message port (every process has one). On the Amiga, anything having to do with BCPL is non-standard relative to the rest of the machine. I believe all the DOS library does is talk to DOS through your process's message port. -Matt