#
e84206a6 |
| 04-Jul-2021 |
Aaron LI <aly@aaronly.me> |
NVMM: Update examples and libnvmm tests
|
#
ce659a16 |
| 07-Jun-2021 |
Aaron LI <aly@aaronly.me> |
test/nvmm/demo: Improve progress logs to help test/debug
* Add several more progress logs. * Reduce accepting trap count to 6, reducing the total test time. * Update the example output in README.
|
#
20b815aa |
| 08-Jun-2021 |
Aaron LI <aly@aaronly.me> |
test/nvmm/demo: Port 'smallkern' to DragonFly
|
#
aaa1e810 |
| 08-Jun-2021 |
Aaron LI <aly@aaronly.me> |
test/nvmm/demo: Various cleanups to 'smallkern'
* Remove unused variables, symbols, function prototypes and functions. * Move function prototypes and 'extern' declarations to header files. * Add 'st
test/nvmm/demo: Various cleanups to 'smallkern'
* Remove unused variables, symbols, function prototypes and functions. * Move function prototypes and 'extern' declarations to header files. * Add 'static' qualifier for file-local variables. * Add inclusion guard to header files. * Various minor adjustments.
show more ...
|
#
ce7051ae |
| 28-May-2021 |
Aaron LI <aly@aaronly.me> |
test/nvmm/demo: Fix some compilation warnings
|
#
8368e25f |
| 27-May-2021 |
Aaron LI <aly@aaronly.me> |
test/nvmm: Add a demo for demonstration of libnvmm(3) API
The demo consists of two components:
* toyvirt: a toy virtualizer, that executes in a VM the 64bit ELF binary given as argument; * smallk
test/nvmm: Add a demo for demonstration of libnvmm(3) API
The demo consists of two components:
* toyvirt: a toy virtualizer, that executes in a VM the 64bit ELF binary given as argument; * smallkern: an example of such binary.
Obtained from: https://www.netbsd.org/~maxv/nvmm/nvmm-demo.zip
show more ...
|