Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!bellcore!faline!ulysses!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga Subject: Re: Amiga 500, digitizing, c-compilers, help! Message-ID: <8710190510.AA18521@cory.Berkeley.EDU> Date: Mon, 19-Oct-87 01:10:08 EDT Article-I.D.: cory.8710190510.AA18521 Posted: Mon Oct 19 01:10:08 1987 Date-Received: Tue, 20-Oct-87 01:42:32 EDT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 13 I have found that to develop seriously you need at least 2 Meg of RAM. With that, I can put all the executables, libraries, and include files, as well as the rest of my working enviroment in VD0: .. I placed all the sub-directory includes (*/*.h) into a single precompiled symbol table (I use Aztec C). I usually leave the source on floppy. The object files are destined for either floppy or RAM: ... this way if the machine crashes I don't loose anything. BTW this infers only one floppy drive is required, although I have two myself. -Matt