Go to file
bean 6e5a42fe9a 2008-08-29 Bean <bean123ch@gmail.com>
* configure.ac: Change host_os to cygwin for mingw.
	(asprintf): New check for function.

	* include/grub/symbol.h: Replace #ifndef __CYGWIN__ with
	#if ! defined (__CYGWIN__) && ! defined (__MINGW32__).

	* include/grub/util/misc.h: #include <config.h> and <grub/types.h>,
	declear asprintf if HAVE_ASPRINTF is not set, declear fseeko, ftello,
	sync, sleep and grub_util_get_disk_size for mingw.

	* util/biosdisk.c (grub_util_biosdisk_open): Use grub_util_get_disk_size
	to get size in mingw.
	(open_device): Use flag O_BINARY if it's defined.
	(find_root_device): Add dummy code for mingw.

	* util/grub-mkdevicemap.c (get_floppy_disk_name): Return 0 for mingw.
	(get_ide_disk_name): Return //./PHYSICALDRIVE%d for mingw.
	(get_scsi_disk_name): Return 0 for mingw.

	* util/hostfs.c: #include <grub/util/misc.h>.
	(grub_hostfs_open): Use "rb" flag to open file, use
	grub_util_get_disk_size to get disk size for mingw.

	* util/misc.c: #include <windows.h> and <winioctl.h> in mingw.
	(asprintf): New function if HAVE_ASPRINTF is not set.
	(sync): New function for mingw.
	(sleep): Likewise.
	(grub_util_get_disk_size): Likewise.
