Skip to content

Commit

Permalink
docs: Add note on NBD module being a requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
pojntfx committed Jul 1, 2023
1 parent 404ba0c commit bbca08e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ $ ram-ul --size 4294967296
On your local system, start `ram-dl`. This will mount the remote system's exposed memory region, file or directory using fRPC and r3map as swap space, and umount it as soon as you interrupt the app:

```shell
$ sudo modprobe nbd
$ sudo ram-dl --raddr localhost:1337
2023/06/30 14:54:22 Connected to localhost:1337
2023/06/30 14:54:22 Ready on /dev/nbd0
Expand Down Expand Up @@ -136,6 +137,7 @@ $ git clone https://github.com/pojntfx/ram-dl.git
$ cd ram-dl
$ make depend
$ make && sudo make install
$ sudo modprobe nbd
$ ram-ul
# In another terminal
$ sudo ram-dl
Expand Down

0 comments on commit bbca08e

Please sign in to comment.