Add: UEFI support (32-bit protected still)

This commit is contained in:
xamidev
2024-08-24 11:52:16 +02:00
parent b3ee5f5dc9
commit 0146613ce7
2 changed files with 2 additions and 3 deletions

View File

@@ -46,9 +46,7 @@ The `toolchain` target will download the appropriate cross-compiling tools, and
## Running on real hardware
To run the OS on real hardware, you'll first need to have a BIOS-compatible computer. Some of the new laptops with graphical "BIOSes" only support UEFI now. So make sure to get a computer that can boot into BIOS mode. You'll have to switch the boot mode to "Legacy" in your BIOS/UEFI utility.
Burn your image file onto a USB stick:
The OS is now both UEFI and BIOS compatible! Burn your image file onto a USB stick:
```
sudo dd bs=4M if=blankos.iso of=/dev/sdX status=progress oflag=sync
```