Editing Secure LPAR Loader
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
[[Category:Software]] | |||
*SLL opens '''lv2_kernel.self''', parses ELF header and determines the size of initial memory region for GameOS LPAR | *SLL opens '''lv2_kernel.self''', parses ELF header and determines the size of initial memory region for GameOS LPAR | ||
*SLL creates a memory region for GameOS LPAR by using '''syscall 0x10000'''. | *SLL creates a memory region for GameOS LPAR by using '''syscall 0x10000'''. | ||
Line 5: | Line 6: | ||
*Linux is not loaded by SLL, it's loaded in Process 9 by Linux System Manager | *Linux is not loaded by SLL, it's loaded in Process 9 by Linux System Manager | ||
*GameOS file image '''lv2_kernel.self''' is stored on '''/dev/rflash1''' | *GameOS file image '''lv2_kernel.self''' is stored on '''/dev/rflash1''' | ||
<br> | |||
== 0x14000 - SLL (Secure LPAR Loader) == | == 0x14000 - SLL (Secure LPAR Loader) == | ||
Line 13: | Line 15: | ||
! Packet ID | ! Packet ID | ||
! Description | ! Description | ||
|- | |- | ||
| 0x14004 | | 0x14004 | ||
| Load GOS | | Load GOS | ||
|- | |- | ||
| 0x14005 | | 0x14005 | ||
| Unload GOS | | Unload GOS | ||
|} | |} | ||