Entries from 2015-10-17 to 1 day

Linux ABI

Motivation: When I read: ./linux/types.h , there is comment saying that: aligned u64 should be used in defining kernel<->userspace ABIs to avoid common 332/64-bit comapt problems. What is ABI: It stands for Application Binary Interface. AB…