Skip to content

Commit 55c0e3b

Browse files
Update main.c
1 parent c4ca1e6 commit 55c0e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ int kpayload(struct thread *td, struct kpayload_args* args){
7272
kexec_init((void *)(kernel_base+0x347580), NULL);
7373

7474
// 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");
75+
printfkernel("PS4 Linux Loader for 4.05\n");
7676

7777
printfkernel("kernel base is:0x%016llx\n", kernel_base);
7878

0 commit comments

Comments
 (0)