mirror of
https://github.com/ps5-linux/ps5-linux-loader.git
synced 2026-07-15 21:42:27 +00:00
refactor kernel shellcode and more tyding
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
#include "utils.h"
|
||||
#include "shellcode_hv_args.h"
|
||||
#include <cpuid.h>
|
||||
|
||||
extern shellcode_hv_args args;
|
||||
|
||||
__attribute__((noinline, optimize("O0"))) uint32_t putc_uart(uint8_t tx_byte) {
|
||||
volatile uint32_t *uart_tx = (volatile uint32_t *)0xc1010104ULL;
|
||||
volatile uint32_t *uart_busy = (volatile uint32_t *)0xc101010cULL;
|
||||
|
||||
Reference in New Issue
Block a user