Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Expanded memory


Related Topics
KSR

In the News (Tue 22 Dec 09)

  
  Expanded memory - Wikipedia, the free encyclopedia
Expanded memory was a common term for several incompatible technology variants.
EEMS, a competing expanded memory management standard, was developed by AST Research, Quadram and Ashton-Tate.
A 64 KB block of memory called a page frame could be set to "point" to any block of expanded memory.
en.wikipedia.org /wiki/Expanded_memory   (1125 words)

  
 MS-DOS Memory Issues
Expanded memory is divided into 16KB pages, which are mapped into a predetermined area in the first megabytes of address space (the page frame) as the application requests.
Upper memory blocks are not connected with conventional memory, and cannot be directly used by applications which have not been made aware of its existence.
Software that will convert extended memory to expanded memory on an 80286 machine is not written to use the special hardware built into the 80386 chip, so the same type of performance penalty may apply.
www.dewassoc.com /support/msdos/msdos_memory.htm   (1528 words)

  
 Extended memory - Wikipedia, the free encyclopedia
Extended memory refers to memory above the first megabyte of address space in an IBM PC with an 80286 or later processor.
In this case, the extended memory is provided by a supervising protected-mode operating system such as Microsoft Windows.
The memory is "protected" in the sense that memory segments assigned a local descriptor cannot be accessed by another program because that program uses a different LDT, and memory segments assigned a global descriptor can have their access rights restricted, causing a hardware trap (typically a General Protection Fault) on violation.
en.wikipedia.org /wiki/Extended_memory   (318 words)

  
 Memory management in PCs: the eighteen most misunderstood acronyms. (The CPA & the Computer)
For example, the difference between expanded memory and extended memory should be highlighted by emphasizing the "PA" of exPAnded or "TE" of exTEnded--otherwise the words are identical.
Random Access Memory (RAM) in a PC starts with the first megabyte (1024k) of RAM divided into lower (conventional) memory, which is the base 640k found in most machines, while the remaining 384k of the first megabyte is known as High Memory.
ExPAnded memory is any memory that can be mapped- into the base 640k; that is, DOS can be tricked into accepting exPAnded memory as if it were conventional 640k memory.
www.nysscpa.org /cpajournal/old/14476969.htm   (1100 words)

  
 expanded memory definition - isp.webopedia.com - The Glossary for Internet Service Providers
Also known as EMS (Expanded Memory Specification), expanded memory is a technique for utilizing more than 1MB of main memory in DOS -based computers.
Until the release of Microsoft Windows 3.0 in 1990, expanded memory was the preferred way to add memory to a PC.
The alternative method, called extended memory, was less flexible and could be used only by special programs such as RAM disks.
isp.webopedia.com /TERM/E/expanded_memory.html   (288 words)

  
 [No title]   (Site not responding. Last check: 2007-10-22)
Conventional Memory is the memory range between 0 and 640KB, which is directly accessible to DOS applications.
On a 286 system, an expanded memory board can be installed, which installs physically addressable memory into this range of upper memory.
Memory managers for the 80386 can map memory into the upper memory area so that TSRs can be loaded outside of the standard 640KB.
www.textfiles.com /computers/dosmem.txt   (1863 words)

  
 msdos memory types
Expanded memory is available for all processor types from the 8086 PC to the 486DX PC.
Peripheral cards often have memory on board, like video cards which have memory which hold the screen image, and a small ROM which hooks itself into the ROM BIOS to provide support for special displays (VGA display cards are a good example).
As memory chips expanded in size, it became common for 2MB or 4MB of memory to be fitted to motherboards.
physinfo.ulb.ac.be /cit_courseware/msdos/msdos04.htm   (1143 words)

  
 Smart Computing Article - Random-Access Memory   (Site not responding. Last check: 2007-10-22)
Expanded memory is one way DOS can be fooled into using memory beyond the 640KB system memory.
Memory is the most common cause of frustration for PC users, probably because it is so vital to a PC's operation and performance.
By setting memory as drive space, you may be able to detect and isolate a memory problem to a specific chip.
www.smartcomputing.com /editorial/article.asp?article=articles/archive/r0401/24r01/24r01.asp&guid=t2nw1hno&searchtype=0&WordList=config.sys   (6241 words)

  
 [No title]
EXPANDED MEMORY SERVICES FUNCTIONS DEFINED IN EMS 3.2 SPECIFICATION Interrupt 67h Function 40h Get Manager Status LIM Function Call 1 Returns a status code indicating whether the memory manager is present and the hardware is working correctly.
It appears that the intended use for this function is to return the version of the vendor implementation of the expanded memory manager instead of the specification version.
Functions 10 and 11 are specific to the hardware on Intel expanded memory boards and may not work correctly on all vendors' expanded memory boards.
nersp.nerdc.ufl.edu /~esi4161/files/dosman/chap10   (6984 words)

  
 Expanded Memory (EMS)
