From 2af0bed0df54ef8ec4330bf625282e7f5fd308ea Mon Sep 17 00:00:00 2001 From: Recolic K Date: Sun, 9 Jan 2022 17:32:07 +0300 Subject: [PATCH] Document improvement: add feature matrix #23 Squashed commit of the following: commit c279195a085c26ceab32b812a89c799306a2537a Author: Recolic K Date: Thu Nov 25 17:50:06 2021 +0800 doc improvement: add feature matrix commit 7b0f5d9912fbe155a984f6136260848c78baa1b8 Author: Recolic K Date: Thu Nov 25 17:43:26 2021 +0800 doc improvement: add feature matrix commit 60d1f7d7582d90387572e6af0af5d9545b4f2308 Author: Recolic K Date: Thu Nov 25 17:41:52 2021 +0800 doc improvement: add feature matrix commit f8d27f725d168cd11bd6290abe4041f58f8f1973 Author: Recolic K Date: Thu Nov 25 17:39:57 2021 +0800 doc improvement: add feature matrix Signed-off-by: ValdikSS --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f96f184..b98c187 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,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|File System|Part Table| +|:----------:|:------------------:|:-------:|:--------------:|:---------:|:---------:|:--------:| +|mbr(hybrid) |Supported |Supported|Supported |Supported |FAT32 |MBR | +|gpt |No |Supported|Supported |Supported |FAT32 |GPT | +|gptntfs |No |Partial |Supported |Supported |NTFS |GPT | +|gpt+uefintfs|No |Supported|Supported |No |NTFS |GPT | + ### 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.