Twitter Client for UEFI
github.com
Twitter Client for UEFI
1–10 of 108 posts
Re: Twitter Client for UEFI
#2Re: Twitter Client for UEFI
#3Re: Twitter Client for UEFI
#4Re: Twitter Client for UEFI
#5Call me crazy, but security means doing only what is necessary and no more, in particular in this early part of starting up a computer system.
Re: Twitter Client for UEFI
#6TIL: It's possible for UEFI code to access the internet. What could possibly go wrong?
UEFI made it quite simpler by making it so that network cards only have to bring a driver in OPROM instead of whole stack as before, and this allowed important improvements into boot process (like HTTPS instead of TFTP)
Re: Twitter Client for UEFI
#7Re: Twitter Client for UEFI
#8Re: Twitter Client for UEFI
#9Re: Twitter Client for UEFI
#10" UEFI and BIOS are low-level software that starts when you boot your PC before booting your operating system, but UEFI is a more modern solution, supporting larger hard drives, faster boot times, more security features, and—conveniently—graphics and mouse cursors.
The UEFI/BIOS loads when your computer starts up, and the BIOS is responsible for waking up your computer’s hardware components, ensures they’re functioning properly, and then runs the bootloader that boots Windows or whatever other operating system you have installed.
You can configure various settings in the BIOS setup screen. Settings like your computer’s hardware configuration, system time, and boot order are located here.
The BIOS goes through a POST, or Power-On Self Test, before booting your operating system. It checks to ensure your hardware configuration is valid and working properly."
Source: https://www.howtogeek.com/56958/htg-explains-how-uefi-will-r...