No description
Find a file
Vladimir 'phcoder' Serbinenko 1d63a066e2 Remove some redundancy in build system.
* Makefile.in (TARGET_CFLAGS): Add -ffreestanding.
	(TARGET_ASFLAGS): Add -nostdinc -fno-builtin.
	(TARGET_LDFLAGS): Add -nostdlib.
	(TARGET_IMG_LDFLAGS): Likewise.
	* commands/lsmmap.c (grub_cmd_lsmmap) [GRUB_MACHINE_EMU]: Don't do
	anything since mmap isn't available.
	* conf/any-emu.rmk (kernel_img_SOURCES): Remove commands/boot.c.
	Add util/time.c.
	(pkglib_MODULES): Remove reboot.mod.
	(reboot_mod_SOURCES): Removed.
	(reboot_mod_CFLAGS): Likewise.
	(reboot_mod_LDFLAGS): Likewise.
	* conf/common.rmk (script/lexer.c_DEPENDENCIES): New variable.
	(MOSTLYCLEANFILES): Add symlist.c kernel_syms.lst.
	(DEFSYMFILES): Add kernel_syms.lst.
	(kernel_img_HEADERS): Add common headers.
	(symlist.c): New target.
	(kernel_syms.lst): Likewise.
	(pkglib_MODULES): Add memdisk.mod.
	(memdisk_mod_SOURCES): New variable.
	(memdisk_mod_CFLAGS): Likewise.
	(memdisk_mod_LDFLAGS): Likewise.
	(pkglib_MODULES): Add reboot.mod.
	(reboot_mod_SOURCES): New variable.
	(reboot_mod_CFLAGS): Likewise.
	(reboot_mod_LDFLAGS): Likewise.
	(pkglib_MODULES): Add date.mod.
	(date_mod_SOURCES): New variable.
	(date_mod_CFLAGS): Likewise.
	(date_mod_LDFLAGS): Likewise.
	(pkglib_MODULES): Add datehook.mod.
	(datehook_mod_SOURCES): New variable.
	(datehook_mod_CFLAGS): Likewise.
	(datehook_mod_LDFLAGS): Likewise.
	(pkglib_MODULES): Add lsmmap.mod.
	(lsmmap_mod_SOURCES): New variable.
	(lsmmap_mod_CFLAGS): Likewise.
	(lsmmap_mod_LDFLAGS): Likewise.
	(pkglib_MODULES): Add boot.mod.
	(boot_mod_SOURCES): New variable.
	(boot_mod_CFLAGS): Likewise.
	(boot_mod_LDFLAGS): Likewise.
	* conf/i386-coreboot.rmk: Removed redundant parts.
	* conf/i386-ieee1275.rmk: Likewise.
	* conf/i386-pc.rmk: Likewise.
	* conf/mips-yeeloong.rmk: Likewise.
	* conf/mips.rmk: Likewise.
	* conf/powerpc-ieee1275.rmk: Likewise.
	* conf/sparc64-ieee1275.rmk: Likewise.
	* conf/x86_64-efi.rmk: Likewise.
	* conf/i386-coreboot.rmk: Moved qemu parts ..
	* conf/i386-qemu.rmk: ... here
	* conf/i386-efi.rmk: Moved common parts to...
	* conf/x86-efi.rmk: ... here.
	* conf/i386.rmk: Added modules common to all x86 variants.
	* configure.ac: Add -m32/-m64 to TARGET_ASFLAGS.
	* disk/memdisk.c: Remove grub/machine/kernel.h.
	* gensymlist.sh.in: Include symbol.h.
	* hook/datehook.c: Correct module name.
	* include/grub/datetime.h (grub_get_datetime) [GRUB_MACHINE_EMU]: Export.
	(grub_set_datetime) [GRUB_MACHINE_EMU]: Likewise.
	* include/grub/i386/efi/serial.h: New file.
	* include/grub/x86_64/efi/serial.h: Likewise.
	* util/time.c: Likewise.
	* video/ieee1275.c (grub_video_ieee1275_setup): Handle 64-bit void *.
2010-03-14 17:17:49 +01:00
boot Shrink the pre-partition-table part of boot.img by eight bytes. 2010-03-14 15:47:05 +00: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 Remove some redundancy in build system. 2010-03-14 17:17:49 +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 Clean building system 2010-02-07 23:49:49 +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 Remove some redundancy in build system. 2010-03-14 17:17:49 +01:00
video Fix address size in ofwfb on sparc64 (based on info by bvk) 2010-03-14 16:32:50 +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 Remove some redundancy in build system. 2010-03-14 17:17:49 +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 cleanbuild 2010-03-14 16:41:57 +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 Merge mainline into cleanbuild 2010-03-14 16:01:31 +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.