doc improvement: add feature matrix

This commit is contained in:
Recolic K 2021-11-25 17:39:57 +08:00
parent 5d803853aa
commit f8d27f725d
1 changed files with 9 additions and 0 deletions

View File

@ -50,6 +50,15 @@ The program prints removable storage list if no arguments are supplied.
If you don't want to use AppImage, you'll need to install all dependencies and download [uefi-ntfs.img](https://github.com/pbatard/rufus/tree/master/res/uefi) from Rufus project.
### Feature Matrix
|Modes|Legacy/UEFI-CSM Boot|UEFI Boot|Large ISO (>4GB)|Secure Boot|
|---|---|---|---|---|
|mbr(hybrid)|Supported|Supported|Supported|Supported|
|gpt|No|Supported|No|Supported|
|gptntfs|No|Partial|Supported|Supported|
|gpt+uefintfs|No|Supported|Supported|No|
### BIOS Boot
BIOS Boot (Legacy Boot/UEFI-CSM) uses stock Windows 7 MBR and FAT32 bootloader, courtesy of [ms-sys](http://ms-sys.sourceforge.net/) project.