inside-the-linux-kernel-full
rtoax
2018-12-08 16:45:03
308
收藏
分类专栏:
【Linux内核】
最后发布:2018-12-08 16:45:03
首次发布:2018-12-08 16:45:03
点赞
1
评论
2
分享
x
海报分享
扫一扫,分享海报
收藏
举报
关注
关注
一键三连
点赞Mark关注该博主, 随时了解TA的最新博文
已标记关键词
清除标记
ANALYSIS AND EXPLOITATION OF A LINUX KERNEL VULNERABILITY (CVE-2016-0728)
stonesharp的专栏
01-20
1027
ANALYSIS AND EXPLOITATION OF A LINUX KERNEL VULNERABILITY (CVE-2016-0728) By Perception Point Research Team Introduction The Perception Point Research team has identified a 0-day l
插入表情
添加代码片
HTML/XML
objective-c
Ruby
PHP
C
C++
JavaScript
Python
Java
CSS
SQL
其它
还能输入
1000
个字符
“速评一下”
The Performance of µ-Kernel-Based Systems
wdjjwb的专栏
03-13
546
Hermann Härtig - Michael Hohmuth - Jochen Liedtke* - Sebastian Schönberg - Jean Wolter Dresden University of Technology Department of Computer Science D-01062 Dresden, Germany email: l4-linux@os.inf.t...
Inside Real-Time Linux
闲云孤鹤
02-28
2036
本文转载于:https://www.linux.com/news/event/elce/2017/2/inside-real-time-linux Real-time Linux has come a long way in the past decade. Jan Altenberg of Linutronix provides an overview
Linux Per-CPU Data
already_skb的专栏
03-01
691
Linux Per-CPU Data Reasons for Using Per-CPU Data There are a couple benefits to using per-CPU data. The first is the reduction inlocking requirements(减少locking的使用需求). Depending on thesemantics by
Linux kernel design patterns - part 2
山庄来客的专栏
06-27
950
Last week we discussed the value of enunciating kernel design patterns and looked at the design patterns surrounding reference counts. This week we will look at a very different aspect of coding and
UTF-8 and Unicode FAQ for Unix/Linux
小猪爱拱地
03-17
1941
by Markus Kuhn This text is a very comprehensive one-stop information resourceon how you can use Unicode/UTF-8 on POSIX systems (Linux, Unix). Youwill find here both introductory information for ever
史上最全linux内核配置--Device drivers
JackSparrow_sjl的博客
05-25
1571
linux内核配置–Device drivers 文章目录linux内核配置--Device driversGeneric Driver Options --->Bus Devices --->< > Connector - unified userspace <-> kernelspace linker Memory Technology Device (MTD) support --->-Y- Device Tree and Open Firmware supp
tiny linux -- 制作linux 小系统的方法(翻译)
wlj的博客
09-18
1748
原链接地址: https://github.com/ir193/tiny_linux/blob/master/NOTE.md 制作小系统的思路。 正文开始 ================================================================================= This is my note of doing the pr...
Linux kernel design patterns - part 3
山庄来客的专栏
06-27
718
In this final article we will be looking at just one design pattern. Westarted with the fine details of reference counting,zoomed out to look at whole data structures, and now move to the even large
Linux kernel 配置选项
qq_28779021的博客
01-17
2842
General setup 常规设置 Cross-compiler tool prefix CONFIG_CROSS_COMPILE 交叉编译工具前缀(比如"arm-linux-"相当于使用"make CROSS_COMPILE=arm-linux-"进行编译).除非你想配置后默认自动进行交叉编译,否则不要使用此选项. Local version - append to kernel rel...
使用Hyper-V Server创建Linux虚拟机
weixin_33972649的博客
12-05
55
通过 Hyper-V 及 Windows Azure 供应 Linux,这是微软改善对开源软件支持情况的一大举措。作为该倡议的一部分,微软的 Linux 集成服务(LIS)团队持续开发着先进的 Linux 驱动,并直接由 Linux 的内核团队进行检查,因此 CentOS、Debian、Red Hat、SUSE 及 Ubuntu 等主要发行版的后续新版本都能直接进行集成。该集...
设备驱动中的gadget(kernel-4.7)
viewsky11的专栏
12-20
2876
Linux USB Gadget Driver功能为了与主机端驱动设备的USB Device Driver概念进行区别,将在外围器件中运行的驱动程序称为USB Gadget Driver。其中,Host端驱动设备的驱动程序是master或者client driver,设备端gadget driver是slave或者function driver。Gadget Driver和USB Host端驱动程序
Kernel Korner - Allocating Memory in the Kernel
Mac Track
08-12
830
In this article, Robert offers a refresher on kernel memory allocation and how it has changed for the 2.6 kernel. Unfortunately for kernel developers, allocating memory in the kernel is not as simple as allocating memory in user space. A number of fa
移植ntfs-3g到nuc960
Emyard博客
10-28
1907
移植ntfs-3g到nuc960 一相关环境 1.编译环境: Linux 主机:Ubuntu 12.04 编译器:arm-linux-gcc v4.2.1 2.硬件环境 硬件开发板:nuc960evb norflash boot 3.软件bsp Nuc900 2.6.17 bsp Kernel:2.6.17.14 二软件源码 1.fuse-2.6.0
How-To-Secure-A-Linux-Server
weixin_30670965的博客
05-08
728
Reference: https://raw.githubusercontent.com/imthenachoman/How-To-Secure-A-Linux-Server/master/linux-kernel-sysctl-hardening.md https://github.com/imthenachoman/How-To-Secure-A-Linux-Server https:/...
Linux-3.10-x86_64 内核配置选项简介
haichunzhao的专栏
12-23
1万+
Linux-3.10-x86_64 内核配置选项简介 作者:金步国[www.jinbuguo.com] 版权声明 本文作者是一位开源理念的坚定支持者,所以本文虽然不是软件,但是遵照开源的精神发布。 无担保:本文作者不保证作品内容准确无误,亦不承担任何由于使用此文档所导致的损失。 自由使用:任何人都可以自由的阅读/链接/打印此文档,无需任何附加条件。 名誉权:任何人都
An Introduction to the Linux-based Assignments
weixin_34413103的博客
05-02
37
An Introduction to the Linux-based AssignmentsNote: Please use the class discussion board (you can find it on your blackboard) as a communication and Q&A tool. Should you still need to send an e-...
大数据的入门视频教程
07-26
大数据技术入门视频课程,会从基础思想和原理架构开始,全面介绍大数据的思想体系和架构,为学员进一步学习大数据奠定良好的基础。内容涉及大数据的核心问题、大数据核心思想,Google的三篇论文、GFS,Google的分布式文件系统,MapReduce,BigTable、Hadoop和Spark生态体系以及具体应用演示。
©️2020 CSDN
皮肤主题: 酷酷鲨
设计师:CSDN官方博客
返回首页