home *** CD-ROM | disk | FTP | other *** search
- execppcpatch.elf
-
- o 50.5
- - changed tag name
-
- o 50.4
- - removed fillmem and now use memclr from libmemblock.a
-
- o 50.3
- - changed 2000 to 2001
- - changed the included version header to finally get V50
- - fixed the WB's requester`s revision
- - added FlushPool(),FlushTaskPool()
- - corrected some autodoc problems
-
- o 50.2
- - fixed some version string problems
- - don`t alloc the TrapMessage through the task`s pool
- system anymore. silly..
-
- o 50.1
- - changed ETask's EmulHandle's meaning
- - added new functions
- o CacheFlushDataArea(Address,Size)(a0,d0)
- o CacheInvalidInstArea(Address,Size)(a0,d0)
- o CacheInvalidDataArea(Address,Size)(a0,d0)
- o CacheFlushDataInstArea(Address,Size)(a0,d0)
- o CacheTrashCacheArea(Address,Size)(a0,d0)
- o AllocTaskPooled(Size)(d0)
- o FreeTaskPooled(Address,Size)(a1,d0)
- o AllocVecTaskPooled(Size)(d0)
- o FreeVecTaskPooled(Address)(a1)
-
- - switched to Version 50....who the hell knows
- to which version 3.9,10,11,13 gets:-)
-
- o 41.25
- - EmulHandle added to ETask
- - fixed NewPPCStackSwap returncode problem
-
- o 41.24
- - extended ETask for our secret world domination spy programs
-
- o 41.23
- - NewPPCStackSwap function finally tested and fixed:-)
-
- o 41.22
- - Fixed chksum problems
- - restored EDebugFlags on a reset with a valid sysbase
- - coldrestart now works again like before...that means
- it works when you have luck:-)
-
- o 41.21
- - ObtainSemaphoreList fixed...fixes gui lock issue
-
- o 41.20
- - forgot the readgayleid result
-
- o 41.19
- - Full PPC Exec with coldstart phase
- - Only use a rt_EndSkip when it`s after the current
- resident ptr, to avoid circular resident scans with
- future external module loads.
- - Added ExtModule resident scan support
-
- o 41.18
- - fixed TASKINFOTYPE_PPC_GPR range check
-
- o 41.17
- - Added TaskTrapMessage support
-
- o 41.16
- - Internal Enqueue isn`t going through the functable anymore
-
- o 41.15
- - Deadend Alert continue to work
-
- o 41.14
- - SumBlockLong fixed
- no hit anymore when somebody installs a KickTagModule
- like the amigaos bootmenu and some checksum fix so
- now the Amiga Bootmenu works again.
-
- o 41.13
- - New ppc stack rule is now
-
- PPCStackSize = (max((ULONG) MyTask->tc_SPUpper - (ULONG) MyTask->tc_SPLower,
- DEFAULT_PPCSTACKSIZE) + (CACHEALIGNSIZE-1)) & ~CACHEALIGNMASK;
-
- for 68k tasks.
-
- o 41.12
- - More 68k FPU changes
-
- o 41.11
- - Interal 68k emul FPU additions
-
- o 41.10
- - Added support for TRAP_LIBRESTORE
-
- o 41.9
- - added a stacksize check to handle too low ppccreatetask
- stacksizes as used by amigamp.
- - fixed device flush problem which was caused by
- RemDevice calling RemLibrary through the exec jumptable.
- segtracker doesn`t like this.
-
- o 41.8
- - added SumKickData()
- - added Cause()
- - activated native Wait()
-
- o 41.7
- - guranteed PPC Stack alignment of 16.
-
- o 41.6
- - Moved over the exec68k AddTask() and RemTask() as ppc code
- (Progress to completely throw away exec and replace it by
- some full native one). At the moment it only runtime patches
- most important functions.
- - native AddIntServer/RemIntServer/SetIntVector/ObtainQuickVector
- - moved over the exec68k patch`s NewSetFunction()
- - native RawIOInit(), RawMayGetChar() for completeness.
-
- o 41.5
- - Added DebugFlags to shrink the debug traffic through an interface
- - GetTaskAttrsA(), SetTaskAttrsA(),
-
- o 41.4
- - InitResident RTF_PPC without RTF_AUTOINIT calls
- the PPC function as if RTF_AUTOINIT would be set.
- - native MakeLibrary added
- - FUNCARRAY_16BIT_OLD fixed
- - OpenLibrary version problem fixed
-
- o 41.3
- Added some missing FUNCARRAY_ tags
-
- o 41.2
- Initial Release
-