Linux-0.11内核源码构建与调试 Linux-0.11内核源码构建与调试The old Linux kernel source ver 0.11 which has been tested under modern Linux, Mac OSX and Windows. 1. Build on Linux1.1. Linux Setup a linux distribution: debian , ubuntu and mint 2025-03-28 linux > kernel > sources > Linux-0.11-yuan-xy #boot #deb #debug #gdb #kernel #linux #qemu #tools #mm
stress-ng压力测试工具使用手册 stress-ng压力测试工具使用手册1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 2025-05-21 linux > kernel > mm > bugs > ksmd #3d #algorithm #boot #fs #git #go #gpu #kernel #kvm #linux #log #perf #shell #sources #task #virt #mm #net #struct #mutex #pthread #thread #proc #sync #power
si_mem_available内存可用性追踪分析 si_mem_available内存可用性追踪分析123456stap -ve 'probe kernel.function("si_mem_available") { printf("\n==> si_mem_available() called (pid=%d)\n", pid())}' -DSTP_N 2025-07-01 linux > kernel > mm > bugs > si_mem_available #bpf #kernel #stap #mm #struct
Linux内核与应用调试工具集 Linux内核与应用调试工具集调试工具 Linux 程序开发常用调试工具合集 Linux内核调试方法 全面剖析Linux kernel的调试debug技术 内核earlyprintk选项 万字长文,汇总 Linux 内核调试的方法 fadd2line https://github.com/torvalds/linux/blob/master/scripts/faddr2line Binu 2024-07-23 linux > debug #3d #assembly #books #boot #bpf #cpp #deb #debug #deepin #drivers #fs #gdb #git #go #grub #kdump #kernel #linux #log #monitoring #nginx #shell #task #testing #tools #vim #virt #develop #mm #net #struct #mutex #proc #rcu #power #irq #bugs #cmake-objdump
grub中iommu=pt的作用 grub中iommu=pt的作用linux iommu的作用?grub中iommu=pt的作用?在Linux系统中,IOMMU(Input-Output Memory Management Unit)和相关的内核参数(如iommu=pt)主要用于管理设备对内存的访问,以下是详细解释: 1. Linux中IOMMU的作用IOMMU是一种硬件特性(如Intel的VT-d或AMD的 2025-11-18 linux > boot > grub #boot #deb #debug #drivers #fs #gpu #grub #kernel #kvm #linux #qemu #virt #mm #net #struct #proc #sync #irq
grub中vmlinuz initramfs分析 grub中vmlinuz initramfs分析linux grub中vmlinuz initramfs在系统启动中的作用?在 Linux 系统启动过程中,vmlinuz 和 initramfs 是 GRUB 加载的两个关键组件,它们分别承担内核初始化和临时根文件系统准备的任务。以下是它们的详细作用及协作流程: 1. vmlinuz:压缩的 Linux 内核作用• 核心功能:包含 Linux 内 2025-11-18 linux > boot > grub #acpi #boot #deb #debug #drivers #fs #git #gpu #grub #kernel #linux #log #qemu #shell #tools #mm #net #dbus #proc #modules #irq #console
kern.log kern.log12cat /proc/cmdline BOOT_IMAGE=/vmlinuz-4.19.0-arm64-desktop root=UUID=fb063bb0-c792-424a-a779-05f5cdab3dcf ro video=efifb:nobgrt splash console=tty plymouth.ignore-serial-consoles ignore_logl 2025-11-18 linux > monitoring > log #3d #boot #deb #debug #deepin #linux #log #net #proc #console
bpf-learning bpf-learning安装教程1sudo apt install bpfcc-tools linux-headers-$(uname -r) bpftrace BPF Compiler Collection (BCC) bpftrace 动态追踪可以通过探针机制,来采集内核或者应用程序的运行信息。所谓动态,表示他可以不用修改内核和应用程序的代码,就获得丰富的信息。因为在以往的排查和调试性能 2025-11-18 linux > performance > bpf #bpf #gdb #linux #monitoring #perf #performance #python #tools
性能之巅 性能之巅 性能之巅 洞悉系统、企业与云计算PDF(完整版) 性能之巅 洞悉系统、企业与云计算PDF(完整版)提取码: abq8 性能之巅——洞悉系统、企业与云计算 Brendan Gregg BPF之巅 洞悉Linux系统和应用性能 2025-11-18 linux > performance > bpf #bpf #java #linux #log #net
CVE-2024-50099 CVE-2024-50099在本次讨论中,关键的漏洞源于 LDR literal 和 LDRSW literal 指令的模拟函数 simulate_ldr_literal() 和 simulate_ldrsw_literal(),这两个函数直接通过 C 代码访问内存,而没有使用内核的异常表(extable)来处理内存访问错误,导致内核在遇到无效内存访问时触发 BUG(),进而导致内核崩溃或其他异常 2025-11-18 linux > performance > perf #go #linux #struct