1、bsp以lib的形式提供kernel使用; 2、集成抢占式内核,内核实现全部有注释; 3、APP采用C++语言编写,应用单独编写。
2021-07-22 17:02:50 5.31MB stm32 任务调度 程序分层设计
CentOS7.4 kernel-devel-3.10.0-693.el7.x86_64 的rpm包
2021-07-21 14:00:38 9.09MB kernel-devel rpm kernel
1
In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety of systems, you need to delve deep into the heart of the kernel. The kernel handles all interactions between the CPU and the external world, and determines which programs will share processor time, in what order. It manages limited memory so well that hundreds of processes can share the system efficiently, and expertly organizes data transfers so that the CPU isn't kept waiting any longer than necessary for the relatively slow disks. The third edition of Understanding the Linux Kernel takes you on a guided tour of the most significant data structures, algorithms, and programming tricks used in the kernel. Probing beyond superficial features, the authors offer valuable insights to people who want to know how things really work inside their machine. Important Intel-specific features are discussed. Relevant segments of code are dissected line by line. But the book covers more than just the functioning of the code; it explains the theoretical underpinnings of why Linux does things the way it does. This edition of the book covers Version 2.6, which has seen significant changes to nearly every kernel subsystem, particularly in the areas of memory management and block devices. The book focuses on the following topics: Memory management, including file buffering, process swapping, and Direct memory Access (DMA) The Virtual Filesystem layer and the Second and Third Extended Filesystems Process creation and scheduling Signals, interrupts, and the essential interfaces to device drivers Timing Synchronization within the kernel Interprocess Communication (IPC) Program execution Understanding the Linux Kernel will acquaint you with all the inner workings of Linux, but it's more than just an academic exercise. You'll learn what conditions bring out Linux's best performance, and you'll see how it meets the challenge of providing good system response during process scheduling, file
2021-07-21 13:52:47 5.35MB Linux kernel
1
centos出现Missing Dependency :kernel-header 的解决方法, ‘Error: Missing Dependency: kernel-headers is needed by package glibc-headers-2.5-81.el5_8.2.x86_64’ 安装kernel-headers即可解决问题
2021-07-21 13:52:41 5.96MB kernel-headers linux
1
带amdgpu驱动的linux内核,内核版本5.11
2021-07-21 13:00:59 147.85MB 内核 amdgpu linux
1
Mastering_the_FreeRTOS_Real_Time_Kernel-A_Hands-On_Tutorial_Guide.pdf
2021-07-20 17:02:41 3.59MB freertos kernel
1
华为高斯数据库驱动
2021-07-20 15:04:44 9.37MB 高斯 gaussdb200 jdbc
1
针对S3C2416的内核源代码。 内核版本为Linux Kernel 2.6.21, 支持DM9000,WM9714....
2021-07-19 23:47:13 57.15MB S3C2416 kernel
1
入门级别培训
2021-07-19 12:02:28 1.39MB 嵌入式 greenhills
1
《追踪Linux TCP/IP代码运行·基于2.6内核》以应用程序为线索,详细描述了数据包在协议栈的分段、重组、发送、接收过程,同时分析了路由的初始化和设置过程,主要包括socket应用程序、TCP/IP协议、路由、通知链、邻居子系统等内容。全书涵盖了协议栈的全部知识点,对于广大的读者来说这是一本极其难得的技术资料。同时,书中论述了网络设备的工作原理,解释了RTL8169和嵌入式CS8900、DM9000网卡设备的核心过程。   《追踪Linux TCP/IP代码运行·基于2.6内核》可作为3G网络开发人员、嵌入式通信产品开发人员、网络应用开发人员、网络管理人员及网络爱好者、从事网络方向的本科生、研究生的参考书。
2021-07-18 21:43:58 54.11MB TCPIP kernel 网络 网络编程
1