Merge pull request #1265 from proudmuslim-dev/patch-1

Fix typo in chapter 2
This commit is contained in:
Philipp Oppermann
2024-01-24 10:01:44 +01:00
committed by GitHub

View File

@@ -56,7 +56,7 @@ UEFI, in contrast, is more modern and has much more features, but also more comp
### BIOS ### BIOS
Almost all x86 systems have support for BIOS booting, including most UEFI-based machines that support an emulated BIOS. Almost all x86 systems have support for BIOS booting, including most UEFI-based machines that support an emulated BIOS.
This is great, because you can use the same boot logic across all machines from the last centuries. This is great, because you can use the same boot logic across all machines from the last century.
The drawback is that the standard is very old, for example the CPU is put into a 16-bit compatibility mode called [real mode] before booting so that archaic bootloaders from the 1980s would still work. The drawback is that the standard is very old, for example the CPU is put into a 16-bit compatibility mode called [real mode] before booting so that archaic bootloaders from the 1980s would still work.
Also, BIOS-compatibility will be slowly removed on newer UEFI machines over the next years (see below). Also, BIOS-compatibility will be slowly removed on newer UEFI machines over the next years (see below).