RSS Dig into computer system.
哪吒推荐该订阅
简介:每一个考验、问题、错误,有一天都会变成美丽的玫瑰花瓣,就像枝干上都是刺,痛苦会导向光明,变成美丽。
原站:http://blog.csdn.net/hgf1011/
标签:system into dig computer
指数:
点击立即订阅,“Dig into computer sys...”的内容有更新,哪吒第一时间提醒您
“Dig into computer system.”的内容更新
累计:39 篇(自 2009-05-05 起)
更新:约1篇/月,最后更新229 天前
Dig into computer system.
in order to reduce platform's boot speed, bios engineer need to optimize the platform firmware. but before that, bios engineer should know where is the bottleneck. the functions defined in edk (perf_start, perf_end) is used to help bios engineer to figure out it.... (229 天前)
Dig into computer system.
list是一个非常常见的数据结构,学过c的童鞋肯定都会非常熟悉这个东东,上学的时候老师都会教我们按照如下的方式定义一个双向list。typedef struct _list_node {struct _list_node * flink;struct _list_node * blink;uint32 data;}list;... (305 天前)
Dig into computer system.
int15是一个misc function, 很多乱七八糟的功能都被放在 int15中实现。比较常见的有这样几个功能:1.cpu micro code update ;2.vbios call back function;3. a20 control function。 之前我并不知道int15 a20 control function的功能,一次偶然机会 在debug 一个pxe网络ghost的问题 发现每次dos下的ghost软件运行到一半就报错了, 然后利用dos下的单步执行的功能就发现每次执行完加... (305 天前)
Dig into computer system.
之前有提到因功能需求的增加,越来越多的pci/pcie设备被加入进来,导致中断资源的缺失。后来就出现了irq routing 以及msi等技术手段用于解决这些问题。看上去msi较通常使用interrupt pin的方式比较起来似乎有优势,msi是通过向host发msg的方式产生irq request,再送达host/pci bridge之前它和普通的memory write并没有什么区别,host收到以后再将该memory write转化成interrupt送抵各... (305 天前)
Dig into computer system.
在计算机发展的历史中,很多技术的出现都是为了解决当前所面临的问题而产生和发展出来的,pci irq routing也不例外,随着计算机系统的功能需求的增加,越来越多的pci/pcie设备被加入到系统中来,可是pic mode下却只有15 个irq可供使用(即使是apic,目前也只是有24个intin),而且在早期device都是直接拉线到8259 irq,所以一旦确定就没法改变,没有灵活性。于是中断共享就是这种情况... (305 天前)
Dig into computer system.
pic全称programmable interrupt controller,通常是指intel 8259a双片级联构成的最多支持15个interrupts的中断控制系统。apic全称advanced programmable interrupt controller,apic是为了多核平台而设计的。它由两个部分组成ioapic和lapic,其中ioapic通常位于南桥中 用于处理桥上的设备所产生的各种中断,lapic则是每个cpu都会有一个。ioapic通过apicbus(现在都是通过fsb/qpi)将中断... (305 天前)
Dig into computer system.
cpu在c0状态下有两种手段降低功耗的方法,其一是之前介绍过的p-state,另一个就是t-state。t-sate全称就是processor throttling states,它为ospm提供了一种通过降低processor performance进而降低系统负载和温度的能力,听上去可能和p-state很像,其实是有区别的,p-state通过调整cpu vid电压进而影响cpu的工作频率的方式调整系统系能,而t-state则是通过调整单位时间内cpu clock on... (305 天前)
订阅者 ( 2 )
lansatiankong
peterhu
相关订阅源
RSS Google Operating System

Unofficial blog that contains news about Google, social software and what lies behind every piece of this puzzle called Google o

标签: google operating geek system tech

指数 | 119人订阅  

RSS Igor Ledochowski - Lifelong Success System Review

lifelong success system - igor ledochowski the lifelong success system is the latest work from igor ledochowski - renowned master hypnotist and n.l.p trainer.

标签: system success lifelong ledochowski igor

指数 | 2人订阅  

RSS Princeton S* Network Systems

secure, scalable, self-organizing, storage, self-managing, sensing, ...

标签: system researcher distributed

指数 | 1人订阅  

我要反馈