summaryrefslogtreecommitdiff
path: root/2008/how_and_why_kernel-fht2008/html/mgp00034.txt
blob: c57b35676cd50a6e7db5ade11dd1e7a22e2c12d8 (plain)
1
2
3
4
5
6
7
8
How and why to work with the Linux kernel community
Practical Rules

4. Write portable code
don't assume you're on 32bit CPU
don't assume you're on little endian
if you use assembly optimized code, put it in a self-contained module

personal git repositories of Harald Welte. Your mileage may vary