This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
genode
Watch
1
Star
0
Fork
0
You've already forked genode
mirror of
https://github.com/genodelabs/genode.git
synced
2024-12-27 17:18:53 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
52cc50174f
genode
/
repos
/
dde_rump
/
src
/
server
/
rump_fs
/
target.mk
6 lines
104 B
Makefile
Raw
Normal View
History
Unescape
Escape
rump: Port of the rump kernels to Genode For further information see: http://wiki.netbsd.org/rumpkernel/. In this version I ported the central rump components to Genode in order to take advantage of NetBSD file system implementation. The new 'dde_rump' repository contains the Genode version of the rump libraries and a 'rump_fs' server that implements Genode file-system-session interface. Currently ext2, iso9660, and fat file-systems are supported. Issue #1048
2013-12-05 14:45:14 +00:00
TARGET
=
rump_fs
rump: Add 'get_random_backend' function A rump server may now implement its own random number generator, the default impelementation will not generate random number. Issue #1409
2015-02-13 12:20:23 +00:00
SRC_CC
=
main.cc file_system.cc random.cc
rump: Port of the rump kernels to Genode For further information see: http://wiki.netbsd.org/rumpkernel/. In this version I ported the central rump components to Genode in order to take advantage of NetBSD file system implementation. The new 'dde_rump' repository contains the Genode version of the rump libraries and a 'rump_fs' server that implements Genode file-system-session interface. Currently ext2, iso9660, and fat file-systems are supported. Issue #1048
2013-12-05 14:45:14 +00:00
LIBS
=
rump rump_fs server startup
Reference in New Issue
Copy Permalink