Skip to content

Commit

Permalink
Merge pull request #38 from rehosting/add_cosi
Browse files Browse the repository at this point in the history
Add cosi
  • Loading branch information
coolkingcole authored Dec 19, 2024
2 parents 1778a30 + f3e4c58 commit 369c4e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _in_container_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ for TARGET in $TARGETS; do
/panda/panda/plugins/osi_linux/utils/kernelinfo_gdb/run.sh \
/kernels/$VERSION/vmlinux.${TARGET} /tmp/panda_profile.${TARGET}
cat /tmp/panda_profile.${TARGET} >> /kernels/$VERSION/osi.config
dwarf2json linux --elf /kernels/$VERSION/vmlinux.${TARGET} | xz -c > /kernels/$VERSION/cosi.${TARGET}.json.xz

# strip vmlinux
$(get_cc $TARGET)strip /kernels/$VERSION/vmlinux.${TARGET}
Expand Down

0 comments on commit 369c4e5

Please sign in to comment.