home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 6
/
AACD06.ISO
/
AACD
/
Programming
/
AsyncIOPPCdev
/
AsyncIOPPCdev.readme
next >
Wrap
Text File
|
2000-01-12
|
908b
|
26 lines
Here's my current effort to get asyncio.library working under PPC (PowerUP
(Sorry, I don't have a devkit for WarpOS, and don't know how to do this there))
All you need to do is copy the included Includes to your INCLUDE: and
PPCINCLUDE: directories .. only the modified Includes are included, so you need
to get the original asyncio.library SDK from Aminet first!
Also you should make the following links in your PPCINCLUDE: directory if you
haven't already:
ppcpragmas -> powerup/ppcpragmas
pragmas -> powerup/ppcpragmas
proto -> powerup/ppcproto
..this will make sure SCPPC always gets the correct Includes when compiling.
A think to keep in mind when adding support for asyncio.library in you projects
is to make sure you allocate rather large buffers for PPC so the number of
context-switches will be reduced .. this will give you a much more efficient
implementation...
Enjoy! ;)
- CISC