mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Pedro A ARANDA" <paaguti@hotmail.com>
To: Riley@Williams.Name
Cc: Linux-Kernel@vger.kernel.org
Subject: Patch: allow booting from 21 sectors/track (1722K) floppies
Date: Sat, 02 Nov 2002 15:25:38 +0000	[thread overview]
Message-ID: <F11clDyGz2stY3Uyn3p00000ebd@hotmail.com> (raw)

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


                 reply	other threads:[~2002-11-02 15:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=F11clDyGz2stY3Uyn3p00000ebd@hotmail.com \
    --to=paaguti@hotmail.com \
    --cc=Linux-Kernel@vger.kernel.org \
    --cc=Riley@Williams.Name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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®