Skip to content

unikraft-upb/unikraft-libdruntime-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 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

Bundle of Unikraft, libs and porting D runtime

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published