2008-08-29 19:55:23 +00:00
boot/i386/pc 2008-08-05 Bean <bean123ch@gmail.com> 2008-08-05 15:15:59 +00:00
bus 2008-04-05 Pavel Roskin <proski@gnu.org> 2008-04-05 07:20:29 +00:00
commands 2008-08-15 Bean <bean123ch@gmail.com> 2008-08-15 15:39:02 +00:00
conf 2008-08-28 Pavel Roskin <proski@gnu.org> 2008-08-29 01:08:05 +00:00
disk 2008-08-27 Marco Gerards <marco@gnu.org> 2008-08-27 15:05:00 +00:00
docs 2008-08-13 Robert Millan <rmh@aybabtu.com> 2008-08-13 16:59:12 +00:00
font 2008-08-01 Bean <bean123ch@gmail.com> 2008-08-01 04:06:55 +00:00
fs 2008-08-21 Felix Zielcke <fzielcke@z-51.de> 2008-08-21 13:30:32 +00:00
hello 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
hook 2008-08-15 Bean <bean123ch@gmail.com> 2008-08-15 15:39:02 +00:00
include 2008-08-29 Bean <bean123ch@gmail.com> 2008-08-29 19:55:23 +00:00
io 2008-08-01 Bean <bean123ch@gmail.com> 2008-08-01 04:06:55 +00:00
kern 2008-08-17 Robert Millan <rmh@aybabtu.com> 2008-08-17 16:32:18 +00:00
lib 2008-08-15 Bean <bean123ch@gmail.com> 2008-08-15 15:39:02 +00:00
loader 2008-08-21 Robert Millan <rmh@aybabtu.com> 2008-08-21 13:18:07 +00:00
normal 2008-08-22 Bean <bean123ch@gmail.com> 2008-08-23 14:20:45 +00:00
partmap 2008-07-28 Robert Millan <rmh@aybabtu.com> 2008-07-28 22:37:32 +00:00
term 2008-08-19 Robert Millan <rmh@aybabtu.com> 2008-08-19 19:20:33 +00:00
util 2008-08-29 Bean <bean123ch@gmail.com> 2008-08-29 19:55:23 +00:00
video 2008-08-01 Bean <bean123ch@gmail.com> 2008-08-01 04:06:55 +00:00
AUTHORS 2005-09-03 Yoshinori K. Okuji <okuji@enbug.org> 2005-09-03 16:54:27 +00:00
COPYING 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
ChangeLog 2008-08-29 Bean <bean123ch@gmail.com> 2008-08-29 19:55:23 +00:00
DISTLIST 2008-08-21 Robert Millan <rmh@aybabtu.com> 2008-08-21 13:18:07 +00:00
INSTALL 2006-01-03 Marco Gerards <marco@gnu.org> 2006-01-03 17:58:02 +00:00
Makefile.in 2008-08-09 Christian Franke <franke@computer.org> 2008-08-09 12:30:26 +00:00
NEWS Add Cygwin support and update `os-prober' item in NEWS. 2008-08-16 18:56:49 +00:00
README Update the URL of the wiki. 2006-04-02 08:59:23 +00:00
THANKS 2007-09-03 Yoshinori K. Okuji <okuji@enbug.org> 2007-09-03 20:33:20 +00:00
TODO 2008-01-07 Robert Millan <rmh@aybabtu.com> 2008-01-07 19:21:34 +00:00
aclocal.m4 2008-07-24 Bean <bean123ch@gmail.com> 2008-07-24 14:56:30 +00:00
autogen.sh autogen.sh: touch stamp-h.in after running autoheader 2008-07-28 19:34:15 +00:00
config.guess 2008-03-01 Yoshinori K. Okuji <okuji@enbug.org> 2008-03-01 17:27:51 +00:00
config.h.in 2008-08-29 Bean <bean123ch@gmail.com> 2008-08-29 19:55:23 +00:00
config.sub 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
configure 2008-08-29 Bean <bean123ch@gmail.com> 2008-08-29 19:55:23 +00:00
configure.ac 2008-08-29 Bean <bean123ch@gmail.com> 2008-08-29 19:55:23 +00:00
gencmdlist.sh 2005-03-18 Yoshinori K. Okuji <okuji@enbug.org> 2005-03-18 18:16:26 +00:00
gendistlist.sh 2008-08-17 Felix Zielcke <fzielcke@z-51.de> 2008-08-17 09:12:59 +00:00
genfslist.sh 2008-08-22 Bean <bean123ch@gmail.com> 2008-08-23 14:20:45 +00:00
geninit.sh 2007-07-22 Robert Millan <rmh@aybabtu.com> 2007-07-22 19:17:27 +00:00
geninitheader.sh 2007-07-22 Robert Millan <rmh@aybabtu.com> 2007-07-22 19:17:27 +00:00
genkernsyms.sh.in 2008-07-24 Bean <bean123ch@gmail.com> 2008-07-24 14:56:30 +00:00
genmk.rb 2008-07-28 Pavel Roskin <proski@gnu.org> 2008-07-28 22:35:40 +00:00
genmoddep.awk 2006-05-29 Yoshinori K. Okuji <okuji@enbug.org> 2006-05-28 23:01:43 +00:00
genmodsrc.sh 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
genpartmaplist.sh 2008-08-22 Bean <bean123ch@gmail.com> 2008-08-23 14:20:45 +00:00
gensymlist.sh.in 2008-04-02 Pavel Roskin <proski@gnu.org> 2008-04-02 07:29:59 +00:00
install-sh 2008-03-01 Yoshinori K. Okuji <okuji@enbug.org> 2008-03-01 17:27:51 +00:00
mkinstalldirs 2006-06-04 Yoshinori K. Okuji <okuji@enbug.org> 2006-06-04 12:59:19 +00:00
stamp-h.in Initial revision 2002-12-27 08:53:07 +00:00

README

This is GRUB 2, the second version of the GRand Unified Bootloader.
GRUB 2 is rewritten from scratch to make GNU GRUB cleaner, safer, more
robust, more powerful, and more portable.

See the file NEWS for a description of recent changes to GRUB 2.

See the file INSTALL for instructions on how to build and install the
GRUB 2 data and program files.

Please visit the official web page of GRUB 2, for more information.
The URL is <http://www.gnu.org/software/grub/grub.html>.

For now, there is not much documentation yet. Please look at the GRUB
Wiki <http://grub.enbug.org> for testing procedures.