Re: linux/arch/i386/boot/setup.S : lilo loaded sectors

Chris Noe (stiker@northlink.com)
Fri, 3 Dec 1999 20:25:04 -0500 (EST)


On Fri, 3 Dec 1999, Mika Penttilä wrote:

> In the 2.3.29 source file linux/arch/i386/boot/setup.S there's code like below :
[snip]

Doh. Typo from s/movl/movw fixes. Fixed and on its way into 2.3.30.

Chris Noe
(stiker@northlink.com)

diff -u linux-2.3.29/arch/i386/boot/setup.S linux/arch/i386/boot/setup.S
--- linux-2.3.29/arch/i386/boot/setup.S Fri Nov 26 18:01:31 1999
+++ linux/arch/i386/boot/setup.S Fri Dec 3 20:23:27 1999
@@ -208,7 +208,7 @@
addw $SYSSEG, %bx
movw %bx, %cs:start_sys_seg
# Move rest of setup code/data to here
- movw $4096, %di # four sectors loaded by LILO
+ movw $2048, %di # four sectors loaded by LILO
subw %si, %si
movw %cs, %ax # aka SETUPSEG
movw %ax, %es

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/