BPB patching support (untested)

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-04-05 14:40:15 +02:00
parent 850e937329
commit b38a498394
6 changed files with 99 additions and 59 deletions

View file

@ -21,10 +21,7 @@
#include <grub/dl.h>
/* Common function for normal and rescue mode commands. */
typedef enum
{
GRUB_CHAINLOADER_FORCE = 0x1
} grub_chainloader_flags_t;
void
grub_chainloader_patch_bpb (void *bs, grub_device_t dev, grub_uint8_t dl);
#endif /* GRUB_CHAINLOADER_MACHINE_HEADER */