From 58106676fd6ae97f28b9088ba961921f17b12eb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=B8=85=E7=BF=94?= <16699465019@163.com> Date: Fri, 22 Mar 2024 20:46:42 +0800 Subject: [PATCH] =?UTF-8?q?3.21=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../3.21\344\275\234\344\270\232.md" | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 "\347\250\213\345\270\205\347\277\224/3.21\344\275\234\344\270\232.md" diff --git "a/\347\250\213\345\270\205\347\277\224/3.21\344\275\234\344\270\232.md" "b/\347\250\213\345\270\205\347\277\224/3.21\344\275\234\344\270\232.md" new file mode 100644 index 0000000..7fcfab1 --- /dev/null +++ "b/\347\250\213\345\270\205\347\277\224/3.21\344\275\234\344\270\232.md" @@ -0,0 +1,13 @@ +## **UEFI是什么?** + +UEFI全称“统一的可扩展固件接口”,相比传统BIOS来说,它更易实现,容错和纠错特性也更强,从而缩短了系统研发的时间。**简单点说,它是一种更高级的BIOS。** + +### UEFI的优点 + +1、UEFI基于32或64位模式,突破了传统BIOS16位代码寻址能力。达到了处理器的最大寻址,克服了BIOS代码运行缓慢的毛病。 + +## 进入bios + +我的电脑是联想拯救者y9000p,我是用F2进入BIOS设置页面, + + \ No newline at end of file -- Gitee