You are not logged in.
Pages: 1
I didn’t find this in Google (maybe I’m typing wrong), what are virtual addresses? I’ve just come across such a phenomenon as virtual addresses for swap. I hope I made it clear what question I wanted to ask.
Offline
Maybe this can help you: https://www.baeldung.com/cs/virtual-mem … swap-space
Before asking for help please read this topic: https://www.q4os.org/forum/viewtopic.php?id=3502 If you have problems with WiFi network, try to install the Network Manager using Q4OS Software Centre.
Offline
Hey! Virtual addresses are used by the OS to give each process its own space, rather than using physical memory addresses directly. This makes each program think it has the whole RAM to itself, which is super handy. When it comes to swap, virtual addresses allow moving parts of data from RAM to swap memory, freeing up physical memory.
PS: If you want to dive deeper, check out some resources on memory management in OS. It's a big topic, and hard to cover all at once. If you have more questions, feel free to ask!
Christopher633
Offline
Pages: 1