# uefi_specs_personal_collections **Repository Path**: jaysenli/uefi_specs_personal_collections ## Basic Information - **Project Name**: uefi_specs_personal_collections - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 7 - **Created**: 2025-04-10 - **Last Updated**: 2025-04-10 ## 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). ## 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