# uefi_specs_personal_collections **Repository Path**: xiaopangzi313/uefi_specs_personal_collections ## Basic Information - **Project Name**: uefi_specs_personal_collections - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 7 - **Created**: 2021-03-27 - **Last Updated**: 2024-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # uefi_specs_personal_collections This repo contains some UEFI learning documents collected by individuals. Although these documents are not comprehensive enough, they are still helpful for beginner developers. - [Backgroud](#background) - [Install](#install) - [Usage](#usage) - [Examples](#examples) - [Maintainers](#maintainers) - [Contributing](#contributing) - [Licence](#licence) ## Background To help the new BIOS learners to quikly grasp the UEFI technology, I have created a series of UEFI demos which can be run successfully in `QEMU`. Welcome the more UEFI developers to submit the code patchs and suggestions. ## Install ``` $git clone https://github.com/xiaopangzi313/uefi_specs_personal_collections ``` ## Usage This repo contains a documentation package including some opensouce spec about `UEFI` and a code package using to debug the `UEFI` module. ## Examples - Set up the Qemu Runtime enviroment ![link](https://img-blog.csdnimg.cn/20190426233121435.PNG?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3hpYW9wYW5nemkzMTM=,size_16,color_FFFFFF,t_70). - Run the first EFI App ![link2](https://img-blog.csdnimg.cn/20190427011651223.PNG?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3hpYW9wYW5nemkzMTM=,size_16,color_FFFFFF,t_70). - Dump Hobs from UEFI shell ![link3](https://img-blog.csdnimg.cn/a56af1f3e3e8487a8da79f494714df22.png#pic_center) - Dump Variable from UEFI shell ![link4](https://img-blog.csdnimg.cn/20201121142940550.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3hpYW9wYW5nemkzMTM=,size_16,color_FFFFFF,t_70#pic_center) ![link5](https://img-blog.csdnimg.cn/20201122155115197.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3hpYW9wYW5nemkzMTM=,size_16,color_FFFFFF,t_70#pic_center) - Install/Dump Acpi tables from UEFI shell ![link6](https://img-blog.csdnimg.cn/d24d2e3381894f6885b31ba4c30fb685.png#pic_center) ![link7](https://img-blog.csdnimg.cn/c175f54a657241febc1eeb5ece2968f2.png#pic_center) ![link8](https://img-blog.csdnimg.cn/0a802d2273f741478b39d7d5baad8a6e.png#pic_center) ## Maintainers [Darren](https://github.com/xiaopangzi313/) ## Contributing Current maintainer is only me, and my email is 755056591@qq.com. If you want to view more detail, you can visit my [blog](https://blog.csdn.net/xiaopangzi313/). Wecome more developers to join my repo! ## Licence [MIT](https://github.com/RichardLitt/standard-readme/blob/master/LICENSE) © Richard Littauer