Skip to content

Commit

Permalink
fix load linux in simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 committed Aug 2, 2024
1 parent 59413d9 commit 6f9a434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulator/simulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ void *droidboot_internal_get_dtbo_load_addr()

bool droidboot_internal_append_ramdisk_to_kernel()
{
return true;
return false;
}

// Nothing to do here, we have threads
Expand Down

0 comments on commit 6f9a434

Please sign in to comment.