When the contents of a particular part of expanded memory is needed by the PC, it is switched into one of these areas, where it can be accessed by programs supporting the LIM specification.
This concept is called bank-switched memory, and in a way is not all that different from virtual memory, except here the swapping isn't being done to disk but rather to other areas of memory.
In addition to being slow and cumbersome, using extended memory for EMS makes it unavailable for use as extended memory by other applications, and the page frame wastes 64 KB of the upper memory area that could be used for drivers.
www.pcguide.com /ref/ram/umaEMS-c.html   (856 words)

  
 [No title]   (Site not responding. Last check: 2007-10-22)
EXPANDED MEMORY: memory which conforms to LIM EMS (Lotus-Intel-Microsoft Expanded-Memory-Standard) which currently is at 4.0 and is unlikely to change much more.
Expanded memory is divided into 16Kb pages, which are mapped into some predetermined area in the first megabytes of address space called the page frame, as the application requests.
UPPER MEMORY BLOCKS: term for memory found between A0000-FFFFFh (640Kb to 1024Kb) in the CPU address space which are *NOT* connected with conventional memory, and cannot be directly used by applications which have not been made aware of UMB's.
www.cs.ntu.edu.au /homepages/jeff/MMM.HTM   (735 words)

  
 Dos 7 Device Drivers - Emm386.exe
Values for memory can be in the range 64 to the lesser of the amount of extended memory available or 32768 (32 Mb) with the value being rounded down to the nearest multiple of 16.
Additional expanded memory may be allocated if required (and if available) but the minimum is guaranteed.
Specifies a minimum amount of extended memory (in Kb) that is not to be made available as expanded memory.
www.lagmonster.org /docs/DOS7/v-emm386-sys.html   (1285 words)

  
 Vernon Frazee: MS-DOS v6.22 Help: EMM386.EXE
Values for memory are in the range 64 through the lesser of either 32768 or the amount of extended memory available when EMM386 is loaded.
When it is loaded, EMM386 reserves the amount of memory specified by the MIN switch for use as EMS/VCPI memory (the default value is 256K).
Using EMM386 to provide access to the upper memory area In addition to providing access to expanded memory, EMM386 provides access to the upper memory area, which you can use to load certain programs and device drivers.
www.vfrazee.com /ms-dos/6.22/help/emm386.exe.htm   (1849 words)

  
 Beating the 640 KByte Squeeze
The first such technique is known as Expanded Memory System, Version 3.2, and was jointly developed by Lotus, Intel and Microsoft, with the primary goal of allowing 1-2-3 access to bigger spreadsheets.
Because the memory is paged, special code has to be provided (in the form of a device driver) to select and enable the appropriate pages.
Furthermore, because this memory is outside the User Memory area, the DOS operating system is unaware of it, and it cannot be used to contain program code such as co-resident utilities (e.g Sidekick, Lotus Metro).
www.lesbell.com.au /Home.nsf/e13d28c7fa3133464a2569250040c56b/e726a90b6e365fc54a2565f90028d0af?OpenDocument   (1162 words)

  
 Running Both Extended and Expanded Memory on Your Computer
For example, you may want to run MS-DOS in the high memory area (which is part of extended memory) while also running applications in expanded memory.
If your memory board can be configured as expanded or extended memory, configure the board so that it provides only extended memory.
If your 80286 computer has an add-in memory board, you might be able to configure the memory board so that it provides both expanded and extended memory.
support.microsoft.com /default.aspx?scid=kb;en-us;96766   (1937 words)

  
 UMB-Upper Memory Blocks   (Site not responding. Last check: 2007-10-22)
