Commit 10461eef authored by Niels Kristian Bech Jensen's avatar Niels Kristian Bech Jensen Committed by Kai Germaschewski

[PATCH] Two fixes for linux-2.5.3.

 Correct typo in Documentation/Changes.
 Remove duplicate code in arch/i386/boot/bootsect.S.
parent 38568a97
...@@ -106,8 +106,8 @@ assembling the 16-bit boot code, removing the need for as86 to compile ...@@ -106,8 +106,8 @@ assembling the 16-bit boot code, removing the need for as86 to compile
your kernel. This change does, however, mean that you need a recent your kernel. This change does, however, mean that you need a recent
release of binutils. release of binutils.
System utililities System utilities
================== ================
Architectural changes Architectural changes
--------------------- ---------------------
......
...@@ -158,9 +158,7 @@ got_sectors: ...@@ -158,9 +158,7 @@ got_sectors:
movw $sread, %si # the boot sector has already been read movw $sread, %si # the boot sector has already been read
movw %ax, (%si) movw %ax, (%si)
xorw %ax, %ax # reset FDC call kill_motor # reset FDC
xorb %dl, %dl
int $0x13
movw $0x0200, %bx # address = 512, in INITSEG movw $0x0200, %bx # address = 512, in INITSEG
next_step: next_step:
movb setup_sects, %al movb setup_sects, %al
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment