sceKernelDevkitVersion

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

Moderators: cheriff, TyRaNiD

Post Reply
pspwill
Posts: 51
Joined: Thu Nov 17, 2005 8:07 am

sceKernelDevkitVersion

Post by pspwill »

I noticed that in the sdk documentation it only had sceKernelDevkitVersion codes for 1.0 and 1.5 and nothing else so i went ahead and found some of the others.

1.51

Code: Select all

0x01050100
1.52

Code: Select all

0x01050200
2.00

Code: Select all

0x02000010
2.50

Code: Select all

0x02050010
these could be useful for the new 2.5/2.6 kernel mode exploit. i was unable to get the code for 2.6 as i couldnt find psardumper 0.2b.
Fanjita
Posts: 217
Joined: Wed Sep 28, 2005 9:31 am

Post by Fanjita »

Also 2.01 is the same as v2.00, and I believe 2.6 is 0x02060010
Got a v2.0-v2.80 firmware PSP? Download the eLoader here to run homebrew on it!
The PSP Homebrew Database needs you!
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

Added to pspsysmem.h, thanks.
User avatar
0okm0000
Posts: 116
Joined: Fri Jan 13, 2006 9:51 am
Contact:

Post by 0okm0000 »

http://forums.ps2dev.org/viewtopic.php?p=21138#21138
Vampire wrote:/vsh/etc/index.dat is the encrypted version of /vsh/etc/version.txt

the vshell and the updater looks at index.dat to get the system version (version.txt isn't used)

sceKernelDevkitVersion returns the hex value at the end of the "system:" line (0x01000300 for 1.00, 0x01050001 for 1.50, ...)
http://forums.ps2dev.org/viewtopic.php?t=5871
0okm0000 wrote: release:2.71:
build:1299,0,3,1,0:builder@vsh-build2
system:33696@release_271,0x02070110:
vsh:p5218@release_271,v22873@release_271,20060529:
target::WorldWide
http://forums.ps2dev.org/viewtopic.php?p=39380#39380
0okm0000 wrote:
version.txt wrote: release:2.70:
build:1238,0,3,1,0:builder@vsh-build2
system:33151@release_270,0x02070010:
vsh:p5186@release_270,v22631@release_270,20060420:
target::WorldWide
version.txt wrote: release:2.60:
build:985,0,3,1,0:root@vsh-build
system:29904@release_260,0x02060010:
vsh:p5029@release_260,v20603@release_260_2,20051209:
target:1:WorldWide
version.txt wrote: release:2.60:
build:962,0,3,1,0:root@vsh-build
system:29904@release_260,0x02060010:
vsh:p5029@release_260,v20391@release_260,20051125:
target::WorldWide
version.txt wrote: release:2.50:
build:863,0,3,1,0:root@vsh-build
system:28611@release_250,0x02050010:
vsh:p4810@release_250,v19039@release_250,20051011:
target:1:WorldWide
version.txt wrote: release:2.01:
build:822,0,3,1,0:root@psp-vsh
system:26084@release_200,0x02000010:
vsh:p4793@release_201,v18444@release_201,20050928:
target:1:WorldWide
version.txt wrote: release:2.00:
build:725,0,3,1,0:root@psp-vsh
system:26084@release_200,0x02000010:
vsh:p4705@release_200,v15867@release_200,20050726:
target:1:WorldWide
version.txt wrote: release:1.52:
build:555,0,3,1,0:root@psp-vsh
system:23740@release_152,0x01050200:
vsh:p4421@release_152,v13394@release_152,20050525:
version.txt wrote: release:1.51:
build:513,0,3,1,0:root@psp-vsh
system:22984@release_151,0x01050100:
vsh:p4388@release_151_sc,v12875@release_151_sc,20050507:
version.txt wrote: release:1.50:
build:376,0,3,1,0:root@psp-vsh
system:20182@release_150,0x01050001:
vsh:p4201@release_150,v11079@release_150,20050201:
version.txt wrote: release:1.00:
build:228,0,3,1,0:root@psp-vsh
system:17919@release_103a,0x01000300:
vsh:p4029@special_day1,v9972@special_day1,20041201:
PSP hardware hack
http://0okm.blogspot.com/
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

Added the rest; thanks 00km.
Post Reply