Start working on a VFS implementation #22

Closed
apio wants to merge 44 commits from oop-vfs into main
56 changed files with 2 additions and 2 deletions
Showing only changes of commit eebbbf0b16 - Show all commits

View File

@ -28,7 +28,7 @@ set(CMAKE_FIND_ROOT_PATH ${LUNA_ROOT}/toolchain/${LUNA_ARCH}-luna)
message(STATUS "Configuring Luna for ${LUNA_ARCH}")
add_subdirectory(luna)
add_subdirectory(libluna)
add_subdirectory(libc)
add_subdirectory(kernel)
add_subdirectory(apps)

View File

@ -10,4 +10,4 @@ mkdir -p $LUNA_BASE/usr/include
mkdir -p $LUNA_BASE/usr/include/luna
cp --preserve=timestamps -RT libc/include/ $LUNA_BASE/usr/include
cp --preserve=timestamps -RT luna/include/luna/ $LUNA_BASE/usr/include/luna
cp --preserve=timestamps -RT libluna/include/luna/ $LUNA_BASE/usr/include/luna