Files

8 lines
313 B
C
Raw Permalink Normal View History

2026-05-12 23:01:40 +02:00
// 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
2026-05-12 23:32:23 +02:00
} shellcode_hv_args;