mirror of
https://github.com/ps5-linux/ps5-linux-loader.git
synced 2026-07-16 01:50:40 +00:00
remove data_cave offset and use page alloc for sc args
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
#include "utils.h"
|
||||
#include <stdint.h>
|
||||
|
||||
uint64_t alloc_page(void);
|
||||
void install_page(uintptr_t pml4, vm_offset_t va, vm_paddr_t pa, int bits);
|
||||
void pte_store(uintptr_t ptep, uint64_t pte);
|
||||
int read_file(const char *path, void *buf, size_t bufsize);
|
||||
|
||||
Reference in New Issue
Block a user