You are here |
outflux.net | ||
| | | |
binarydebt.wordpress.com
|
|
| | | | Kernel symbols are names of functions and variables. Global symbols are those which are available outside the file they are declared in. Global symbols in the Linux kernel currently running on a system are available through `/proc/kallsyms` file. This includes symbols defined inside kernel modules currently loaded. Global symbols are of two types: those explicitly... | |
| | | |
nathanchance.dev
|
|
| | | | Linux kernel patches [PATCH] Hexagon: Export raw I/O routines for modules: Hexagon is a digital signal processor architecture by Qualcomm, which is a little special in terms of the Linux kernel because it is the only architecture that does not have a GCC backend so LLVM has to be used to build it, meaning that it is important to keep it building. This patch fixes an issue with allmodconfig, which enables us to build a wide variety of code and verify the compiler is able to handle all of it. | |
| | | |
thomastrapp.com
|
|
| | | | Yocto/Poky ships the script oe-depends-dot which has stopped working some years ago when the output of 'bitbake -g' changed, so I wrote a tool called bb-depends-dot. | |
| | | |
zwischenzugs.com
|
|
| | What? This article will show you how you can undo the things Docker does for you in a Docker command. Clearer now? OK, Docker relies on Linux namespaces to isolate effectively copy parts of the system so it ends up looking like you are on a separate machine. For example, when you run a Docker... |