Samuel Thibault <samuel.thiba...@gnu.org> writes: > Hello, > > I applied it except. > >> I added an image to the microkernel page. > > It could be much better by introducing the glibc layer and writing > "POSIX call" and "RPC calls". On monolithic systems, the application > calls a glibc function which just makes a system call. On the Hurd, the > application calls a glibc function which makes an RPC to a file server.
Thanks. I'll also take a look at tweaking it in a few days. > > Samuel