亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

linux-Kernel

  • Embedded Linux Primer: A Practical, Real-World Approach presents a step-by-step walkthrough of port

    Embedded Linux Primer: A Practical, Real-World Approach presents a step-by-step walkthrough of porting Linux to custom boards and introduces real-time configuration via CONFIG_RT--one of today s most exciting developments in embedded Linux. You ll find especially detailed coverage of using development tools to analyze and debug embedded systems--including the art of kernel debugging.

    標(biāo)簽: step-by-step walkthrough Real-World Practical

    上傳時間: 2014-01-19

    上傳用戶:wys0120

  • Essential Linux Device Drivers by Sreekrishnan Venkateswaran ---------------------------------------

    Essential Linux Device Drivers by Sreekrishnan Venkateswaran -------------------------------------------------------------------------------- Publisher: Prentice Hall Pub Date: March 27, 2008 Print ISBN-10: 0-13-239655-6 Print ISBN-13: 978-0-13-239655-4 Pages: 744 Slots: 0.5 而且kernel里面有的驅(qū)動基本都涉及到了 。比較新的書。 -Essential Linux Device Drivers by Sreekrishnan Venkateswaran Publisher: Prentice Hall Pub Date: March 27, 2008 Print ISBN-10: 0-13-239655-6 Print ISBN-13: 978-0-13-239655-4 Pages: 744 Slots: 0.5 inside the kernel and some basic drivers are involved. Relatively new book.(補全上次,上下半部).保證可用

    標(biāo)簽: Venkateswaran Sreekrishnan Essential Drivers

    上傳時間: 2014-01-19

    上傳用戶:270189020

  • linux嵌入式開發(fā)全過程介紹

    linux嵌入式開發(fā)全過程介紹,bootloader,kernel,rootfs等。很好的入門或加強材料。

    標(biāo)簽: linux 嵌入式開發(fā) 過程

    上傳時間: 2013-12-25

    上傳用戶:wff

  • 將s3c2410-linux-2.6.11.1-apm-08.11.02.patch復(fù)制到內(nèi)核根目錄。 執(zhí)行patch –p1 < s3c2410-linux-2.6.11.1-apm-08.

    將s3c2410-linux-2.6.11.1-apm-08.11.02.patch復(fù)制到內(nèi)核根目錄。 執(zhí)行patch –p1 < s3c2410-linux-2.6.11.1-apm-08.11.02.patch即可! 在2.6.11.1內(nèi)核中,創(chuàng)建字符設(shè)備的代碼是:linux/arch/arm/kernel/amp.c。在根文件系統(tǒng)創(chuàng)建設(shè)備節(jié)點是dev/misc/apm_bios。

    標(biāo)簽: linux patch 2410 apm

    上傳時間: 2017-07-31

    上傳用戶:jeffery

  • Advanced linux programming. Linux was written in C. This book give information about linux and techn

    Advanced linux programming. Linux was written in C. This book give information about linux and technologies in linux operating system. Then show the programming part of kernel and environments. Really nice for C programmers on Linux.

    標(biāo)簽: linux C. information programming

    上傳時間: 2014-01-24

    上傳用戶:koulian

  • 瑞芯微RK3399 軟件件設(shè)計資料 RK3399 Linux Debian軟件開發(fā)文檔資料

    瑞芯微RK3399 軟件件設(shè)計資料 RK3399 Linux Debian軟件開發(fā)文檔資料,SDK 是基于 Linux 64bit 系統(tǒng),內(nèi)核基于 kernel 4.40,適用于 RK3399 挖掘機(jī)以及基于其 上所有 linux 開發(fā)產(chǎn)品。 支持 VPU 硬解碼、GPU 3D、QT 等功能。具體功能調(diào)試和接口說明

    標(biāo)簽: rk3399 linux

    上傳時間: 2022-01-29

    上傳用戶:

  • Linux內(nèi)核裁剪與編譯

    學(xué)習(xí)本章要達(dá)到的目標(biāo):口1.理解 Linux內(nèi)核編譯選項的含義口2.學(xué)會根據(jù)不同的硬件配置裁減定制內(nèi)核;口3.理解內(nèi)核編譯過程中每一步的功能,并編譯 Linux2.630內(nèi)核。需要去重新編譯 Linux內(nèi)核口增加操作系統(tǒng)對新的硬件設(shè)備的支持口增加內(nèi)核新的功能口對內(nèi)核代碼或內(nèi)核配置進(jìn)行優(yōu)化時Prompt for development and/or incomplete code/drivers口顯示處于開發(fā)調(diào)試中或尚未完善的代碼或驅(qū)口選中:如果是測試人員或者開發(fā)者;口不選:其他情況Local version append to kerne release口追加本地版本號口使用命令“uname-a”進(jìn)行查看。POSIX Message Queues口 POSIX消息隊列的支持,這是 POSIX進(jìn)程間通信的一部分BSD Process Accounting口將進(jìn)程的統(tǒng)計信息寫入文件口信息通常包括建立時間、所有者、命令名稱、內(nèi)存使用、控制終端等,這個選項一般是選擇的。Enable loadable module support口使能可加載模塊支持口如果使能此選項則可以通過"makemodules_insta"把內(nèi)核模塊安裝在/lib/modules/中Kernel support for ELF binaries口內(nèi)核對ELF文件格式的支持口ELF是開放平臺下最常用的二進(jìn)制文件格式支持動態(tài)連接,支持不同的硬件平臺Kernel support for a out and ECOFF binaries口早期UNIX系統(tǒng)的可執(zhí)行文件格式,目前已經(jīng)被ELF格式取代Unix domain sockets口本機(jī)高效率的 Socket口僅能運行在本機(jī)上的高效率的 Socket,簡稱 Unix socket??诤芏噙M(jìn)程使用為這種機(jī)制在操作系統(tǒng)內(nèi)部進(jìn)行進(jìn)程間通信,例如 X Window和 syslog等TCP/IP networking口TcP/IP網(wǎng)絡(luò)協(xié)議的支持

    標(biāo)簽: linux

    上傳時間: 2022-03-29

    上傳用戶:kingwide

  • 構(gòu)建嵌入式Linux系統(tǒng).rar

    構(gòu)建嵌入式Linux系統(tǒng)》,一本經(jīng)典書籍,學(xué)習(xí)嵌入式Linux系統(tǒng)的必備書-"

    標(biāo)簽: Linux 嵌入式

    上傳時間: 2013-05-25

    上傳用戶:熊少鋒

  • linux試題.rar

    常用ARM指令集及匯編 linux試題

    標(biāo)簽: linux 試題

    上傳時間: 2013-04-24

    上傳用戶:qw12

  • Linux使用大全.rar

    Linux使用大全,主要是一些命令,希望對大家有用

    標(biāo)簽: Linux

    上傳時間: 2013-05-15

    上傳用戶:啊颯颯大師的

主站蜘蛛池模板: 荆州市| 栾川县| 西吉县| 剑川县| 淮滨县| 孝义市| 溧水县| 岚皋县| 榕江县| 安吉县| 当阳市| 磐安县| 英超| 屯昌县| 德江县| 荔波县| 衡阳县| 石河子市| 威远县| 南岸区| 盐亭县| 靖江市| 台中县| 云南省| 宁波市| 永平县| 温宿县| 佛学| 阿尔山市| 吴川市| 石泉县| 大荔县| 青河县| 讷河市| 盱眙县| 郯城县| 孟连| 西平县| 比如县| 永宁县| 安福县|