Subject: Re: Adding Multiboot support (or not)
To: Cliff Wright <cliff@snipe444.org>
From: David Laight <david@l8s.co.uk>
List: tech-kern
Date: 01/05/2006 21:18:03
On Wed, Jan 04, 2006 at 10:59:57AM -0800, Cliff Wright wrote:
> +			if(*entname > 32) printf("%d: %s (%s)\n", ino,
> +				entname, dp->flags[0] & 2 ? "DIR": "REG");

You might want to look at the (minimal) pattern matching in the UFS code.

	David

-- 
David Laight: david@l8s.co.uk