Hi Prece Vincent, Joanne Prscilla, On 10/08/2014 11:23 AM, Prece Vincent wrote: > Hello Sebastian, > I am an Intern Student at IIT-M. I faced a problem > while enabling file system server in dde_rump folder. Can i know if > there is any possible way to enable libc_fs plugin?? >
If you use a Genode version below 14.08, you only need to add 'libc_fs' to your 'LIBS' variable in your target.mk file. With Genode 14.08 'libc_fs' is deprecated and replaced by the VFS approach (see release notes). It was also removed from Genode. In order to use VFS you must link against 'libc' only and configure VFS in your config node. As an example have a look at 'repos/run/dde_linux/rump_ext2.run' and search for a <vfs> node. There is also a comprehensive article on the Genode mailing list: http://sourceforge.net/p/genode/mailman/message/32264058/ Regards, Sebastian -- Sebastian Sumpf Genode Labs http://www.genode-labs.com · http://genode.org Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ genode-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/genode-main
