mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-20 18:05:21 -04:00
[grub] add Grub4DOS support
* Also adds some stubs for Grub 2.0 * Also add a note about VS2013 CE in the readme * Addresses the first part of #340
This commit is contained in:
parent
ca5a9dde5f
commit
306191fb85
17 changed files with 1082 additions and 104 deletions
|
@ -187,6 +187,8 @@ enum dos_type {
|
|||
DT_SYSLINUX_V4, // Start of indexes that only display in advanced mode
|
||||
DT_SYSLINUX_V6,
|
||||
DT_REACTOS,
|
||||
DT_GRUB4DOS,
|
||||
DT_GRUB2,
|
||||
DT_MAX
|
||||
};
|
||||
|
||||
|
@ -248,6 +250,7 @@ typedef struct {
|
|||
BOOL has_old_c32[NB_OLD_C32];
|
||||
BOOL has_old_vesamenu;
|
||||
BOOL has_efi_syslinux;
|
||||
BOOL has_grub4dos;
|
||||
BOOL has_kolibrios;
|
||||
BOOL uses_minint;
|
||||
BOOL is_bootable_img;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue