-
-
The loader automatically [maps all of physical memory at a chosen offset in kernel space](https://github.com/JonasKruckenberg/k23/blob/e5c5ef66e645768320f548c2dc7c06a6f42c912d/loader/src/main.rs#L116)…
-
When I run [DQN](https://github.com/zackchase/mxnet-the-straight-dope/tree/master/chapter17_deep-reinforcement-learning) code on EC2 deep learning AMI, using python3, htop shows me a slow growth of RA…
-
**Describe the bug**
OS: Windows 10
`sysinfo` version: v0.30.5
When running a small Rust binary that uses `sysinfo` to print out process stats, I noticed that the reported virtual memory is ~5MB …
-
Thank you for your outstanding work. When Seismic loads the index file, does it load all the data into memory? Is it possible to use memory mapping to load the index file, which would reduce physical …
-
I tried to implement it using the following method but with no success,I think I definitely misunderstood their usage,could you give me some guidance?Thank you very much!
```
int physicalMemoryRW(…
-
Design and create a physical memory manager, so we know how much memory we have, and what blocks are occupied
This will be the base for the virtual memory manager, and for virtual memory allocation…
-
Integrate a physical memory dumping tool to avoid having to open a process handle to `lsass.exe` when acquiring mimikatz-able memory dumps.
https://zeltser.com/memory-acquisition-with-dumpit-for-df…
-
This work is great.
I have some questions about the implementation of memory aliases.
For example, I now have two versions of a dynamic library, A and B.
When the program is running, dynamic librar…
-
[Not sure if this is the correct place to post something like this. Please redirect me if this is not the right place.]
Hey,
I'm currently working on a research project on RISC-V where I try to …