Porting LUA Player 0.16 to 3.XX kernel

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
F@T3oYCG
Posts: 7
Joined: Fri Jul 06, 2007 8:00 pm
Location: EUROPE, ENGLAND, WIDNESS

Porting LUA Player 0.16 to 3.XX kernel

Post by F@T3oYCG »

hi i have started to port lua player 0.16 to 3.XX kernel i have changed the makefile and the main.cpp so that they run in user mode and i have uses prxtool to find out which commands i need to change by the nid address and comparing it to the codes from here http://silverspring.lan.st/1.5x/index.html i just wanted to know where i could find a user mode command that does the same thing - if there isn't one then i will either find a way of making the function work with more than one command or by simply deleting it

an example is sceKernelStdoutReopen

does anyone know where i can find a replacement command thanks

here are all the commands that need to be changed

Code: Select all

Import 22, Name KDebugForKernel, Functions 2, Variables 0, flags 00010000
Functions:
7CEB2C09 - KDebugForKernel_7CEB2C09
84F370BC - KDebugForKernel_84F370BC
Import 23, Name LoadCoreForKernel, Functions 5, Variables 0, flags 00010000
Functions:
ACE23476 - LoadCoreForKernel_ACE23476
BF983EF2 - LoadCoreForKernel_BF983EF2
D8779AC6 - LoadCoreForKernel_D8779AC6
CF8A41B1 - LoadCoreForKernel_CF8A41B1
CCE4A157 - LoadCoreForKernel_CCE4A157
Import 24, Name IoFileMgrForKernel, Functions 3, Variables 0, flags 00010000
Functions:
3C54E908 - IoFileMgrForKernel_3C54E908
8E982A74 - IoFileMgrForKernel_8E982A74
C7F35804 - IoFileMgrForKernel_C7F35804
Import 25, Name StdioForKernel, Functions 2, Variables 0, flags 00010000
Functions:
98220F3E - StdioForKernel_98220F3E
FB5380C5 - StdioForKernel_FB5380C5
Done
-----F@T3oYCG-----
E-MAIL: fatboycg@hotmail.co.uk
PSP FAT VERSION HISTORY:
2.00 --> 2.50 --> 1.50 --> 2.00 --> 1.50 --> 3.40 OE-A --> 3.52 M33-4
PSP SLIM VERSION HISTORY:
3.60 -- 3.60 M33 --> 3.71 M33 --> 3.72 M33-2 --> 3.71 M33-4
Post Reply