e0caa2c9 | 13-Jun-2021 |
Aaron LI <aly@aaronly.me> |
test/nvmm/demo: Rewrite makefiles to not write in source tree
Rewrite the makefiles so it no longer write in the source tree but output in the /tmp directory. This is useful for building with a NFS
test/nvmm/demo: Rewrite makefiles to not write in source tree
Rewrite the makefiles so it no longer write in the source tree but output in the /tmp directory. This is useful for building with a NFS-exported readonly mount of the source tree (e.g., used by dillon).
show more ...
|
3bac6f2a | 08-Jun-2021 |
Aaron LI <aly@aaronly.me> |
test/nvmm/demo: Make 'smallkern' more self-contained
Provide local 'asm.h' and 'trap.h' headers (derived from NetBSD), extract necessary PTE_* and PSL_* defines, making 'smallkern' much more self-co
test/nvmm/demo: Make 'smallkern' more self-contained
Provide local 'asm.h' and 'trap.h' headers (derived from NetBSD), extract necessary PTE_* and PSL_* defines, making 'smallkern' much more self-contained, which greatly reduces the needed modifications for porting it to DragonFly. Moreover, it helps to keep the ported code working on both operating systems.
show more ...
|
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 ...
|