# BIOS/UEFI和EDK

## EDK

EDK全称EFI Developer Kit，它实际上是一套实现了UEFI标准的开源代码，开发者可以在此基础上开发UEFI下的设备驱动或者其它应用。

当前开源 [EDK2](https://github.com/tianocore/edk2) 包括build程序，Flash FD，DSC文件处理，缺省配置项管理等等涉及UEFI或者EdkII 专门概念的专门工具。

## 参考

* [Linux/GNU toolchain 环境下的UEFI开发和调试](https://zhuanlan.zhihu.com/p/25941817)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://huataihuang.gitbook.io/cloud-atlas-draft/server/bios/uefi_edk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
