[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:
Pete Batard 2014-11-14 23:40:00 +00:00
parent ca5a9dde5f
commit 306191fb85
17 changed files with 1082 additions and 104 deletions

View file

@ -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;