grub:multiboot

Last commit made on 2013-10-22
Get this branch:
git clone -b multiboot https://git.launchpad.net/grub

Branch merges

Branch information

Name:
multiboot
Repository:
lp:grub

Recent commits

45f169e... by phcoder

Import from bzr to git

0858c88... by phcoder

 * doc/multiboot.texi (BIOS drive): Replace ambigious "first" byte with
 "most significant" byte.
 Reported by: Mike Kasick.

66fe504... by phcoder

 * doc/Makefile.am (kernel_LDFLAGS): Add -m32.
 (kernel_CFLAGS): Changed from this ...
 (kernel_CPPFLAGS): ... to this.

f416453... by phcoder

 * doc/multiboot.h (multiboot_apm_info): Use multiboot and not GRUB
 integer types.

4ce17d9... by phcoder

Remove double declaration

d057785... by phcoder

 * doc/multiboot.h: Stylistic improvements. Add APM declarations.

fce58cb... by phcoder

 * doc/multiboot.texi: Add new memory type for badram.

6ae974e... by phcoder

 * doc/multiboot.texi: Clarify command line format.

2ee333d... by phcoder

 Reimport mbchk.

 * util/Makefile.am: New file.
 * util/mbchk.c: Likewise.
 * Makefile.am (SUBDIRS): Add util.
 * configure.ac: New options --enable-mbchk. Check for HELP2MAN.
 (CFLAGS): Don't alter.
 (COND_MAN_PAGES): New conditional.
 (AC_CONFIG_FILES): Add util/Makefile.
 * doc/Makefile.am (kernel_CFLAGS): Add -m32 and -nostdlib.
 * doc/multiboot.texi (Invoking mbchk): New chapter.

432c755... by phcoder

 * doc/kernel.c (cmain): Use padding to properly display 64-bit
 quantities.
 (printf): Add padding support.
 Reported by: Soeren D. Schulze.