afterdawn.com > forums > consoles > sony psp - mod and firmware discussion > kernal acces under fw2.50/2.60 vsh(eloader tiff)
Kernal acces under fw2.50/2.60 VSH(eloader tiff)
fanghi
Suspended permanently
19. September 2006 @ 09:17
Link to this message
0okm has provided some useful insight towards adding kernel access to homebrew applications via the TIFF-enabled ?Porter? eLoader.
main.c
add line extern void kernel_ent(u32 Temp);
and write Kernel access in a function
use kernel_ent((u32) &your_function) to call it
Makefile
in line OBJS add kernel_ex.o
in line LIBS add -lpspvshbridge
In addition to that informational code snippet, 0okm has made available a sample proof-of-concept EBOOT with source.
Download:
Kernel access under FW2.50/2.60 VSH
http://www.psp-hacks.com/file/801
eLoader ?Porter? v0.9.8
http://www.psp-hacks.com/file/758
written and published on http://psp-hacks.com
my stuff:
Ipod Nano 2gb
psp fw2.80
ps2
nintendo ds and gamecube.
The best online football manegment game ever
http://www.itsagoal.com/ add me my name is Dreamstars
duarteq
Newbie
19. September 2006 @ 09:24
Link to this message
Will it Be this the beggining of a real downgrader for 2.8 ? i Hope so
Great News :)
fanghi
Suspended permanently
19. September 2006 @ 09:26
Link to this message
this might help the downgrader but will really help eloaders and the best emulators this could be the start of a wonderfull relationship.
my stuff:
Ipod Nano 2gb
psp fw2.80
ps2
nintendo ds and gamecube.
The best online football manegment game ever
http://www.itsagoal.com/ add me my name is Dreamstars
afterdawn.com > forums > consoles > sony psp - mod and firmware discussion > kernal acces under fw2.50/2.60 vsh(eloader tiff)