From: Vladimir 'phcoder' Serbinenko Date: Sun, 28 Mar 2010 12:12:35 +0000 (+0200) Subject: Changelog. Remove few leftovers X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91c3452f92df845e4a62672ed8daebf00bed96a9;p=thirdparty%2Fgrub.git Changelog. Remove few leftovers --- diff --git a/ChangeLog b/ChangeLog index 00e03db99..490e67fd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2010-03-28 Vladimir Serbinenko + + * configure.ac: Bump version to 1.6. + * doc/boot.S: Use tagged multiboot header. + * doc/kernel.c (cmain): Parse tagged mbi. + * doc/multiboot.texi: Selfishly added myself to authors. + (Terminology): New types u_virt and u_phys. + (Header address fields): Removed. + (Header graphics fields): Likewise. + (Header tags): New section. + (Information request header tag): Likewise. + (Address header tag): Likewise. + (Console header tags): Likewise. + (Module alignment tag): Likewise. + (Header layout): Specify new common header part. + (Header magic fields): Likewise. + (Machine state): Updated magic value. + (Boot information format): Changed to tagged structure. + * doc/multiboot2.h: Changed to tagged format. + * doc/src2texi: Handle more comments correctly. + 2010-03-14 Vladimir Serbinenko * doc/kernel.c (cmain): Use padding to properly display 64-bit diff --git a/doc/multiboot2.h b/doc/multiboot2.h index 59d7c951f..647109c0b 100644 --- a/doc/multiboot2.h +++ b/doc/multiboot2.h @@ -36,22 +36,10 @@ #define MULTIBOOT_MOD_ALIGN 0x00001000 /* Alignment of the multiboot info structure. */ -#define MULTIBOOT_INFO_ALIGN 0x00000004 +#define MULTIBOOT_INFO_ALIGN 0x00000008 /* Flags set in the 'flags' member of the multiboot header. */ -/* Align all boot modules on i386 page (4KB) boundaries. */ -#define MULTIBOOT_PAGE_ALIGN 0x00000001 - -/* Must pass memory information to OS. */ -#define MULTIBOOT_MEMORY_INFO 0x00000002 - -/* Must pass video information to OS. */ -#define MULTIBOOT_VIDEO_MODE 0x00000004 - -/* This flag indicates the use of the address fields in the header. */ -#define MULTIBOOT_AOUT_KLUDGE 0x00010000 - #define MULTIBOOT_TAG_ALIGN 8 #define MULTIBOOT_TAG_TYPE_END 0 #define MULTIBOOT_TAG_TYPE_CMDLINE 1