Skip to main content

Questions tagged [virtual-memory]

6 votes
1 answer
545 views

Can you write to the GDT (Global Descriptor Table) on Windows 95 from protected mode? Why, and how? In some old notes of mine, I have: "In Windows 95 the descriptor tables are accessible from ...
AlphaCentauri's user avatar
20 votes
3 answers
3k views

The Sun-1 was Sun Microsystems' first Unix workstation. As described in its Wikipedia article, it had a Motorola MC68000 processor and a custom memory management unit: The Sun-1 MMU was necessary ...
DrSheldon's user avatar
  • 16.9k
2 votes
2 answers
1k views

It seems the first "real" virtual memory management system was the i386 with its powerful paging system that totally isolates processes. How did Unix work before this, ensuring no process ...
user avatar
6 votes
1 answer
5k views

Create the Gen 1 machine with less than 512MiB Ram (above requires you to put MaxFileCache=524288 and MaxPhysPage=40000 in the system.ini later). Add either a virtual or physical IDE drive (physical ...
Ciel Ruby's user avatar
  • 575
3 votes
2 answers
227 views

Sun's SBus is particular for having virtual addressing and address translation even for device drivers. Any other buss design which had this peculiarity ? Check out Ben Catanzaro's book The SPARC ...
Stefan Skoglund's user avatar
20 votes
3 answers
5k views

I found a mention on page 777 of the Second Edition of the book "Computer Systems: a programmer's perspective" [Bryant - O'Hallaron] stating that Cray supercomputers still do not use virtual memory (...
nbloqs's user avatar
  • 549