Files
ps5-linux-loader/shellcode_hv/shellcode_hv_args.h
2026-05-16 09:43:48 +02:00

8 lines
313 B
C

// This file is shared between kernel shellcode and hypervisor shellcode
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_hv_args;