[PATCHv3 3/3] x86: bump image header to version 2.08.

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-kernel@...>
Cc: Ian Campbell <ijc@...>, Thomas Gleixner <tglx@...>, Ingo Molnar <mingo@...>, H. Peter Anvin <hpa@...>
Date: Wednesday, February 13, 2008 - 4:55 pm

Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
---
 arch/x86/boot/header.S |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/boot/header.S b/arch/x86/boot/header.S
index 8471658..40c91bb 100644
--- a/arch/x86/boot/header.S
+++ b/arch/x86/boot/header.S
@@ -120,7 +120,7 @@ _start:
 	# Part 2 of the header, from the old setup.S
 
 		.ascii	"HdrS"		# header signature
-		.word	0x0207		# header version number (>= 0x0105)
+		.word	0x0208		# header version number (>= 0x0105)
 					# or else old loadlin-1.5 will fail)
 		.globl realmode_swtch
 realmode_swtch:	.word	0, 0		# default_switch, SETUPSEG
-- 
1.5.4

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCHv3 0/3] x86: boot protocol updates., Ian Campbell, (Wed Feb 13, 4:54 pm)
Re: [PATCHv3 0/3] x86: boot protocol updates., Thomas Gleixner, (Sun Feb 17, 10:04 am)
Re: [PATCHv3 0/3] x86: boot protocol updates., Ian Campbell, (Tue Feb 19, 4:16 am)
[PATCHv3 1/3] x86: use ELF format in compressed images., Ian Campbell, (Wed Feb 13, 4:54 pm)
Re: [PATCHv3 1/3] x86: use ELF format in compressed images., Mark McLoughlin, (Thu Feb 14, 7:34 am)
Re: [PATCHv3 1/3] x86: use ELF format in compressed images., Jeremy Fitzhardinge, (Thu Feb 14, 5:10 pm)
Re: [PATCHv3 1/3] x86: use ELF format in compressed images., Jeremy Fitzhardinge, (Fri Feb 15, 2:37 am)
Re: [PATCHv3 1/3] x86: use ELF format in compressed images., Mark McLoughlin, (Thu Feb 14, 1:37 pm)
[PATCHv3 3/3] x86: bump image header to version 2.08., Ian Campbell, (Wed Feb 13, 4:55 pm)