diff options
Diffstat (limited to 'arch/x86/boot')
-rw-r--r-- | 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 8471658d5534..40c91bb483e1 100644 --- a/arch/x86/boot/header.S +++ b/arch/x86/boot/header.S | |||
@@ -120,7 +120,7 @@ _start: | |||
120 | # Part 2 of the header, from the old setup.S | 120 | # Part 2 of the header, from the old setup.S |
121 | 121 | ||
122 | .ascii "HdrS" # header signature | 122 | .ascii "HdrS" # header signature |
123 | .word 0x0207 # header version number (>= 0x0105) | 123 | .word 0x0208 # header version number (>= 0x0105) |
124 | # or else old loadlin-1.5 will fail) | 124 | # or else old loadlin-1.5 will fail) |
125 | .globl realmode_swtch | 125 | .globl realmode_swtch |
126 | realmode_swtch: .word 0, 0 # default_switch, SETUPSEG | 126 | realmode_swtch: .word 0, 0 # default_switch, SETUPSEG |