Requirements:
-qemu-system-x86_64
-dmd compiler
Steps for running a D application in Unikraft:
-cp [D source files] apps/helloworld/
-update apps/helloworld/Makefile.uk with the filenames
-make menuconfig
Select:
-> Platform Configuration
-> Linux User Space
-> KVM Guest
-> Library Configuration
-> uksched
-make
-sudo qemu-system-x86_64 -enable-kvm -nographic -device isa-debug-exit -kernel build/helloworld_kvm-x86_64.dbg