Loading arch/x86/boot/header.S +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
arch/x86/boot/header.S +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading