Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 589 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 589 Bytes

DRuntime-app-test-and-dev

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