Live data from Hacker News

Understanding Virtual Memory

ualberta.ca

1–10 of 10 posts

Re: Understanding Virtual Memory

#2
Though there are many innovations in LoseThos, being simpler than Linux is one of the main selling points.

The original spec for LoseThos was "no virtual memory" in the hopes of speed.

ring-0-only was also for speed and simplicity.

Original specs:

http://web.archive.org/web/20040606212724/http://www.simstru...

Re: Understanding Virtual Memory

#8

Here are some other great resources on understanding how the OS (in this case linux) manages the memory, and how the hardware works. http://tldp.org/LDP/tlk/mm/memory.html http://lwn.net/Articles/250967/

The LWN article is from What Every Programmer Should Know About Memory: http://www.akkadia.org/drepper/cpumemory.pdf also discussed here: http://news.ycombinator.com/item?id=1511990