Elixir Cross Referencer - Explore source code in your browser - Particularly useful for the Linux kernel and other low-level projects in C/C++ (bootloaders, C libraries...)
Elixir Cross Referencer - source file of Linux (version v5.3.1). Browsed file: /kernel/ptrace.c
As kernel developers, we often find ourselves writing device drivers—pieces of code that are typically registered usingmodule_init()in the Linux kernel. But have you ever paused to wonder:just how latein the boot process does this happen? What exactly takes place between the moment we see th...
Makefile141201UpdatedApr 15, 2025 mali-driverPublic C23GPL-2.0810UpdatedApr 6, 2025 kasPublicForked fromsiemens/kas Setup tool for bitbake based projects linuxPublicForked fromtorvalds/linux Linux kernel source tree People Top languages CPythonMakefileShellBitBake...
1.Linux内核网络协议栈源码学习 -> socket函数(一) 2.linux offload 3.连接跟踪(conntrack):原理、应用及 Linux 内核实现 4.Linux防火墙——iptables(四表五链) 5.linux内核网络协议栈–netif_receive_skb()函数8 6.Linux - 网络子系统 - 网络设备子系统:TX_vector_shu的博客-CSDN博客 7.在 Linux...
Source code for the toolchain components Report issues Tool used to build the toolchains This webpage Questions: checkout theFAQ, orcontact us! Download Select archaarch64aarch64bearcle-750darcle-hs38armebv7-eabihfarmv5-eabiarmv6-eabihfarmv7-eabihfarmv7mbfinm68k-68xxxm68k-coldfiremicroblaze...
export LXR_REPO_DIR=/path/elixir-data/linux/repo export LXR_DATA_DIR=/path/elixir-data/linux/data And then runsource /etc/profile. Clone Kernel source code First clone the master tree released by Linus Torvalds: cd /path/elixir-data/linux git clone --bare https://git.kernel.org/pub/scm...
The fastboot documentation in U-Boot can be found in the source code, in the doc/README.android-fastboot file. A description of the available fastboot options in U-Boot can be found in this documentation as well as examples. This gives us the device side of the protocol. In order to ma...
Enable theCONFIG_NLS_CODEPAGE_437andCONFIG_NLS_ISO8859_1options, to have the necessary support to decode filenames in the FAT filesystem. Then, runmake linux-update-defconfigto preserve these kernel configurations changes in your kernel configuration file atboard/stmicroelectronics/stm32mp157-dk/li...