Re: Migrating to larger numbers

H. Peter Anvin (hpa@transmeta.com)
Sun, 06 Jun 1999 10:55:19 -0700


Riley Williams wrote:
>
> I've just had a look at the Documentation/devices.txt file included
> with kernel 2.2.9, and the obvious solution based on that file would
> be to swap the definitions of majors 0 and 42 over. For reference,
> here are the relevant definitions therein:
>

That probably would be a bad choice. I would assign a virgin major
instead, or perhaps recycle major 128 (majors 128-135 are kept internal
to the kernel, and hence aren't so critical. We only need two majors
when we have more minors, anyhow.)

-hpa

-- 
"The user's computer downloads the ActiveX code and simulates a 'Blue
Screen' crash, a generally benign event most users are familiar with
and that would not necessarily arouse suspicions."
-- Security exploit description on http://www.zks.net/p3/how.asp

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/