home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.minix
- Path: sparky!uunet!email!hp
- From: hp@vmars.tuwien.ac.at (Peter Holzer)
- Subject: Re: Atari compile problem of MINIX 1.5
- Message-ID: <1993Jan21.124723.7073@email.tuwien.ac.at>
- Sender: news@email.tuwien.ac.at
- Nntp-Posting-Host: quasi.vmars.tuwien.ac.at
- Organization: Technical University Vienna, Dept. for Realtime Systems, AUSTRIA
- References: <1993Jan20.172124.2606@unix.brighton.ac.uk>
- Date: Thu, 21 Jan 1993 12:47:23 GMT
- Lines: 23
-
- wl@unix.brighton.ac.uk (Lam;d410sz90;[03724) writes:
-
- >Hi,
-
- > I have successfully installed the MINIX 1.5 on ATARI 1040ST with a 40M hard
- >disk and a 720k drive.
- > However, when I follow the manual to recompile the system boot disk, I got
- >lots of memory related error message.
-
- The Minix cc runs all passes in parallel by default, connected with pipes. This
- can use a lot of space. If you use the -F option (I think. It has been
- a long time since I last used the ACK compiler), it calls one pass
- after the other, and each pass writes its output to a temporary file,
- which is read by the next file. This is slower, but needs only as much
- space as the largest pass instead of the sum of all passes.
-
- Hope this helps,
- Peter
- --
- | _ | Peter J. Holzer | Think of it |
- | |_|_) | Technical University Vienna | as evolution |
- | | | | Computer Science/Real-Time Systems | in action! |
- | __/ | hp@vmars.tuwien.ac.at | Tony Rand |
-