No description
Find a file
Vladimir 'phcoder' Serbinenko 4a6d2d06db Compile parts of grub-emu as modules.
* Makefile.in (TARGET_CPPFLAGS) [emu]: Remove -nostdinc -isystem.
	(pkglib_DATA) [emu]: Remove moddep.lst command.lst fs.lst
	partmap.lst parttool.lst handler.lst video.lst crypto.lst terminal.lst.
	(all-local): Add $(GRUB_EMU).
	(install-local): Install $(GRUB_EMU).
	(uninstall): Uninstall $(GRUB_EMU).
	* commands/parttool.c: Replace GRUB_UTIL with GRUB_NO_MODULES.
	* kern/dl.c: Likewise.
	* commands/sleep.c: Not include machine/time.h.
	* conf/any-emu.rmk (COMMON_LDFLAGS): New variable.
	(COMMON_CFLAGS): Likewise.
	(sbin_UTILITIES): Remove grub-emu.
	(grub_emu_SOURCES): Removed.
	(kernel_img_RELOCATABLE): New variable.
	(pkglib_PROGRAMS): Add kernel.img.
	(kernel_img_SOURCES): New variable
	(kernel_img_CFLAGS): Likewise.
	(kernel_img_LDFLAGS): Likewise.
	(TARGET_NO_STRIP): Likewise.
	(TARGET_NO_DYNAMIC_MODULES): Likewise.
	(pkglib_MODULES): Add progname.mod, hostfs.mod, host.mod, reboot.mod,
	halt.mod, cpuid.mod, usb.mod, sdl.mod and pci.mod.
	(grub-emu): New target.
	(GRUB_EMU): New variable.
	* configure.ac: Whitelist -emu as possible x86_64 architecture.
	* efiemu/main.c: Replace GRUB_UTIL with GRUB_MACHINE_EMU.
	* loader/xnu.c: Likewise.
	* include/grub/pci.h: Likewise.
	* genemuinit.sh: New file.
	* genemuinitheader.sh: Likewise.
	* genmk.rb: Don't strip if TARGET_NO_STRIP is yes.
	Support TARGET_NO_DYNAMIC_MODULES.
	* include/grub/dl.h (GRUB_NO_MODULES): New variable.
	* commands/search.c: Fix GRUB_MOD_INIT and GRUB_MOD_FINI arguments.
	* disk/loopback.c: Likewise.
	* font/font_cmd.c: Likewise.
	* partmap/acorn.c: Likewise.
	* partmap/amiga.c: Likewise.
	* partmap/apple.c: Likewise.
	* partmap/gpt.c: Likewise.
	* partmap/msdos.c: Likewise.
	* partmap/sun.c: Likewise.
	* parttool/msdospart.c: Likewise.
	* term/gfxterm.c: Likewise.
	* video/bitmap.c: Likewise.
	* video/readers/jpeg.c: Likewise.
	* video/readers/png.c: Likewise.
	* video/readers/tga.c: Likewise.
	* video/video.c: Likewise.
	* util/grub-emu.c (read_command_list): Removed.
	(main): Don't call util_init_nls.
	* util/misc.c (grub_err_printf) [!GRUB_UTIL]: Removed.
	(grub_util_init_nls) [!GRUB_UTIL]: Likewise.
