You've already forked ps5-linux-loader
mirror of
https://github.com/ps5-linux/ps5-linux-loader.git
synced 2026-04-29 16:42:31 -07:00
initial commit support 3.xx and 4.xx
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// This file is shared between kernel shellcode and hypervisor shellcode
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct {
|
||||
uint64_t bzimage_pa; // Already relocated by Kernel shellcode
|
||||
uint64_t initrd_pa; // Already relocated by Kernel shellcode
|
||||
uint64_t linux_info_pa; // Already relocated by Kernel shellcode
|
||||
} shellcode_hypervisor_args;
|
||||
Reference in New Issue
Block a user