Hi, ... function ... for init ... I assume that the function is supposed to return true if the init/exit codes work OK. If it returns false, YAHM won't install...
Funny effects with custom linker scripts. Simple modifications of linker scripts can fix .disposn problem and allow global variable usage in arm hacks: ==== /*...
... Where is it? BTW, DmFindResourceType does not work for me with you libs. And .got support sometimes work, but sometimes does not work. Do you know the...
... http://yahm.palmoid.com/yahm.zip . It's the same yahm was in latest yahm_got. ... What is the problem? It can't be called or it can't be trapped? ... Known...
... * Syscall patch procedure now use SysPatchEntry and HALInvalidateICache. Preparation for OS6 ;-). * Patch code now works faster. * Internal structures now...
1. Some library calls in OS5 became syscalls in OS5. Slot driver library entries can be easily patched, you can find them in SystemTable 2. SysAreWeUIThread...
This code doesn't work on NX60. HALInvalidateICache didn't drain write buffer???? === mov r0,#17 @ store sub instead add ldr r1,[pc, #sub_lbl-.-8] str r1,[pc,...
2.1.43 * .got support for 'armc' #999. * cache flush before syscall patching. HALInvalidateICache used for user mode (Sony) and mov r0,#0 mcr p15,0,r0,c7,c10,4...
I had installed YAHM and some hacks(PalmWiKi v, A5AgendaHack) in Zire71 simulator, and actived them in YAHM, but as if they are invalid. e.g, I write a...
YAHM didn't work with simulator. Moreover, you should write special hacks for win32 mode ;-). ... From: ecoolsoft To: palmnest@yahoogroups.com Sent: Friday,...
i have for FrmCustomAlert 12 encoded in the first word and 516 == 0x204 in second word. and for VFS* functions.... and how I can found these numbers !...
Look into SysTables.txt from yahm_dev.zip. ... From: waldecir_filho To: palmnest@yahoogroups.com Sent: Monday, December 15, 2003 3:55 AM Subject: [palmnest]...
Because the simulator can't execute ARM code, so we should write a DLL to test the ARM code. But I don't know how to call PalmOS API in DLL, I use the...
1. We should research how we can call PalmOS Native API for Simulator 2. We should research how we can patch Native API for Simulator 3. We should re-write...
in Systeable i can only the second word of a function, where i can find the first word ? like 12 - 0x204 for FrmCustomAler ? i try getting now the first byte...