Skip to content

CristiBM/DRuntime-app-test-and-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published