Commit 5e061530 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

experiments: also refer to new base image by default

parent 9651bf16
...@@ -31,9 +31,9 @@ if [ ! -d "$NS3_BASE" ] ; then ...@@ -31,9 +31,9 @@ if [ ! -d "$NS3_BASE" ] ; then
exit 1 exit 1
fi fi
QEMU_IMAGE=$EHSIM_BASE/images/output-ubuntu1804-base/ubuntu1804-base QEMU_IMAGE=$EHSIM_BASE/images/output-base/base
QEMU_KERNEL=$EHSIM_BASE/images/bzImage QEMU_KERNEL=$EHSIM_BASE/images/bzImage
GEM5_IMAGE=$EHSIM_BASE/images/output-ubuntu1804-base/ubuntu1804-base.raw GEM5_IMAGE=$EHSIM_BASE/images/output-base/base.raw
GEM5_KERNEL=$EHSIM_BASE/images/vmlinux GEM5_KERNEL=$EHSIM_BASE/images/vmlinux
# Args: # Args:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment