History log of /dflybsd-src/test/nvmm/demo/smallkern/asm.h (Results 1 – 1 of 1)
Revision Date Author Comments
# 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 ...