技术的乐趣在于分享,欢迎多多交流,多多沟通。
全部博文(877)
发布时间:2015-05-11 11:33:27
http://haobinnan.blog.51cto.com/775253/160299/EFI Shell 命令参考命令说明引导命令 — EFI Shell 与 nPartition 引导有关的命令。autoboot设置(查看)自动引导超时变量。.........【阅读全文】
发布时间:2015-05-07 15:07:29
The AddDevice routine is responsible for creating functional device objects (FDO) or filter device objects (filter DO) for devices enumerated by the Plug and Play (PnP) manager.SyntaxC++DRIVER_ADD_DEVICE AddDevice;NTSTATUS AddDevice( _In_&.........【阅读全文】
发布时间:2015-05-07 13:19:53
The following sample code shows how to trace function entry and exit calls. This code works in Windows 2000 and later versions of Windows.First, add the definition of the WPP_CONTROL_GUIDS macro to a source or header file. When defining the trace flags, define a flag for functio.........【阅读全文】
发布时间:2015-05-05 13:07:54
http://blog.csdn.net/huangkangying/article/details/11582983前面的章节已经对ACPI Table和ASL语言的基本语法有过初步的介绍。这里在复习一下。ASL是ACPI Source Language的简称,它经过编译器编译过后变成AML,然后交给操作系统来执行。1. 根作用域下面的5个域(\_GPE, \_PR, \_SB, \_SI, \_TZ)\_GPE, 主要.........【阅读全文】