change the check for a Windows partition in chainloader_func, to fix the problem that GRUB cannot be compiled, if FAT support is disabled.

This commit is contained in:
okuji 2001-02-27 13:17:40 +00:00
parent e85272f436
commit 1372bfd60a
3 changed files with 11 additions and 6 deletions

View file

@ -1,3 +1,9 @@
2001-02-27 OKUJI Yoshinori <okuji@gnu.org>
* stage2/builtins.c (chainloader_func): Don't check if the
current partition is FAT, but check if it has a FAT partition
type and the BPB has a system id starting with "MSWIN".
2001-02-27 OKUJI Yoshinori <okuji@gnu.org>
Added hercules support based on a patch by Frank Mehnert