Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
uboot から Linux への制御転送用の u-boot コードを調べていて、このコードに出くわしました。この割り当ては何をしますか?
kernel_entry = (void (*)(int, int, uint))images->ep;