SceSdstor: Difference between revisions
Jump to navigation
Jump to search
Line 36: | Line 36: | ||
| 0x0000 || 0x40 || unknown | | 0x0000 || 0x40 || unknown | ||
|- | |- | ||
| 0x0040 || 0x200 || MBR of [[EMMC|eMMC]] | | 0x0040 || 0x200 || [[Partitions#Master Block|MBR]] of [[EMMC|eMMC]] | ||
|- | |- | ||
| 0x0240 || 0x200 || MBR of [[Game_Card|Game gard]] | | 0x0240 || 0x200 || [[Partitions#Master Block|MBR]] of [[Game_Card|Game gard]] | ||
|- | |- | ||
| 0x0440 || 0x200 || MBR of [[Memory_Card|Memory card]] | | 0x0440 || 0x200 || [[Partitions#Master Block|MBR]] of [[Memory_Card|Memory card]] | ||
|- | |- | ||
| 0x0640 || 0x200 || unknown | | 0x0640 || 0x200 || unknown |
Revision as of 04:34, 4 February 2017
Module
SceSdstor module does not export any functions exсept module_start.
This module is responsible for initializing all storage devices. This includes:
- eMMC
- Game gard
- Memory card
- Usb Mass Storage (unknown SceUsbMassForDriver)
Known NIDs
Version | Name | World | Privilege | NID |
---|---|---|---|---|
1.69 | SceSdstor | Non-secure | Kernel | 0x5804A397 |
3.60 | SceSdstor | ? | Kernel | 0xD7FBAE7C |
Libraries
Known NIDs
Version | Name | World | Visibility | NID |
---|
Data segment layout
Address | Size | Description |
---|---|---|
0x0000 | 0x40 | unknown |
0x0040 | 0x200 | MBR of eMMC |
0x0240 | 0x200 | MBR of Game gard |
0x0440 | 0x200 | MBR of Memory card |
0x0640 | 0x200 | unknown |
SceSdstor
module_start
Version | NID |
---|---|
3.60 | 0x935cd196 |
int module_start();