But, a lot of LIM 4.0 compatible expanded memory boards (such as Intel memory boards) automatically try to provide as large a page frame as possible, up to 128K (if there are no ROM's within this range also using some of this space), within the C000-DFFF range.
These additional pages of expanded memory in the page frame can be used to create Upper Memory Blocks, which are blocks of memory that can be used to load device drivers and TSR's into them in order to free up more conventional memory for your applications.
These memory managers require that the available Upper Memory Blocks first be made mappable by the combination of a LIM 4.0 Expanded Memory Manager and a memory card such as Intel's EMM.SYS device driver and an Intel Above Board.
bugclub.org /eric/memory/umb.html   (268 words)

  
 Expanded Memory Manager - EMM
Short for Expanded Memory Manager, EMM is a device driver that allows MS-DOS computers to use expanded memory.
Intel 80286 and lower computers required an expansion memory board and software in order to utilize an extended memory manager.
A good example of an EMM is EMM386.EXE which is a MS-DOS memory manager used with Intel 80386 computers and higher.
www.computerhope.com /jargon/e/emm.htm   (88 words)

  
 Expanded Memory Specification   (Site not responding. Last check: 2007-10-22)
Expanded memory is provided through a page frame of at least 64 kilobytes in the reserved memory address region.
Access to this memory is provided by an expanded memory manager (EMM) software.
In 8086 or 8088 based systems this is the only way to use memory beyond conventional memory.
burks.brighton.ac.uk /burks/foldoc/11/40.htm   (175 words)

  
 Can't configure expanded memory - Cyber Tech Help Support Forums
After right-clicking on the programme file and going to the memory tab I get a message saying “The computer is not configured for expanded memory in MS DOS sessions”.
When the Details button is clicked I get a message saying “Third-party memory management software has not been configured for expanded memory.
However, when I tried to run the programme, the computer restarted - as it was supposed to - and then it said that it couldn't find any extended memory to convert to expanded memory.
www.cybertechhelp.com /forums/showthread.php?p=67758   (302 words)

  
 Kingston MC64 Memory Expansion
In fact, to preserve your extended memory, you should only allocate the amount of expanded memory necessary to support your particular application.
The memory handler invoked with the BOPT-workaround uses the PIO-mode for the error-detection...
The slowest memory access is that on the range from 16MB - 24MB: bytewise direct-accessing to read from memory and to write to memory plus 1 - 3 wait-states on "channel memory" take some time.
www.gilanet.com /ohlandl/misc/Kingston_MC64.html   (1026 words)

  
 Adding Extended or Expanded Memory to CONFIG.SYS
If your particular problem is not enough memory in an application, to say that "you need more memory", is not quite true as the application that you use requires memory to be formatted differently (extended, expanded, etc.).
Well, this could be a result of many things, but most likely it is because you are either not allocating the proper type of memory to the program (expanded instead of extended, etc.), or you don't have any/enough drivers loaded into high memory.
To free up the base memory, a "Memory Manager" needs to be loaded so that devices and executable's can be loaded "High" (i.e.
www.angelfire.com /home/Luke1971/EMM386.htm   (476 words)

  
 Windows 98: Cannot get expanded memory in Win98 se
I have tried the shortcuts in windows..the one called shortcut to MS-DOS with extended and Expanded memory support, it reboots the computer but then when it starts to load up in DOS mode I get the same EMM386 is not loaded, cannot setup page adress message ect.
Ajnin, yes I have done what you said, in the memory it says that "this computer is not configured for expanded memory in ms-dos mode" (I have mentioned this in a previous comment also).
I still think it's something stuck in upper memory from a BIOS setting that is reserving the space on one machine that is needed for Win98 to manage expanded memory without help.
www.experts-exchange.com /Operating_Systems/Win98/Q_10397759.html   (8535 words)

  
 The PC Guide Discussion Forums - View Single Post - What is expanded memory?
On those old 8088 type machines you had to use a tool (QEMM comes to mind) that would allow you to configure blocks of upper memory or expanded memory addresses above the "real memory" 64KB line contiguously.
By setting your upper memory blocks this way programs like Framework, DBase and Lotus 1-2-3 could run spreadsheets and perform database operations by accessing upper memory and avoided running out of memory as fast.
The problem back then was the software resource demand on the PC was always way ahead of the hardware technology for running business applications we take for granted now such as Word or Excel.
www.pcguide.com /vb/showpost.php?p=98567&postcount=9   (171 words)

  
 REFERENCES: Online Technology Glossary and Dictionary of Computer, WEB and Internet Terms, ACRONYMS, Definitions, and ...   (Site not responding. Last check: 2007-10-22)
This software utility helps to emulate memory greater than the conventional memory limitation of 640KB.
Expanded Memory - Refers to usable RAM in excess of 1 MB.
Not all applications can run or take advantage of this expanded memory.
www.oasismanagement.com /frames/TECHNOLOGY/GLOSSARY/d.html?TECHNOLOGY/GLOSSARY/e.html   (502 words)

  
 WPDOS - Survival Guide for Medical Transcriptionists
Make absolutely certain that you have studied and followed the instructions for enabling expanded memory in Windows 2000 or XP, and that you have studied and followed the instructions for modifying the memory settings of the desktop shortcut for a batch file.
To see whether you have expanded memory available for your batch file, right-click on the desktop shortcut, choose Properties, then go to the Memory tab.
Expanded memory not installed", and you will probably see a red line at the foot of the DOS window.
www.columbia.edu /~em36/wpdos/medtrans.html   (9385 words)

  
 [No title]
However, if your Above Board is configured as expanded memory and you're installing a Token Ring, you must take steps to eliminate conflicts.
In this case, there would be no expanded memory available for applications, so a choice must be made between having more conventional memory and any expanded memory.
The difference between the total memory in the computer and the amount that CHKMEM reports is equal to the amount that the resident programs are using.
www.gilanet.com /Ohlandl/misc/Intel_Aboveboard_README_ABMC_EXE.txt   (1436 words)

  
 Expanded Memory - Compare Prices, Reviews and Buy at NexTag - Price - Review
related searches:memory,memory stick,sd memory,memory card,transflash memory,memory stone,xd memory,garmin memory,samsung memory,kingston memory,memories candle,laptop memory,1066 memory,system memory,memory pro,sdr memory,crucial memory,memory frame,ddr memory,palm memory
These stately albums are oversized--and easily expanded with additional pages--to hold the memories of a lifetime.
Easily expanded and customized, you and add your favorite and most frequently used words and phrases to its memory bank.
www.nextag.com /expanded-memory/search-html   (365 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.