1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00
rufus/src
Pete Batard 1bb2b3b126
[syslinux] disable MBR install for images using SysLinux 4.x with a >4 GB file
* The presence of a > 4 GB file forces the use of NTFS which is incompatible with
  SysLinux 4.x or earlier. As such, if an image uses SysLinux only, there's no
  point in enabling MBR as SysLinux won't boot.
* Required for ISOs such as securityonion-2.0.1-rc1.iso.
2020-09-15 21:02:08 +01:00
..
bled [misc] fix Coverity warnings 2020-06-19 10:53:40 +01:00
ext2fs [ext2fs] fix Status control code not being checked 2020-02-19 20:38:21 +00:00
getopt
libcdio [iso] update libcdio to latest 2020-06-17 19:24:57 +01:00
ms-sys [misc] introduce hImageOption and ComboBox_GetCurItemData() to simplify code 2020-07-17 21:51:15 +01:00
msvc-missing
syslinux [misc] fix 32-bit arithmetic overflow operation warnings 2020-02-12 17:23:23 +00:00
.editorconfig
badblocks.c [misc] fix warnings reported by Cppcheck 2020-05-08 01:25:35 +01:00
badblocks.h
checksum.c [ui] add cheat mode (Alt +/-) to increase/decrease thread priority 2020-07-10 12:00:10 +01:00
db.h
dev.c [misc] miscellaneous code cleanup and fixes 2020-09-09 17:00:39 +01:00
dev.h
dos.c [misc] introduce hImageOption and ComboBox_GetCurItemData() to simplify code 2020-07-17 21:51:15 +01:00
dos.h
dos_locale.c [dos] fix assert when system locale is set to UTF-8 2020-03-11 13:21:32 +00:00
drive.c [iso] fix detection of GRUB version 2020-09-11 22:45:47 +01:00
drive.h [ext2fs] use physical + offset always for extfs partition creation 2020-09-10 17:50:06 +01:00
format.c [core] work around a Windows bug where GetVolumePathNamesForVolumeName() can return the wrong drive letter 2020-08-13 14:49:34 +01:00
format.h [core] fix format error when trying to use old BIOS fixes with VHDs 2020-07-03 15:24:37 +01:00
format_ext.c [ext2fs] use physical + offset always for extfs partition creation 2020-09-10 17:50:06 +01:00
format_fat32.c [fs] set default cluster sizes for Large FAT32 2020-06-12 10:54:46 +01:00
gpt_types.h [misc] update version to rufus-next 2020-03-21 17:33:17 +00:00
hdd_vs_ufd.h [dev] add exception for SSDs sitting behind a VIA-Labs adapter 2020-08-01 15:36:59 +01:00
icon.c
iso.c [iso] fix detection of GRUB version 2020-09-11 22:45:47 +01:00
license.h [misc] fix a typo in About dialog 2020-05-03 15:15:20 +01:00
localization.c [checksum] enable toggling of SHA512 (Alt-H) 2020-06-25 11:58:56 +01:00
localization.h [misc] fix MinGW/gcc 10.x multiple definition errors 2020-05-18 21:25:44 +01:00
localization_data.h
localization_data.sh [misc] update copyright year to 2020 2020-01-30 13:57:33 +00:00
Makefile.am [misc] move Large FAT32 and ext formatting to their own source 2020-02-10 13:04:50 +00:00
Makefile.in [misc] move Large FAT32 and ext formatting to their own source 2020-02-10 13:04:50 +00:00
mbr_types.h [core] improve reporting of partition types 2020-02-06 18:23:19 +00:00
missing.h [misc] miscellaneous code cleanup and fixes 2020-09-09 17:00:39 +01:00
msapi_utf8.h [core] enable the direct provision of install.wim/install.esd for Windows To Go 2020-07-19 22:35:30 +01:00
net.c [cmp] update Bled to latest 2020-06-10 20:13:12 +01:00
parser.c [misc] fix Coverity warnings 2020-06-19 10:53:40 +01:00
pki.c
process.c [misc] fix warnings reported by Cppcheck 2020-05-08 01:25:35 +01:00
process.h [iso] use NtCreateFile() to create files with preallocated sizes 2020-02-14 23:39:57 +00:00
registry.h
resource.h [core] enable the direct provision of install.wim/install.esd for Windows To Go 2020-07-19 22:35:30 +01:00
rufus.c [syslinux] disable MBR install for images using SysLinux 4.x with a >4 GB file 2020-09-15 21:02:08 +01:00
rufus.h [iso] fix detection of GRUB version 2020-09-11 22:45:47 +01:00
rufus.manifest
rufus.rc [syslinux] disable MBR install for images using SysLinux 4.x with a >4 GB file 2020-09-15 21:02:08 +01:00
settings.h [ui] add cheat mode (Alt +/-) to increase/decrease thread priority 2020-07-10 12:00:10 +01:00
smart.c [dev] add exception for SSDs sitting behind a VIA-Labs adapter 2020-08-01 15:36:59 +01:00
smart.h
stdfn.c [misc] miscellaneous code cleanup and fixes 2020-09-09 17:00:39 +01:00
stdio.c [cmp] update Bled to latest 2020-06-10 20:13:12 +01:00
stdlg.c [misc] introduce hImageOption and ComboBox_GetCurItemData() to simplify code 2020-07-17 21:51:15 +01:00
syslinux.c [misc] add arbitrary buffer allocation to GetResource() 2020-02-19 12:43:05 +00:00
ui.c [efi] add RISC-V support 2020-07-29 19:32:32 +01:00
ui.h [core] enable the direct provision of install.wim/install.esd for Windows To Go 2020-07-19 22:35:30 +01:00
ui_data.h [ui] fix missing labels for accessibility 2020-07-02 22:55:01 +01:00
vhd.c [efi] add RISC-V support 2020-07-29 19:32:32 +01:00