mirror of
https://github.com/ps5-linux/ps5-linux-loader.git
synced 2026-05-09 00:24:16 +00:00
cleaning + notifications + autosleep
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
extern shellcode_hypervisor_args args;
|
||||
|
||||
__attribute__((noinline, optimize("O0"))) uint32_t putc_uart(uint8_t tx_byte) {
|
||||
volatile uint32_t *uart_tx = 0xc1010104ULL;
|
||||
volatile uint32_t *uart_busy = 0xc101010cULL;
|
||||
volatile uint32_t *uart_tx = (volatile uint32_t *) 0xc1010104ULL;
|
||||
volatile uint32_t *uart_busy = (volatile uint32_t *) 0xc101010cULL;
|
||||
uint64_t timeout = 0xFFFFFFFF;
|
||||
do {
|
||||
timeout--;
|
||||
|
||||
Reference in New Issue
Block a user