From 8a2da48857a90a9c3375ae1a5ba83c0536eba11c Mon Sep 17 00:00:00 2001
From: Dave Jones <davej@codemonkey.org.uk>
Date: Wed, 26 Feb 2003 16:44:17 -0800
Subject: [PATCH] [PATCH] Allow booting from 21 sector floppies.

As per bugzilla #179
---
 arch/i386/boot/bootsect.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/i386/boot/bootsect.S b/arch/i386/boot/bootsect.S
index a99ffbbbe905..ebaa2556fd13 100644
--- a/arch/i386/boot/bootsect.S
+++ b/arch/i386/boot/bootsect.S
@@ -405,7 +405,7 @@ kill_motor:
 	ret
 
 sectors:	.word 0
-disksizes:	.byte 36, 18, 15, 9
+disksizes:	.byte 36, 21, 18, 15, 9
 msg1:		.byte 13, 10
 		.ascii "Loading"
 
-- 
2.30.9