PLEX86  x86- Virtual Machine (VM) Program
 CVS  |  Mailing List  |  Download  |  Newsgroups

REAL memory column in SDSF 4601


Your Ad Here

Your Ad Here

in the early 80s ... "big pages" were implemented for both VM and MVS. this didn't change the virtual page size ... but changed the unit of moving pages between memory and 3380s ... i.e. "big pages" were 10 4k pages (3380) that moved to disk and were fetched back in from disk. a page fault for any 4k page in a "big page" ... would result in the whole "big page" being fetched from disk.

REAL memory column in SDSF 4602
re: "big pages" support shipped in VM HPO3.4 ... it was referred to as "swapper" ... however the...

note the original extended store ... wasn't so much an architecture issue, it was a packaging-technology issue. 3090s needed more electronic store than could be packaged within the proscribed latency of cache-memory fetch. the approach was to place the storage that couldn't be packaged for close access ... on a different bus under software control that burst transfers in (4k) page size units ... rather than the smaller cache line size units ... and then leverage the programming paradigm already in place for paging to-from disk.

this is somewhat LCS from 360 days (8mbytes of 8mic storage ... compared to 750ns storage on 360-67 or 2mic storage on 360-50). the simple strategy was to just consider it as adjunct of normal, faster storage and tolerate the longer fetch cycle. howeer, some installations tried to carefully allocate stuff in LCS ... that were lower use programs and-or purely cached data (like hasp buffers). however, some installactions actually implemented copying programs out of LCS to faster storage before end.

REAL memory column in SDSF 4603
some of this cropped up during the early days of os-vs2 svs development. at the time, cp67 was one of the few relatively...

misc. past posts mentioning big pages.



Your Ad Here

List | Previous | Next

REAL memory column in SDSF 4602

Alt Folklore Computers from Newsgroups

The #1 Usenet Provider on the Internet

Still looking for help