Skip to content

Commit

Permalink
fixup! fix m1/m2 kernel base
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfugil committed Jan 10, 2024
1 parent 091fe0b commit 5787b2e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions usprebooter/libkfd/perf.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,7 @@ void perf_run(struct kfd* kfd)

kfd->perf.kernel_slide = kernel_slide;
print_x64(kernel_base);
print_x64(kfd->perf.kernel_slide);

sleep(2);
print_x64(kfd->perf.kernel_slide);usprebooter/libkfd/perf.h

if (kfd->kread.krkw_method_ops.kread == kread_sem_open_kread) {
u32 mh_header[2] = {};
Expand Down

0 comments on commit 5787b2e

Please sign in to comment.