Re: linux kernel without file system

From: David Newall
Date: Wed Jan 14 2009 - 09:28:22 EST


Philippe De Muyter wrote:
> Actually, I was thinking about reducing the footprint of my kernel by
> removing all the fs-related system calls, so the problem is not where
> the file-system is, but how to access (serial) devices without giving their
> "/dev/..." name.

That's fighting the UNIX design, in "which everything is a file." You
can remove all of the disk-based filesystems, but if you try to remove
open, close, read or write there'll be almost nothing that you can
usefully do.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/