RSS LinuxSir.Org - Linux 内核研究小组
哪吒推荐该订阅
简介:对内核深层次学习,而非内核编译,内核编译仍在[基础建设讨论区]讨论。
原站:http://www.linuxsir.org/bbs
标签:内核 linux
指数:
点击立即订阅,“LinuxSir.Org - Linux ...”的内容有更新,哪吒第一时间提醒您
“LinuxSir.Org - Linux 内核研究小组”的内容更新
累计:353 篇(自 2008-05-13 起)
更新:约2篇/周,最后更新12 天前
LinuxSir.Org - Linux 内核研究小组
linux kernel release 2.6.xx <http://kernel.org/>these are the release notes for linux version 2.6. read them carefully,这是一个linux 2.6版本的发布说明。仔细阅读它,as they tell you what this is all about, explain how to install the它会告诉你所有关于linux2.6的信息,和怎么安装内核的说明kernel, and what to do if something goes wrong. 以及如果出现错误... (12 天前)
LinuxSir.Org - Linux 内核研究小组
想了解 uclibc 的系统调用源码,该如何下手?谢谢。... (20 天前)
LinuxSir.Org - Linux 内核研究小组
static void dequeue_task(struct rq *rq, struct task_struct *p, int sleep){ if (sleep) { if (p->se.last_wakeup) { update_avg(&p->se.avg_overlap, p->se.sum_exec_runtime - p->se.last_wakeup); p->se.last_wakeup = 0; } else { update_avg(&p->se.avg_wakeup, sysctl_sched_wakeup_granularity); } } sched_info_dequeued(p); p->sched_class->dequeue... (29 天前)
LinuxSir.Org - Linux 内核研究小组
下面引用网上的一段话,------------------------------------------实时和抢占,是为了减少latency 在非抢占的内核中(比如2.4),中断返回时(包括时钟中断?),如果发现cpu是在内核态,是不进行调度的。 因此,在内核态中的某些代码,如果运行时间太长的话,是会增加schedule latency的。 此时,主要依靠内核本身主动进行调度。 对于可以抢占的内核,中断返回时,即使c... (29 天前)
LinuxSir.Org - Linux 内核研究小组
在schedule中pick_next_entity代码如下:static struct sched_entity *pick_next_entity(struct cfs_rq *cfs_rq){ struct sched_entity *se = __pick_next_entity(cfs_rq); if (cfs_rq->next && wakeup_preempt_entity(cfs_rq->next, se) < 1) return cfs_rq->next; if (cfs_rq->last && wakeup_preempt_entity(cfs_rq->last, se) < 1) return cfs_rq->last; ret... (29 天前)
LinuxSir.Org - Linux 内核研究小组
struct stack { u32 irq[3]; u32 abt[3]; u32 und[3];} ____cacheline_aligned;static struct stack stacks[nr_cpus];.........unsigned int cpu = smp_processor_id();struct stack *stk = &stacks[cpu]; __asm__ ( "msr cpsr_c, %1\n\t" "add sp, %0, %2\n\t" "msr cpsr_c, %3\n\t" "add sp, %0, %4\n\t" "msr cpsr_c, %5\n\t" "add sp, %0, %6\n\t" "msr cpsr_c, ... (50 天前)
LinuxSir.Org - Linux 内核研究小组
linux内核的汇编部分有3个文件arch\arm\boot\compressed head.sarch\arm\kernel head.sarch\arm\kernel head-common.s请问这3个文件里的代码编译后放在哪个段里面?又是在哪里指定了其需要编译进哪个段的?我只看到arch\arm\kernel head.s 里面有.section ".text.head", "ax"其他2个文件没有找到。。。。。。。。另外我看了system.map 发现arch\arm\kernel head-common.s也... (50 天前)
订阅者 ( 3 )
lengyuex
he_goodluck
picuqo
相关订阅源
RSS Langouster 's Blog(虾 窝)

欢迎来到“虾 窝”

标签: 内核 安全 it

指数 | 6人订阅  

RSS fudan_abc的Linux内核专栏

Linux那些事儿 | Linux内核修炼之道

指数 | 18人订阅  

RSS 通向内核之地

网络安全研究

指数 | 3人订阅  

RSS MJ0011的内核驱动研究所

mj0011的内核驱动研究所

指数 | 3人订阅  

RSS 温研的专栏 (探索OS内核的奥秘)

古之立大事者,不惟有超世之才,亦必有坚忍不拔之志。

指数 | 0人订阅  

我要反馈