开发者

Is it possible to check whether a static binary is compatible with a kernel?

开发者 https://www.devze.com 2023-01-03 23:36 出处:网络
Basically, we want to run static programs compiled on one platform on another. If开发者_JAVA技巧 it\'s not possible, what are the most significant changes in the kernel API between version 2.6.9 and

Basically, we want to run static programs compiled on one platform on another.

If开发者_JAVA技巧 it's not possible, what are the most significant changes in the kernel API between version 2.6.9 and 2.6.18?


Linux binaries usually don't depend on specific kernel versions, unless you explicitly use a feature provided by a certain kernel.


Zero length mmap started to fail. :-)

0

精彩评论

暂无评论...
验证码 换一张
取 消