Skip to content

Commit

Permalink
chore: Disable "hyclonefs"
Browse files Browse the repository at this point in the history
These were tools based on Haiku's `fs_shell`.

There used to be plans to integrate `fs_shell` to `hyclone_server` to
serve as a VFS layer, but that proved to be too much runtime overhead
and complexity compared to a simple "path translation" scheme.
  • Loading branch information
trungnt2910 committed Mar 5, 2024
1 parent c102394 commit fa53bff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,5 @@ add_subdirectory(libroot)
add_subdirectory(runtime_loader)
add_subdirectory(libhpkg)
add_subdirectory(hpkgvfs_analyze)
add_subdirectory(libhyclonefs)
add_subdirectory(hyclonefs_analyze)
add_subdirectory(haiku_loader)
add_subdirectory(hyclone_server)
4 changes: 1 addition & 3 deletions copy_objects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,4 @@ cp -fpv $HAIKU_GLUE_GCC/crtbeginS.o $SCRIPT_DIR/libroot
cp -fpv $HAIKU_GLUE_GCC/crtendS.o $SCRIPT_DIR/libroot
cp -fpv $HAIKU_BUILD_SOURCE_DIRECTORY/src/tools/fs_shell/*.h $SCRIPT_DIR/libhyclonefs/haiku_include/fs_shell
cp -fpv $HAIKU_BUILD_SOURCE_DIRECTORY/headers/private/fs_shell/*.h $SCRIPT_DIR/libhyclonefs/haiku_include/private/fs_shell
cp -fpv $HAIKU_BUILD_OUTPUT_ROOT/objects/$(uname | tr '[:upper:]' '[:lower:]')/$(uname -m)/release/tools/fs_shell/*.o $SCRIPT_DIR/libhyclonefs/fs_shell
cp -fpv $HAIKU_BUILD_OUTPUT_ROOT/objects/$(uname | tr '[:upper:]' '[:lower:]')/$(uname -m)/release/build/libroot/*.o $SCRIPT_DIR/libhyclonefs/libroot_host
cp -fpv $HAIKU_BUILD_OUTPUT_ROOT/objects/haiku/$HAIKU_ARCH/release/system/kernel/syscalls.o $SCRIPT_DIR/monika/dispatcher/syscalls.o
cp -fpv $HAIKU_BUILD_OUTPUT_ROOT/objects/haiku/$HAIKU_ARCH/release/system/kernel/syscalls.o $SCRIPT_DIR/monika/dispatcher/syscalls.o

0 comments on commit fa53bff

Please sign in to comment.