We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ca1e6 commit 55c0e3bCopy full SHA for 55c0e3b
source/main.c
@@ -72,7 +72,7 @@ int kpayload(struct thread *td, struct kpayload_args* args){
72
kexec_init((void *)(kernel_base+0x347580), NULL);
73
74
// Say hello and put the kernel base in userland to we can use later
75
- printfkernel("\n\n\nHELLO FROM YOUR KERN DUDE =)\n\n\n");
+ printfkernel("PS4 Linux Loader for 4.05\n");
76
77
printfkernel("kernel base is:0x%016llx\n", kernel_base);
78
0 commit comments