lkml.org 
[lkml]   [2009]   [Jan]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: linux kernel without file system
Date
On Wednesday 14 January 2009, 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.

One thing that you can do is remove support for block devices in somewhat
recent kernels, which gets you most of the way. File systems themselves
are required for the majority of all system calls (anything that takes
a file descriptor) and for the boot process.

Arnd <><


\
 
 \ /
  Last update: 2009-01-14 13:03    [W:0.444 / U:0.132 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site