From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Marc-F. Lucca-Daniau" Subject: Re: Cannot boot the real thing from HDD Date: Sat, 8 Feb 2020 10:35:59 +0100 Message-ID: References: <3c988b36-6f34-b903-6a80-e54b56c1c950@gmail.com> <4f903b5c-953f-74a5-8edf-6941a9b65c79@gmail.com> <389d8788-e5bf-a55b-cedf-0cb3c81cdf1f@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding:content-language; bh=8+VyN5a3h74Sri8LW66k52hpYw4Q4JgL1sdOr8W0+/M=; b=ORrTTS4F4NzCzFWBv/XQD7FbpgupKK4N1FJVoBGfBU4br0lS8+V64CajepfCWxWUhe ftWUMRdgLONHs4euiqsrARdgNIr3zkVc5WyVAWyja/eUzypgVfty3VhjlhjVQwRveWzN 59YmEN2yfoDe7uURS9ZBQxeWX4cMJ1olCHydCuETjn0S7qAS/q8GikCNFq+fL8cDzSha tGGefflfIugDeh7ntX30sIOtrbFc+XIwbiQx/FNqh7rhA2H0EUUmRgRgBJZvGlblhB2S MssWJqqwBLANcgQ0cGa+VpTg9/9PUTBtjma/nMLJlt9Y6Je8AakNpFxD8/oNkV61j/69 +4Gw== In-Reply-To: Content-Language: fr-FR Sender: linux-8086-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Paul Osmialowski Cc: ELKS As you want Sir... :-) Renamed 'track' to 'cylinder' in commit: https://github.com/elks-org/elks/commit/6b06204d2eb3a312bc13a5225dd93693dbd352d0 MFLD > On Mon, 3 Feb 2020, Paul Osmialowski wrote: > >> Pressed send too fast. >> >> Tracks usually means cylinders * heads. >> Heads usually means tracks per cylinder. >> >> Still, to avoid confusions like that, this option should be renamed to >> 'cylinders' and accept relevant part of C/H/S geometry. >> >> On Mon, 3 Feb 2020, Paul Osmialowski wrote: >> >>> Also I think the name of config option in kernel configuration is >>> misleading. Tracks refers to number of tracks per cylinder which is heads >>> * sectors. I assume what this option really expects is 'cylinders', and >>> IMO should be named that way. >>> >>> Thanks, >>> Paul