home *** CD-ROM | disk | FTP | other *** search
- Message-ID: <3162F136.5460@bailey.com>
- Date: Wed, 03 Apr 1996 16:44:22 -0500
- From: Robert Kilbertus <kilbertus@bailey.com>
- Organization: Elsag Bailey Process Automation
- X-Mailer: Mozilla 2.0 (WinNT; I)
- MIME-Version: 1.0
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: New programmer wants help
- References: <9603312220.AA000ih@harrison.demon.co.uk> <18000105759116710169@BIRDLAND> <9604022316.AA000j6@harrison.demon.co.uk> <4ju8n4$8aq@marti.uji.es>
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- NNTP-Posting-Host: kilbertus
- Path: diamond.bailey.com!
-
- Acereda Macia Jorge wrote:
- >
- > If you only need some example source, I think there're some
- > examples taken from the Rom Kernal Manuals in Aminet. It's
- > probably called *RKM*.lha :-) Look for it in the INDEX.
- > There should be some examples dealing with messages and ports.
- >
-
- There at least two examples of multitasking in Aminet that
- I know of. They are in:
-
- dev/src/MultiTasking.lha
- dev/src/RKMcompanion.lha
-
- If you are by chance using Manx C, compile and link the above
- examples with the large-code and large-data options. Otherwise,
- they will not execute properly. The default small code/data
- model used by Manx C uses the A4 register to store the address
- of an intermediate jump table. Spawned subtasks will not pick
- up this address without adding some extra assembly language
- code. I just thought I'd mention this because it burned me
- bad a few years ago.
-