Skip to content

Commit

Permalink
More stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
  • Loading branch information
jviotti committed Nov 24, 2023
1 parent eb0a0f0 commit f77a93a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
CMAKE = cmake
CTEST = ctest
KRAFT = kraft
CPIO = cpio
FIND = find
MKDIRP = mkdir -p
# For test server
NODE = node
KILLALL = killall
Expand Down
3 changes: 2 additions & 1 deletion unikraft/Kraftfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ targets:
- CONFIG_LIBLWIP=y
- CONFIG_LWIP_UKNETDEV=y
- CONFIG_LWIP_DHCP=y
- CONFIG_LWIP_DNS=y
# File-system
- CONFIG_LIBVFSCORE=y
- CONFIG_LIBRAMFS=y
- CONFIG_LIBCPIO=y
- CONFIG_LIBVFSCORE_ROOTFS_EINITRD=y
- CONFIG_LIBVFSCORE_AUTOMOUNT_ROOTFS=y
- CONFIG_LIBVFSCORE_ROOTFS_EINITRD_PATH=.unikraft/fs.cpio
- CONFIG_LIBVFSCORE_ROOTFS_EINITRD_PATH=.unikraft/build/initramfs.cpio

libraries:
libcxxabi:
Expand Down

0 comments on commit f77a93a

Please sign in to comment.