Subject: Re: Disklabel ioctls (was Re: nore on disk ...)
To: None <thorpej@SJ.Xenotropic.COM>
From: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
List: tech-kern
Date: 05/29/1996 19:07:13
From: Jason Thorpe <thorpej@SJ.Xenotropic.COM>
Date: Wed, 15 Nov 1995 19:56:48 -0800
Of course, you've also touched on the issue that ffs/adosfs/msdosfs/etc.
need to understand byteswapping, too.
adosfs doesn't need to understand byteswapping... it just needs to
correnct for endianness when reading from disk, which (together with
64bit-robustness) should be in there since Sunday night.
Ignatios