summaryrefslogtreecommitdiff
path: root/2008/how_and_why_kernel-fht2008/html/mgp00034.txt
diff options
context:
space:
mode:
Diffstat (limited to '2008/how_and_why_kernel-fht2008/html/mgp00034.txt')
-rw-r--r--2008/how_and_why_kernel-fht2008/html/mgp00034.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/2008/how_and_why_kernel-fht2008/html/mgp00034.txt b/2008/how_and_why_kernel-fht2008/html/mgp00034.txt
new file mode 100644
index 0000000..c57b356
--- /dev/null
+++ b/2008/how_and_why_kernel-fht2008/html/mgp00034.txt
@@ -0,0 +1,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