mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Patch: allow booting from 21 sectors/track (1722K) floppies
@ 2002-11-02 15:25 Pedro A ARANDA
  0 siblings, 0 replies; only message in thread
From: Pedro A ARANDA @ 2002-11-02 15:25 UTC (permalink / raw)
  To: Riley; +Cc: Linux-Kernel

Hi,

this simple patch will allow booting from 21 sectors/track floppies.
With all things growing at the pace they are, making bootdisks,
rescue disks, and small distributions is getting a lot harder. With
this small patch, I've been able to boot from floppies formatted at
82 tracks, 21 sectors/track, which gives 1722K space. These nearly
300K really make a difference.

The patch was tested and generated against a 2.4.19 kernel.

Cheers,
Pedro A. Aranda Gutiérrez
paaguti@hotmail.com

--------------------------------------

--- arch/i386/boot/bootsect.S.orig     2002-11-02 16:10:06.000000000 +0100
+++ arch/i386/boot/bootsect.S  2002-11-02 16:10:06.000000000 +0100
@@ -407,7 +407,11 @@
        ret

sectors:       .word 0
-disksizes:     .byte 36, 18, 15, 9
+#
+# paaguti@hotmail.com: try 21 sectors too for fd01722 et.al.
+#   02-Nov-2002
+#
+disksizes:     .byte 36, 21, 18, 15, 9
msg1:          .byte 13, 10
                .ascii "Loading"






_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-11-02 15:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-02 15:25 Patch: allow booting from 21 sectors/track (1722K) floppies Pedro A ARANDA

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®