Closed kkaffes closed 7 years ago
Hi, Can you gives us more information about how to reproduce the unhandled page faults that you mentioned (which benchmark, at what point in the execution etc.)? Thanks!
Sorry for the delay, you can reproduce it following the steps below:
git checkout 590f03
make kern libdune
cd bench && make
insmod kern/dune.ko
./bench_dune
It was addressed by #7 . Closing the issue.
Add support for full physical address width. It was removed by commit eb2568b7 because it caused unhandled page faults when
dune_vm_page_walk()
function was called. The guest now has access to 16GB proc, mmap and stack memory.The best starting point is to go back to commit 590fe03 and reproduce the bug by running the benchmark suite.