Contrary to the other MVME processor boards, this board has no on-board devices; it just acts as a container for an HYPERmodule which provides one, two or four 88100 processors, and two or four 88200 (16KB cache) or 88204 (64KB cache) CMMUs per processor. All HYPERmodules combinations...
I am attempting to installsodium nativeas an npm package on OpenBSD 7.3 amd64. Aside: As a dependency ofHypercore, Hyperbee and Corestore. This needsnode-gyp. Followingthis, I set the C and C++ compilers to clang: exportCC=clangexportCXX=clang++ I created a directoryexampleand, for de...
// Try hw.ncpuonline first because hw.ncpu would report a number twice as // high as the actual CPUs running on OpenBSD 6.4 with hyperthreading // disabled (hw.smt=0). See https://golang.org/issue/30127 if n, ok := sysctlInt([]uint32{_CTL_HW, _HW_NCPUONLINE}); ok { retu...