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
2025-02-15 23:42:12 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
genode
/
repos
/
os
/
src
/
server
/
vfs
/
target.mk
5 lines
76 B
Makefile
Raw
Normal View
History
Unescape
Escape
Vfs: File_system server backed by VFS library Test available at libc_vfs_fs. Fixes #1648
2015-09-04 16:06:03 +02:00
TARGET
=
vfs
SRC_CC
=
main.cc
server/vfs: use Id_space to manage open nodes Replacing the node lookup table with an Id_space removes the limit on open handles per session and allows mutal associativity between File_system handles and local VFS handles. Fix #2221
2017-01-04 15:27:42 +01:00
LIBS
=
base vfs
Vfs: File_system server backed by VFS library Test available at libc_vfs_fs. Fixes #1648
2015-09-04 16:06:03 +02:00
INC_DIR
+=
$(
PRG_DIR
)
Reference in New Issue
Copy Permalink