搜索资源列表
examples-of-linuxkernel-program
- LINUX内核编程的一些程序例子,对于学习内核编程很有帮助-Linux kernel programming examples of some of the procedures for learning useful kernel programming
多线程HTTP服务器程序
- 多线程HTTP服务器程序.Linux下开发的心得笔记 包括加锁的问题、内核编程的一些注意事项、内核程序风格的注意事项、为操作函数集等和一些源码。-multithreaded HTTP server. Linux development experience including lockable Notes, some kernel programming note, the kernel procedures style matters to the attention of the opera
linux_Kennel
- linux内核编程 linux内核编程
POSIXPthreadprogrammer
- Linux 的多线程编程内核同步 超级经典!!!!强烈推荐
嵌入式Linux+C编程入门(第2版)++PPT
- 讲解linux下嵌入式开发的技术,部分内容如下: 嵌入式系统概述 ARM嵌入式处理器 Linux编程环境 嵌入式交叉开发环境 交叉开发工具链 Bootloader 配置编译Linux 2.6内核
基于内核入侵的木马设计与实现
- 通过内核入侵是木马入侵Linux系统的一种重要形式,其原理是利用Linux内核提供的机制来实现木马的各种功能,卞要是通过内核编程来实现。本文重点研究了内核入侵的 两种方法:直接对内核源代码进行修改,利用Linux的模块机制。最后在此基础上完成了一个基于内核入侵的木马设计与实现。
LinuxApplicationIntrduction
- Linux实用教程 涉及Linux存储管理、内核结构、文件管理、系统调用、系统管理、网络基础、网络安全、编程基础等实用内容。-Linux Practical Guide related to Linux storage management, kernel structure, document management, system calls, system management, network infrastructure, network security, programming
5.Linux
- 本文主要描述了如何将linux2.6的内核裁减为嵌入式Linux系统的过程,并在S3C2410开发板上移植了嵌入式Linux 2.6.11.7 内核系统,并说明了如何进行LCD驱动程序模块化编程及如何将驱动程序静态加载到系统内核之中。 -This article describes how to linux2.6 reduced to the core of the process of embedded Linux systems, and transplant S3C2410 dev
Linux_program
- 《Linux编程白皮书》描述了关键的设计概念,以及系统和Linux内核子系统的概念系统结构和具体的系统结构。全书是从Linux操作系统的心脏——内核开始进行深入介绍的。所介绍的知识包括Linux硬件和软件基础、内核机制、进程、模块、结构及源代码、Linux内核模块编程指南,把应用程序移植到Linux下,以及对网络的讨论等等。-" Linux Programming White Paper" describes the key design concepts and system
LINUX
- 本书以嵌入式LINUX系统开发流程为主线,剖析了嵌入式LINUX系统构建的各个环节。从嵌入式系统基础知识和LINUX编程技术讲起,接下来说明了建立嵌入式LINUX交叉开发环境,然后分析了嵌入式LINUX系统的引导程序、内核和文件系统三大组成部分,最后介绍了嵌入式LINUX系统集成和部署的方法。-Book embedded LINUX systems development process as the main line, embedded LINUX system analyzes all a
Linux-device-driver
- 本书指导你如何编写你自己的驱动, 以及如何利用内核相关的部分. 我们采用一种设备-独立的方法 编程技术和接口, 在任何可能的时候, 不会捆绑到任何特定的设备.-This book to write your own guide you on how to drive, and how to use the kernel the relevant part. We adopt a kind of equipment-independent party Method Programming t
ziliao
- 嵌入式微处理器正越来越广泛的应用在生产生活的各个领域,但是传统的嵌入式微处理器要么是8位的处理器,性能有限,要么是32位基于ARM的微处理器在使用上需要嵌入式操作系统的支持,比如Linux操作系统,使得系统不够精炼。这一情况直到ARM公司推出Cortex-M内核才得以改善,它无需操作系统,可以像单片机一样使用KeilC语言进行编程,极大的减少了开发者的工作量。-Embedded microprocessor is more widely used in the production of al
GNU_Linux-program
- 全面介绍GUN/linux编程。首先介绍了在Linux上编程的必备工具,在库函数,系统调用和内核上阐述Linux编程知识。着重介绍文本形式的图形界面库ncurses,讲解了真正的图形化的流行系统,X Window,Qt,GNOME,OpenGL的基本编程方法。同时介绍了Bash编程和设备驱动编程。-Comprehensive introduction the GUN/linux programming. First introduced indispensable tool for progra
linux-Application-Development
- 本书全面介绍了嵌入式 Linux 系统开发过程中,从底层系统支持到上层 GUI 应用的方方面面,内容涵盖 Linux 操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识,硬件部件的使用及编程,,U-Boot、Linux 内核的分析、配置和移植,根文件系统的构造,内核调试技术,驱动程序编写及移植,GUI系统的移植,应用程序调试技术。 -The book is a comprehensive introduction to embedded Linux system developme
Linux-socket
- 《Linux网络编程》内容简介:Linux是目前最流行的开源操作系统,网络功能在Linux下占有核心的地位。《Linux网络编程》循序渐进地从应用层到Linux内核、从基本知识点到综合案例,向读者介绍如何在Linux下进行网络程序设计。-Introduction to Linux Network Programming Content: Linux is the most popular open-source operating system, occupies the core of the
Linux
- 讲述linux进行高级编程的硬件基础和软件基础,介绍了CPU、总线、地址空间、内核数据结构等内容。-Hardware based and software based on Linux for programming, introduces CPU, bus, address space, the kernel data structures etc..
GNU-make-Chinese-version
- linux内核编程GNU make ver3.8手册中文版,详细介绍makefile的编写规则,是官方英文版的翻译-The Linux kernel programming GNU make ver3.8 manual available in Chinese, details of the write makefile rules, is the official English translation
linux_Ori-Pomerantz
- linux内核编程,经典教程,Ori Pomerantz写的- The Linux Kernel Primer, The Linux Kernel Primer,written by Ori Pomerantz