merge with emu-reorg

This commit is contained in:
BVK Chaitanya 2010-05-06 13:06:51 +05:30
commit 1828cb6098
13 changed files with 82 additions and 87 deletions

View file

@ -4,6 +4,13 @@
#include <grub/symbol.h>
#include <grub/types.h>
#ifdef __CYGWIN__
# include <sys/fcntl.h>
# include <sys/cygwin.h>
# include <limits.h>
# define DEV_CYGDRIVE_MAJOR 98
#endif
#ifdef __NetBSD__
/* NetBSD uses /boot for its boot block. */
# define DEFAULT_DIRECTORY "/grub"