aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-02-17 20:06:36 +0100
committerIngo Molnar <mingo@elte.hu>2008-04-17 17:40:46 +0200
commit52b387197beb5c89f734f057553fdf7d417b448c (patch)
treeb2dc8d58731365a2acea55b0b5e1972419789662 /arch/x86/boot
parentx86: add a crc32 checksum to the kernel image. (diff)
downloadlinux-dev-52b387197beb5c89f734f057553fdf7d417b448c.tar.xz
linux-dev-52b387197beb5c89f734f057553fdf7d417b448c.zip
x86: bump image header to version 2.08.
Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/boot')
-rw-r--r--arch/x86/boot/header.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/header.S b/arch/x86/boot/header.S
index 8471658d5534..40c91bb483e1 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