2010-03-14 16:29:52 +01:00
boot Fix raw image addresses 2010-02-13 18:48:33 +01:00
bus merge mainline into pciclean 2010-01-20 20:40:30 +01:00
commands Merge mainline into emu-mod 2010-03-14 16:27:54 +01:00
conf Merge mainline into emu-mod 2010-03-14 16:27:54 +01:00
disk Merge mainline into emu-mod 2010-03-14 16:27:54 +01:00
docs 2010-02-16 Vladimir Serbinenko <phcoder@gmail.com> 2010-02-16 13:23:08 +01:00
efiemu Remove -DGRUB_UTIL when compiling grub-emu 2010-02-07 04:23:44 +01:00
font Merge mainline into emu-mod 2010-03-14 16:27:54 +01:00
fs 2010-03-01 Vladimir Serbinenko <phcoder@gmail.com> 2010-03-01 21:00:02 +01:00
gettext 2010-03-04 Vladimir Serbinenko <phcoder@gmail.com> 2010-03-05 15:30:44 +01:00
gfxmenu 2010-03-04 Robert Millan <rmh.grub@aybabtu.com> 2010-03-04 23:16:34 +01:00
gnulib 2010-02-07 Yves Blusseau <blusseau@zetam.org> 2010-02-07 16:02:51 +01:00
hello 2010-01-03 Carles Pina i Estany <carles@pina.cat> 2010-01-03 19:50:51 +01:00
hook asprintf and snprintf support 2009-12-29 10:04:06 +01:00
include Merge mainline into emu-mod 2010-03-14 16:27:54 +01:00
io 2010-02-13 Vladimir Serbinenko <phcoder@gmail.com> 2010-02-14 02:10:46 +01:00
kern Merge mainline into emu-mod 2010-03-14 16:27:54 +01:00
lib Use alias->path 2010-02-14 20:05:09 +01:00
loader Merge mainline into emu-mod 2010-03-14 16:27:54 +01:00
mmap merge mainline into mips 2009-12-28 01:05:47 +01:00
normal 2010-03-06 Vladimir Serbinenko <phcoder@gmail.com> 2010-03-06 17:48:15 +01:00
partmap merge mainline into emu-mod 2010-02-07 03:06:33 +01:00
parttool First try at generating grub-emu from modules 2010-02-07 02:07:35 +01:00
po 2010-01-21 Robert Millan <rmh.grub@aybabtu.com> 2010-01-21 08:04:49 +00:00
script 2010-02-14 Vladimir Serbinenko <phcoder@gmail.com> 2010-02-14 14:46:19 +01:00
term Merge mainline into emu-mod 2010-03-14 16:27:54 +01:00
tests 2010-01-28 Robert Millan <rmh.grub@aybabtu.com> 2010-01-28 15:27:41 +00:00
util Merge mainline into emu-mod 2010-03-14 16:27:54 +01:00
video Merge mainline into emu-mod 2010-03-14 16:27:54 +01:00
.bzrignore merge mainline into crypto 2009-12-05 16:34:27 +01:00
acinclude.m4 fix underquoted AC_DEFUN parameters 2010-01-23 22:38:10 +05:30
AUTHORS 2005-09-03 Yoshinori K. Okuji <okuji@enbug.org> 2005-09-03 16:54:27 +00:00
autogen.sh Revert obviously wrong 1963 by Felix Zielcke. 2009-12-22 10:10:57 +01:00
ChangeLog Compile parts of grub-emu as modules. 2010-03-14 16:29:52 +01:00
config.rpath 2010-01-05 Robert Millan <rmh.grub@aybabtu.com> 2010-01-05 22:44:00 +00:00
configure.ac Merge mainline into emu-mod 2010-03-14 16:27:54 +01:00
COPYING 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
gencmdlist.sh 2010-01-03 Robert Millan <rmh.grub@aybabtu.com> 2010-01-03 22:05:07 +00:00
gendistlist.sh merge mtrunk into xnu 2009-12-18 03:57:32 +01:00
genemuinit.sh Eliminate blacklist of modules w/o init 2010-02-07 03:58:14 +01:00
genemuinitheader.sh Eliminate blacklist of modules w/o init 2010-02-07 03:58:14 +01:00
genfslist.sh 2009-01-10 Robert Millan <rmh@aybabtu.com> 2009-01-10 13:07:44 +00:00
genhandlerlist.sh Working multi-terminal 2009-12-24 21:54:37 +01: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 2010-02-07 Vladimir Serbinenko <phcoder@gmail.com> 2010-02-07 19:57:55 +01:00
genmk.rb Merge mainline into emu-mod 2010-03-14 16:27:54 +01:00
genmoddep.awk 2010-03-07 Vladimir Serbinenko <phcoder@gmail.com> 2010-03-07 23:02:13 +01: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
genparttoollist.sh 2009-07-02 Pavel Roskin <proski@gnu.org> 2009-07-02 04:12:23 +00:00
gensymlist.sh.in 2010-02-15 Vladimir Serbinenko <phcoder@gmail.com> 2010-02-15 18:59:40 +01:00
genterminallist.sh Eliminate grub_term_register_{input,output}_active. Default terminals are 2010-01-09 23:42:17 +01:00
gentrigtables.c Use return instead of exit () in gentrigtables.c 2009-11-24 04:21:07 +01:00
genvideolist.sh 2009-12-12 Robert Millan <rmh@aybabtu.com> 2009-12-12 00:43:32 +00:00
INSTALL 2010-03-04 Jordan Uggla <jordan.uggla@gmail.com> 2010-03-04 16:28:57 +01:00
Makefile.in Merge mainline into emu-mod 2010-03-14 16:27:54 +01:00
mkinstalldirs 2006-06-04 Yoshinori K. Okuji <okuji@enbug.org> 2006-06-04 12:59:19 +00:00
NEWS 2010-03-06 Vladimir Serbinenko <phcoder@gmail.com> 2010-03-06 21:49:59 +01:00
README Update the URL of the wiki. 2006-04-02 08:59:23 +00:00
THANKS 2009-12-11 Robert Millan <rmh.grub@aybabtu.com> 2009-12-11 22:44:47 +00:00
TODO 2008-01-07 Robert Millan <rmh@aybabtu.com> 2008-01-07 19:21:34 +00:00

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.