BIOS初步
wbcuc
这个作者很懒,什么都没留下…
展开
-
ret和retf指令
ret 用栈中数据改IP内容,近转移retf用栈中数据同时改CS,IP,远转移用汇编解释ret -> pop ipretf -> pop ip pop cs原创 2009-04-13 13:15:00 · 13471 阅读 · 0 评论 -
How to enable BitLocker on Windows Server 2012 R2
Thanks to the improvements of virtualization and storage technologies, it’s not difficult to clone a disk. A great advantage for disaster recovery, but also a potential risk for the security of your i转载 2018-01-24 13:41:00 · 915 阅读 · 0 评论 -
Intel Boot Agent BIOS image utility - IBABUILD .
下载链接:http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&ProdId=2196&DwnldID=12344&lang=zho IBABuild 通常在DOS下运行,当然也可以在windows命令行下运行。一般我们用它来生成一个LOM文件,以便整合到BIOS中;当然如果网卡上有Boot ROM芯片,也可以用它来直接将LOM文件刷转载 2012-12-10 10:31:49 · 1871 阅读 · 0 评论 -
SMBus与I2C的区别
SMBus、I2C转载 2010-12-16 17:41:00 · 12412 阅读 · 3 评论 -
浅谈 Linux 内核开发之 PCI 设备驱动
linux pci 驱动转载 2011-01-06 17:59:00 · 1038 阅读 · 0 评论 -
Cache 的write back和write through
CACHE,WB,WT转载 2011-02-25 14:15:00 · 2282 阅读 · 0 评论 -
Super I/O
super io; serial port原创 2011-02-28 17:12:00 · 3691 阅读 · 0 评论 -
怎样读写SMBus上的Device—以获取Intel平台上Memory的SPD信息为例
smbus,spd转载 2011-02-22 18:14:00 · 12204 阅读 · 1 评论 -
SMBus读取从设备数据总结
smbus,spd转载 2011-02-23 12:19:00 · 13137 阅读 · 5 评论 -
用好你的内存之SPD
spd,介绍转载 2011-02-22 18:40:00 · 5865 阅读 · 1 评论 -
Intel CPU 地址空间总结
地址空间, 4G, BIOS,PCIEXBAR转载 2011-03-19 10:52:00 · 12571 阅读 · 0 评论 -
Why BIOS loads MBR into 0x7C00 in x86 ?
BIOS MBR 0x7C00转载 2011-05-04 17:45:00 · 1944 阅读 · 2 评论 -
CF9h重启的机器码
x86汇编语言重启代码:汇编代码机器码mov dx, 0cf9hBA F9 0Cmov al, 0ehB0 0Eout dx, alEE原创 2011-11-15 14:42:09 · 1791 阅读 · 0 评论 -
调用BIOS中断实现重启关机
1、热启动 INT 19H 猜测应该是 JMP 0000H:7C00H 的作用,因为写Kitnix()的时候用这个指令是回到引导区的2、冷启动 JMP 0FFFFH:0000H3、关机 MOV AX, 5301H ;Function 5301h: APM Connect real-转载 2012-08-16 14:49:52 · 3149 阅读 · 2 评论