At first, an UniBone can behave like UNIBUS memory.
If you have a PDP-11 which is only partly populated with memory, UniBone can extend usable memory to the full UNIBUS 18bit address range of 248 kBytes.
That said, this article is already complete ... so lets fill it up with a real-world walk-through in detail here:
The "magic memory extender"
We have a PDP-11/34 here which only has a single MS11-J memory card with 32 KB installed.
UniBone can scan the existing memory in a PDP-11 and emulate the missing memory range.
On UniBone Linux the application "Demo" is running. It shows a crude tree of text-mode menus. Here is a screenshot of the "memory" submenu:
The user (I!) first typed "sz" to the ">>>" prompt to scan available memory. (UniBone is doing bus master DMA here, see next page.) The 32kB MS11 card occupies address range 0-77776.
Then the magic "m" excutes the "auto-complete" function. UniBone is now emulating the missing memory from 100000 up to the IO page border 757776.
Booting XXDP before and after the memory expansion shows the success: the emulated memory is accepted. We have now 124kwords / 248 kBytes of memory.