码迷,mamicode.com
首页 >  
搜索关键字:linux-kernel    ( 942个结果
Android v2.0 基本概念 - 浅谈
目录Android框架Linux Kernel系统运行库LibrariesAndroid RuntimeApplication FrameworkApplicationAndroid框架Linux Kernel Android核心系统服务基于Linux内核,如安全性、内存管理、进程管理、网络协...
分类:移动开发   时间:2014-11-29 17:21:20    阅读次数:144
Linux Kernel sys_call_table、Kernel Symbols Export Table Generation Principle、Difference Between System Calls Entrance In 32bit、64bit Linux(undone)
Linux Kernel sys_call_table、Kernel Symbols Export Table Generation Principle、Difference Between System Calls Entrance In 32bit、64bit Linux
分类:系统相关   时间:2014-11-28 15:54:36    阅读次数:952
Android基础之Android系统架构
Android采用层次化系统架构,官方公布的标准架构如下图所示。Android由底层往上分为4个主要功能层,分别是linux内核层(Linux Kernel),系统运行时库层(Libraries和Android Runtime),应用程序架构层(Applica...
分类:移动开发   时间:2014-11-28 12:49:42    阅读次数:260
pandaboard安装ubuntu14.04系统遇到的问题
按照该网址步骤安装https://www.eewiki.net/display/linuxonarm/PandaBoard在linux kernel的./build_kernel.sh时,自动安装交叉编译器,然后自动检测到"scripts/git: LINUX_GIT not defined in ...
分类:系统相关   时间:2014-11-27 12:25:20    阅读次数:473
Linux Kernel Interrupt、Interrupt Priority、Prohibit Things Whthin CPU In The Interrupt Off State
Linux Kernel Interrupt、Interrupt Priority、Prohibit Things Whthin CPU In The Interrupt Off State
分类:系统相关   时间:2014-11-24 20:36:00    阅读次数:362
arm-linux kernel启动过程分析(2)-start_kernel之前第二步
create_page_table完成了3种地址映射的页表空间填写: (1)turn_mmu_on所在1M空间的平映射 (2)kernel image的线性映射 (2)bootparams所在1M空间的线性映射...
分类:系统相关   时间:2014-11-24 19:21:27    阅读次数:441
Linux Kernel Synchronization && Mutual Exclusion、Linux Kernel Lock Mechanism Summarize(undone)
Linux Kernel Synchronization && Mutual Exclusion、Linux Kernel Lock Mechanism Summarize
分类:系统相关   时间:2014-11-24 15:12:45    阅读次数:376
Centos 6.2 & VBox 4.1.8 操作系统学习笔记
Main 关于CentOS平台建立 把一些东西记录一下,可能有人会用到。 关于下载。。没什么好说的。。 关于安装。。有重点。。Centos6.2有两个ISO,我用第一个大个ISO安装可,第二个暂时没用到。。 【重要】对于6.2安装时选择安装模式的时候不能选Mini,否则安装出来只能进入文字界面,但是6.3安装时就没有这个问题。。 6.2安装时需要选择Mini Desktop。。这样才...
分类:其他好文   时间:2014-11-24 12:02:29    阅读次数:202
Memory Allocation API In Linux Kernel && Linux Userspace、kmalloc vmalloc Difference、Kernel Large Section Memory Allocation
Memory Allocation API In Linux Kernel && Linux Userspace、kmalloc vmalloc Difference、Kernel Large Section Memory Allocation
分类:Windows程序   时间:2014-11-21 21:42:59    阅读次数:520
attribute section的用法
1. gcc的__attribute__编译属性要了解Linux Kernel代码的分段信息,需要了解一下gcc的__attribute__的编绎属性,__attribute__主要用于改变所声明或定义的函数或 数据的特性,它有很多子项,用于改变作用对象的特性。比如对函数,noline将禁止进行内联...
分类:其他好文   时间:2014-11-21 15:41:55    阅读次数:141
942条   上一页 1 ... 74 75 76 77 78 ... 95 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!