CA1304166C - Software emulation of bank-switched memory using a virtual dos monitorand paged memory management - Google Patents

Software emulation of bank-switched memory using a virtual dos monitorand paged memory management

Info

Publication number
CA1304166C
CA1304166C CA000573697A CA573697A CA1304166C CA 1304166 C CA1304166 C CA 1304166C CA 000573697 A CA000573697 A CA 000573697A CA 573697 A CA573697 A CA 573697A CA 1304166 C CA1304166 C CA 1304166C
Authority
CA
Canada
Prior art keywords
memory
address
mode
cpu
virtual
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired
Application number
CA000573697A
Other languages
French (fr)
Inventor
Gary Allen Stimac
William Caldwell Crosswy
Stephen Bruce Preston
James Steven Flannigan
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Compaq Computer Corp
Microsoft Corp
Original Assignee
Compaq Computer Corp
Microsoft Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Compaq Computer Corp, Microsoft Corp filed Critical Compaq Computer Corp
Application granted granted Critical
Publication of CA1304166C publication Critical patent/CA1304166C/en
Expired legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/06Addressing a physical block of locations, e.g. base addressing, module addressing, memory dedication
    • G06F12/0615Address space extension
    • G06F12/0623Address space extension for memory modules

Abstract

SOFTWARE EMULATION OF BANK-SWITCHED MEMORY
USING A VIRTUAL DOS MONITOR AND
PAGED MEMORY MANAGEMENT

ABSTRACT

A virtual DOS monitor is disclosed which uses the paging hardware of a processor such as the Intel 80386 microprocessor in conjunction with its Virtual-8086 mode of operation to emulate expanded memory using extended memory. Support for application programs which access expanded memory is thereby provided without the need for additional memory boards or other hardware.

Description

~ 3~

COMW:146 SOFTWARE EMULATION OF BANK-SWITCHED MEMORY
USING A VIRTUAL DOS MONITOR AND
PAGED MEMORY MANAGEMENT

j' This invention relates to computer memory management.
More particularly, it relates to application program access to expanded memory via the ~otus/Intel/Microsoft ~
B Expanded Memory Specification on computers having extended ¦ 20 memory and memory paging capabilities.

Many popular personal computers tPC's) are based on Intel microprocessors ~Intel Corporation, 3065 Bowers Ave.
~¦ Santa Clara, California 95051~. These include the model 1 25 8080, ntroduced in 1974, the 8088 which is used in the Compaq Portable and the IBM-PC, the 8086 used in the Compaq Deskpro~ the 80286 used in both the Compaq Deslcpro 286 and the IBM-PC AT, and the 80386 processor of the Compaq Deskpro 386. These microprocessors have been designed for upward compatibility- programs written for the 8088 and/or the 8086 can be run on computers having 8028Ç or 80386 processors and programs written for the 8~286 processor can be run by the 80386.

The amount of physical memory a microprocessor can access depends on the number of address lines that emanate * ~1 G - ~r ~

~2--from the chip. Each additional bit doubles the amount of addressable memory.

The Intel 8080 microprocessor has 16 address lines and can therefore access 65536 (216) memory locations~ By conventlon, microcomputer memory consists of 8-bit bytes.
Thus, the 8080 can access 64 kilobytes (64KB) of memory.
On the machine-code level, a program accesses memory with addresses that are stored as values in the internal registers of the microprocessor. Although the 8080 is an fl! 8-bit microprocessor, the instruction pointer ~a register used to add~e~s machine code) is 16 bits wide. ~or addressing ~t-~, the 8080 employs two 8-bit registers used in conjunction. The resultant 16-bit value directly ¦ lS addresses a location in the 64KB memory space.

As noted above, the Intel 8086 and the 8088 were designed to be upwardly compatible with the 8080 on a source-code level. ~Although 8080 machine code itself ¦ 20 cannot be executed by an 8086, an ~080 assembly language program can be converted into equivalent 8086 machine code.) Yet, the 8086 and 80h8 can address one megabyte of memory, which requires a 20-bit address. For the purposes of this disclosuret the 8088 and the 8086 may be considered functionally equivalent and will henceforth be referred to a~ "the 8086." Unless expli~itly stated otherwise, references to "the 8086" may be taken as applying equally well to the 8088 microprocessor.

Rather than introduce a 20-bit register into the 8086, the 20-bit address is split intv two pieces-~a 16-bit seament address and a 16-bit offset addressO These two pieces are stored in different registers~ The micro-processor shifts the segment address 4 bits left (thereby ~3~ L6~

effectively multiplying it by 16) and then adds the offset address. The result is a ZO-bit address that can access 1 megabyte of memory. It should be appreciated that various combinations of segment and ofset can produce the same physical address.

By convention, a 20-bit address can be shown broken down into its segment and offset parts using the notation QOOO:OODO, the segment being to the left of the colon and the offset on the right. For example, a 20-bit address written as FFE6E in hexadecimal notation could be written l as FFE4:002E in segmented notation. Depending upon which ! segment (or "segment parayraph") is chosen, a single 20-I ~ bit address can be expressed in a variety of ways using segmented ~otation. For example, the physical address 1 00030 can be accessed by all the following segments and I offsets (segment paragraphs and relative offsets):
0000:0030, 0001:0020; 0002:0013; and, 0003:0000.

i 20 Each of the four segment registers in the 8086 defines a 64KB block of memory called a "segment. Il If all the segment registers are kept constant and equal, then the microprocessor can access only 64KB of memory, just like the 8080.
The 80286 and 80386 microprocessors both support and go beyond the segmented addressing scheme of the 8086.
When first powered up, they operate in "real mode," which .
uses segment and offset registers in the same way as the 8086 to access the same one megabyte of memory~ Thus the 80286 and 80386 microprocessors are upwardly compatible with the addressing scheme of the 8086 chip, ~3~ 6 In addition to real mode operation, the 80286 and 80386 can operate in "protected mode." The difference with protec~ed mode is that the segment register is no longer a real ~i.e., physical) address. Instead, the 80286 microprocessor used the upper (most significant) 14 bits of the segment register to look up a 24-bit base address stored in a descriptor table also in memory. The 80286 adds the 16-bit offset address to this base address.
The 24 bits allow access to 16 megabytes of memory (224) 1 10 instead of l megabyte (22).

Il The on-chip memory management and multitasking abili-I ties of the 80286 and 80385 are also part of protected ! mode. With protected mode, segment registers define the way that memory is organized between tasks. Each task has its own descriptor table describing the segments for that task, and that (along with the registers) is virtually all that the chip needs to store to switch between tasks.
Since physical addresses are stored in the descriptor table rather than in the segment registers/ the operating system can move memory around without application programs I being af~ected.

j Protected mode is so named because segments belonging to one task are protected from being corrupted by another task. Tasks are organiæed in privilege levels, and certain machine-oode instructions are prohibited to lower privilege levels. In a well-designed protected-mode operating system, a single program can neither crash the whole system nor get itself into an unrecoverable state.

On the 80386 the base address associated with each segment is not limited to 24 bits, as in the 80286.
Rather, it is 32 bits wide and thus can be anywhere within ~L3~ E;6 the 4 gi~abytes (232) of addressable memory. If the top 8 bits (eight most significant bits) of the base addresses are set to zero, then the 80386 addressing scheme works just like that of the 80286.

The offset addresses of the 80386 in protected mode are expanded from 16 bits to 32 bits. This overcomes the 64KB se~ment limit of the 30286 protected mode and allows a 4-gigabyte maximum segment size~

In addition to real mode and protected mode, the 80386 has an additional mode of operation known as virtual 8086 mode which permits the processor to imitate multiple 8086- or 8088-based machines while it is also running in protected mode. As the name implies, the 80386 can mimic a l-megabyte addressing environment that to existin~
programs appears to be an 8086. But unlike real mode, more than l megabyte is available. The 80386 can actually maintain more than one virtual 8086 environment in memory ¦l 20 at the same time. Each of these environments can have its , own copy of the operating system and an application I program. At the same time, a protected mode operating ¦ systern and application can be using a different area of memory.
1 In virtual ~086 rnode, the 80386 treats the segment registers the same way as in real mode, where the~ repre-sent real (i.eO, physical) addresses. Thus, existing DOS
programs (and DOS itself) can operate in the conventional manner with segment registers and not run into the problems associated with protected mode.

The addresses from multiple virtual 8086 sessîons do not collide when they access physical memory because when ~3q~

the 80386 adds the segment and offset registers together, it creates not a physical address, but a linear add~ress.
A set of pa~ing tables translates the linear address into a physical address. This physical address may be anywhere in the 4 gigabytes of the 80386 addressable memory~

The paging hardware of the 80386 (described infra and which is not limited to virtual 8086 mode) works with 4K-byte blocks of memory. The pages can be set up so that some memory (~or instance, a single ROM BIOS) is used by ! several virtual 8086 sessions. Virtual 8086 mode solves the problem of allowing programs that write directly to the display memory to be multitasked. The address of the display can be mapped to another location in memory and transferred to the real display during program switching.
~¦ Alternatively, the operating system can combine display output from several virtual 8086 sessions into a single-windowed real display.

All interrupts and all I/0 port accesses initiated by I programs in virtual 8086 mode can be trapped by the operating system that has set up these virtual 8086 environments. To correctly handle these I/0 por~
acce~ses, this operating ~ystem would have to have complete knowledge of all hardware that may be directly accessed by more than one virtual 8086 ~ession.

The entire 1 megabyte address space of the 8086 can be thought of as divided into 16 blocks of 64~ each. Each of these blocks of memory can be identified by the high order (most significant) hex digit that all addresses in that block share. Thus, the first 64K of memory can be called the 0 block, since all addresses in that block are 0xxxx (in five digit absolute address notation) or - _7_ 0xxx:xxxx (in segmented address notation). Likewise, the second block is the l-block, since all addresses in that 64K begin with l. In the 1 megabyte address space, there are 16 blocks of 64K, which may be designated the 0-block through the F-block (in hexadecimal notation)~

Many 8086-based personal computers such as the Compaq Portable or the IBM-PC use MS-DOS ("DOS"; Microsoft Corporation, 107000 Northup Way, Bellevue, ~ashington 98009~ as the operating system. The key working area of their memory is that part used for programs and their data- the area made up of the first ten blocks, the 0-~ j through 9-blocks. This area is often called the user I memory area to distinguish it from the rest of the address space~ which is, one way or another, at the service of the computer system itself. Thus, the maximum amount of user memory is 640K (all ten blocks installed).
lS
Immediately following the user memory area ~ a 128K
area, consisting of the A- and B-blocks, that is set aside for use by the display screens. The memory that i5 installed for use by the display screens operates in the same fashion as conventional read/write Random Access Memory ("RAM") used for user memory. Normally, it has one ¦¦ 25 extra ~eature which help~ speed the operation Oe the computer: there are two circuit pathways into it, so that both programs ~being run by the microprocessor) and the display ~creen can simultaneously work with it, without interfering with each other.
After the display memory area comes three blocks, C
through E, which are commonly set aside for some special uses. These blocks are called the "ROM e~tension areaO"
One use, whict gives this section its name, is as a yrowth -8~

area for the last section of memor,y, the ~OM-BIOS which occupies the ~ina]. F-block. Another use for the ~OM
extension area is for removable software cartridges. A
third use for the ROM extension area i~ to support "extended memory" discussed infra.

The final part of the 8086 memory address space i5 the F-block, which is used to hold the computer's built-in ROM-BIOS programs. The ROM-BIOS holds a key set of programs that provide essential support for the whole ,l operation of the computer. These include the power-on , self-test and the basic input/output service routinPs.
: 1 ;
Figure l depicts the above-described allocation of memory blocks for an 8086-based computer.

`,1 The portion of memory above l megabyte which can beaddressed by the 80286 and 80386 microprocessors (100000h through FFFFFFh and 100000h through FFFFFFFFh, respec-~ 20 tively~ is referred to as extended memory,. Thus, extended ,l ¦ memory is the 15M-byte address space on an 80286 based ¦ computer which lies outside the memory DO5 carl access.
This address space is of little use to those application ,, j programs that use DOS since DOS does not recognize memory above 640K. The XENIX operating system manages extended , I memory. Extended memory is sometimes called expansion memory ~not to be confused with expanded memory~O This is physical memory which is addressed beginning at 1 megabyte and is normally accessed only by protected mode programs.
To take full advantage of extended memory or virtual memory one must have an operating system environment ~and accompanying programs) that is designed for those features. Since the 8086 and its mainstream operating ~L30~ii6 g system, MS DOS, were not developed with extended and virtual memory in mind, the potential of these Eeatures remains largely untapped.

However, it is still possible for a program to make some use of extended memory. One way to do this is for a program to use some of the services provided by the computer's built-in ROM-BIOS programs. One of these services transfers blocks of data, in whatever size is needed, between the extended memory and conventional memory. An example of a program that uses the BIOS's transfer service to use extended memory is the virtual disk utility called VDISK which has been a part of DOS
since version 3Ø When VDISK is activated with the extended memory, it uses the BIOS transfer service to move data into and out of extended memory without VDISK needing to work in protected mode or directly manipulate the extended memory area.

As discussed above, an 8086-based computer is limited to only addressing one megabyte of ~torage, and only using ¦ 640K of that for working programs and data. For some ¦ applications, most notably large spreadsheets, this is ~oo little memory. One solution to this problem is bank-switched memor~.

Bank-switching allows the computer to actually have more memory than can be directly addressed in thP micro-processor's lMB memory address space. The memory is physically in the computer, but it is not actually assigned any particular place in the microprocessor's address space. Bank-switched memory is inaccessible to application programs until it is switched on.

~30~
- 10 ~ 7215g-12 The circuit boards for this special kind of bank-switched memory allow the addressing oE the memory to be turned on and off at will, and moved around at will. For example, a bank-switched memory board migh-t contain eight "banks" of memory, each of them 64K (for a to-tal of 512K). All of these 6~K blocks share a single 64K address block in the computer's memory, At any instant, only one of these eight banks can be active, with its da-ta accessible, while the others will be on hold~
The benefit of bank-switching is that it allows more memory to be at-tached to the computer, memory that is instantly accessible. All that it takes to switch a bank into place is to send a command to the memory circuit board, telling it to change the addressing of the banks. The switch takes place as quickly as an instruction can execute.
Unlike the computer's conventional memory, bank-switched memory requires actiVe management to make sure that the right pieces are available at the right times. As a result of the need for that management, Lotus Development Corporation, In-tel Corpora-tion, and Microso~-t Corporation collaborated to de~ine a standard wa~ oE working with bank-swi~tched memory. This bank~switched approach is called the Lotus/Intel/Microsoft Expanded Memory Specification ("the LIM specification"). Version 3.20 of the LIM
specification dated~ September, 1985, (Part ~umber 00275-003~ is particularly relevant.
Expanded memory operates in three parts: one piece of hardware (the bank-switched memory board), and two pieces of soft-ware (the expanded memory manager--known as the EMM--and the application program that uses the memory). The bank-switched memory board--which can be Intel's "Above Board," AST's "RAMpage~" or any similar memory boaxd--provides anywhere from 64K up to 8 meyabytes of memory, subdivided into small 16K pages that can be individually readdressed through bank-switching.

The EMM memory manager program is activated when the computer is first started up, and it lays the groundwork for the expanded memory's operation. A key part of its I task is to find an unused area in the computer's memory space into which it can map the bank-switch memory. It requires a full 64K work area, called a paqe frameO As can be seen from the general memory allocation shown in Figure 1, the D and E blocks of memory are obviously good candidates for the location of the page frame; however, the EMM can place the page frame in the C block as wellO
The exact location doesn't matter, as long as it doesn't interfere with any other use of the memory address space.
Also, the 6~K page frame doesn't have to be placed on a memory block boundary. For example, it can begin at the segment address C400 and extend up through the rest of the C block and into the first 16K of the D block.
l l Once the EMM has estab~ished where its 64K page frame i I will be located, it divides the frame into Eour 16K
windows. After that, the EMM will supply any application program which adheres to the LIM specification with the service of swapping memory data in and out of the 16K
windows.

To use the expanded memory, an application program tells the E~M that it needs to use one or more of the four available wlndowsO ~he application can request the EMM

~1 3~4~6~i ~12- -supervisor to as~ign memory pages to it, and then to make those pages accessible by bank-switching them into the window area. ~s the application program needs to work with different 16K pages of data, it asks the EMM to switch different pages into place.

Expanded memory can be used only for a program's data, not for the program code itself. DOS still has to find sufficient room in the conventional memory area to hold large programs, but once those programs are running in conventional memory~ they can take advantage of i~ expanded memory to work with more data than can be accom-modated in conventional memoryO Conventional memory is , the memory DOS recognizes: in 8086-, 8088- and 80286-based ~ 15 computers this is memory between 0 and 640K bytes.
¦ Because application programs let DOS manage their memory, they can use only conventional memory.

One drawback to expanded memory is that to use it a ¦ 20 program must be written to work together with the expanded memory manager, EMM, and it must know how to conveniently work with its data fragrnented into 16K pages. Despite ~his and other limitations, the expanded memory scheme can greatly enhance a computer's ability to work with large amounts of data.

The expanded memory scheme discussed above can be used with any 8086-compatible computer including those based on the 80286 and the 80386. While the 286 and 386 can have their own extended memory that goes beyond the 8086's lMB limit, they can also use expanded memory within the conventional address space.

Unlike the 8086, 8088, and 80Z86, the 80386 micro-processor incorporates memory paging hardware~ This allows linear addresses (as seen by programs) to be mapped to physical memory addresses. This facility allows the efficient implementation of virtual m~mory systems. With memory paging support, the operating system can easily allocate contiguous memory to an application simply by mapping a number of noncontiguous physical memory pages into the requested logical program space. This mapping of a program's linear address space into physical memory is shown schematically in Figure 2.

The mapping of noncontiguous physical memory pages Il into a requested logical program space is performed by ¦! 15 updating the page directory and page tables. An 80386 operating system enables paging by setting the PG (Paging Enabled) bit in Control Register 0 (CR0) with a privileged instruction. When paging is enabled, the processor trans lates a linear address to a physical address with the aid ¦ 20 of page tables. Page tables are the counterparts of ¦ segment descriptor tables; as a task's segment descriptor j table definès its logical address space, a task's page I tables define its linear address space An 80386's task's ¦ paye tables are arranged in a two-level hierarchy as shown in Figure 3. Each task can have its own page table director~. The 80386's CR3 (Pa~e Table Directory_~ase) sy~tem register points to the running task's page table directory; the processor updates CR3 on each task switch, obtaining the new directory address from the new task's Task State Segment (TSS).

A page table directory is one page long and contains entries for up to~1024 page tables. Page tables are also one page long, and the entries in a page table describe ~3~

1024 pages~ Thus, each page table maps 4 megabytes and a directory can map up to 4 gigabytes, the entire 32-bit physical address space of the 80386.

Figure 3 shows in functional terms how the 80386 microprocessor translates a linear address to a physical address when paging is enabled. The processor uses the upper 10 bits of the linear address as an index into the directory. The selected directory entry contains the address of a page table. The processor adds the middle 10 bits of the linear address to the page table address to index the page table entry that describes the target page.
! Adding the lower 12 bits of the linear address to the page address produces the 32-bit physical address.

Figure~4 shows the basic content ~ a page table entry. Direc~ory entries are identical, except that the page address field is interpreted as the physical address of a page table, rather than a page.

j Tasks can share individual pages or entire page tables. Entries in diferent page tables that point to the same page are aliases of one another just a~ descrip~
tors with the same base address are aliases of one anothor. The 80386's two-level page table structure makes it easier to share pages between tasks by sharing entire page tables. Since the address of a page shared in this way exists in a single page table~ the operating system has one page table entry to update when it moves the page.
Using the 80386 memory paging functions, a demand-paged operating system can manage memory for multiple vlrtual-8086 mode machine simulations concurrently with protected mode applications. Memory paging also can be ~3~

used to allow each 8086 machine simulation to have access to common routines and datal such as a sys~em ROM~ by making the physical ROM appear in the memory space o each simulated machine. Actually, only one ROM exists, but each machine sees it at the expected address within its lMB address space.

- Figure 5 shows how the 80386 paging mechanism enables multiple virtual-8086 machines to be managed. A single copy of the 8086 operating system is made to appear in the address space of both machines. The paging mechanism gives each virtual-8086 task a lMB linear address space.
Read-only areas, such as the 8086 operating system, can Ireside on shared pages used by all virtual-8086 tasks.
115 Unused pages can be omitted from physical memory7 Inasmuch as addressing is an important feature of the invention, there follows a discussion of the way in which the 80386 microprocessor addresses memory.
IThe physical address space of most computers is !organizecl as a simple array of bytes. With the develop-ment of memory management units (MMU's), computer archi tectures began to distinguish between the physical address ~p~ r~t~
space ~ e~e~ by the memory hardware and the logical address space seen by a programmer. The MMU translates the logiaal addresses presented by programs into the physical addresses that go out on the bus. Most architec-tures view a task's logical address space as consisting of a collection of one of the following:

Bytes The logical address space consists of an array of bytes with n4 other struc-ture (this is sometimes called a ~3~

"flat" or "linear" address space~. ~o MMU translation is required because a logical address is exactly equivalent to a physical address.

Segments ~he logical address space consists of a few or many segments, each of which is composed of a variable number of bytes. A logical address is given in ! IO two parts, a seyment number and an ~¦¦ offset into the segment. The MMU
translates a logical address into a physical address.
'.
, 15 Pages The logical address space consists of i many pages, each of which is composed of a fixed number of bytes. A logical address is a page number plus an offset within the page. The MMU
l 20 translates a loyical address into a ; physical ~ddress.

Paged Segments The logical address space consists of segments which themselves consist o~
pages. A logical address i~ a segment number and an off~et. The M~U trans-late~ the logical address into a page -- number and an offset and then trans-lates these into a physical address~
Technically, the 80386 views memory as a collection of segments that are optionally paged. In practice, the 80386 architecture supports operating systems that use any of the four views of memory described above.

~3~ L6~

Figure 6 shows the fundamentals of 80386 logical-to-physical address translation. The sequence of operations shown in FigurP 6 is central to both addressing and protection.

The 80386 memory addressing modes yield the 32-bit offset of the target operand. Combined with a segment selector, this offset forms a two part logical address:
the selector identifies the target segment and the offset locates the operand in the segment. In the vast majority of instructions, the selector is specified implicitly as the content of a segment register.

A selector is an index into a seqment descriptor ¦l 15 table; that is, it is a segment number. Each entry in a I ~ segment descriptor table contains the b~se address of a segment. The processor adds the offset to the segment's base address to produce a 32-bit linear addr_ 5S If paging is not enabled, the processor considers the linear address to be the physical address and emits it on the address pins.

If paging is enabled, the 80386 translates the llnear address into a physical address. It does thi~ with the aid of p~e_tables. A page table is conceptually similar to a descriptor table except that each page table entry contains the physical base address of a 4KB ~aqe~

An operating system can provide a task with a single flat address space, a flat address space that is paged, a segmented address space, or a segmented address space that is paged.

~IL3~49 The segment is the unit the 80385 provides for defin-ing a task's logical address space; that is, a task's logical address space consists of one or more seyments.
An instruction refers to a memory operand by a two-part logical address consisting of a segment selector and an offset into the segment. In principle, the 80385 trans-lates the logical address to a linear address by using the selector to look up the segment's descriptor in a segment descriptor table. The descriptor contalns the segment's base address in the linear address space; adding the 1' offset produces the operand's linear address. In prac-¦l tice, the logical-to-linear address translation is opti-mized by implicit selectors and register-based descriptors. As a result, the descriptor table lookup only occurs for instructions that load new selectors into segment re~isters.

In the second phase of address transformation, the 80386 transforms a linear address into a physical address.
ll 20 This phase of address transformation implements the basic ¦~ features needed for page-oriented virtual-memory systems and page-level protection.

I The page translation step is optional. Page transla-¦ 25 tion is in effect only when the PG bit of CR0 is se~.
This bit is typically set by the operating system during software initialization. The PG bit must be set if the operating system is to implement multiple virtual 8086 tasks, page-oriented protection, or page-oriented virtual memory.

The 80386 provides an array of protection mechanisms that operating systems can selectively employ to fit their needs. One form of protection is the separation of task ~ 31~L6 Ei address spaces by segment descriptor tables and page tab]es. This separation effectively prevents application tasks from interfering with each other's code and data.
In addition to isolating tasks from each other, the 80386 provides facilities for protPcting the operating system from application code, for protecting one part of the operating system from other parts, and for protecting a task from some of its own errors. All 80386 protection facilities are implemented on-chip~
Many of 80386 protection facilities are based on the notion of a privilege hierarchy. At any instant, a taskls privilege is equal to the privilege level of the code segment it is executing. In each segment descriptor is a field that defines the privilege level of the associated segment. The field may take one of four values. Privi-lege level 0 is the most-privileged level and privilege level 3 is the least-privileged level.

Fiyure 7 shows how the 80386 privilege levels can be used to establish different protection policies. An unprotected system can be implemented by simply placing all procedures in a segment (vr segments) whose privilege level i5 O. The traditional supervisor/user distinction j l 25 can be implemented by placing user (application) code in a l il privilege level 3 segment and supervisor procedures in a segment whose privilege level is 0. An operating system can also use privilege levels l and 2, if desired. For example, the most critical and least-changing operating system procedures (somtimes called the operating system kernel) might be assigned privilege level 0. Privilege level 1 might be used for the ~ervices that are less critical and more frequently modified or extended, for example, device driversO Level 2 might be reserved for ~3~ 66 use by original equipment manufacturers (OEM's). Such OEM's could then assign their code privilege level ~, leaving level 3 for the end users. In this way, the OEM
software is protected from the end users; the operating system is protected from both the OEM and the end users;
and, the oper~ting system kernel is protected from all other software, including that part of the operating system that is subject to fre~uent change.

A task's privilege level determines what instructions it may execute and what subset of the se~ments and/or pages in its address space it may reference. The processor checks for consistenoy between a task's privi-lege level and the privilege level of the segment or page 1¦15 that is the target of an instruction. Any attempt by a litask to use a more privileged segment or page makes the processor stop execution of the instruction and raise a general protection exception.

In addition to defining which segments and pages it can use, a task's privilege level defines the instructions I it can execute. The 80386 ha~ a number of instructions I whose execu~ion must be tightly controlled to prevent serious system disruption. All of the instructions that ~25 load new values into the system registers are examples o~
4~l~riv~le~ed instructions.

The descriptors in a task's Local Descriptor Table tLDT) and Global De~scriptor Table (GDT~ define the task's logical address space. ~he segments defined in these tables are theoretically addressable, because the descrip-tor tables provide the information necessary to compute a segment's address. However, an addressable segment may not be accessible to a particular operation because of the additional protection checks made by the 80386. rrhe 80386 checks every segment reference (whether generated by the execution of an instruction or an instruction fetch) to verify that the reference is consistent with the protec-tion attributes o~ the segment as described below.

Privile~e To access a segment, a program must be at least as privileged as the segment.
~or example, a program running at level 3 can only reference segments whose privilege level is also 3, while a program running at level 0 can , access all segments in its logical ~1. address spaceO
¦ Limit A reference to a segment must fall within the segment's limit. Segment limits enable the processor to trap common programming errors such as stack overflow, bad pointers and array , subscripts, and bad call and jump aZdresses. In cases where the operat~
ing system can determine that a refer-ence outside the bounds of a segment is not an error (stack overflow is an ii example in some system~), the operat-ing system can extend the segment (for example, by adding a page to it) and restart the instruction.
Tv~e Each descriptor contains a type field that the processor checks for consis-tency with the instruction it is executing. Ordinary segments have a ~309L~6 type of code or data, enabling the processor to catch an attempt to over-write code, for example~ the segment types manipulated directly by applica-tions are code and data~ System descriptors are also typed so the processor can veri~y when it is switching tasks, for e~ample, that the segment named in Jump TSS instruction 1, 10 is in fact a Task State Segment.

¦ Riqhts A segment descriptor can be marked I with rights that restrict the opera-¦ tions permitted on the associated segment. Code segments can be marked ~¦l executable or executable-and-reada~le.
Data segments can be marked read~only or readable-and-writable.

¦ 20 All of the checks described above depend on the integrity of descriptors If a task executing its appli-cation code could change a descriptor, the checks would guarantee nothing. For this reason, an operating system can restrict access to descriptor tables to privilege ~5 level 0 codet Note that for shari~g, different descriptors for the same segment (that is, aliases) may have different protec-tion attributes, allowing, for example, one task to read and write a segment while another can only read it.
Aliases also permit the oper~ting system to override the protection system when necessary, for example, to move a code segment.

~L~/D41~

Systems that do not make extensive use o~ segments can in~tead protect pages~ (Page protection can also be applied to sections of large segments.) Like a descriptor, a page table entry has a set of protection attributes; the 80386 checks every reference to the page for conformance to these attributes.

A page table entry can be marked with one of two privilege levels, user or supervisor. User level corre-I 10 sponds to privilege level 3 but supervisor pages can only! be accessed by tasks running at privilege levels 0, 1, or ,l 2. A user page can also be marked read-only or readable-¦, and-writable.

¦ll 15 The 80386 microprocessor checks the protection attri-i butes of a page after verifying that an access is consis tent with the segment attributes. Thus, page protection is a convenient way for an operating system to apply addi-tional protection to portions of a segment. ~or example, an operating system can safely store task-related operak-ing system data, such as page tables and file descriptors, j in a task's data segment by making the containing pagés supervi~or pages.

Using the paglng mechanism of the 80386 micropro B cessor in conjunction with its virtual-B~ mode of opera-tion it Ls possible to emulate expanded memory with extended memory. The soEtware which performs this emula-tion is hereinafter referred to as the Compaq Expanded Memory Manager ("CEMM").

CEMM extends the 640K memory limit of the 8086 archi-tecture using the LIM specification for expanded memory.
In so doing~ CEMM provides expanded memory without addi-~4~

tional memory board~ or other hardware if extended memory is available.

As described above, the LIM specification defines a standard software interface which MS-DOS application programs may use to access expanded memory. Application programs access expanded memory via four 16K windows in the 8086 address space. These four windows are adjacent in the 8086 address space and form a 64K page frame. The beginning address of the page frame is configurable. Most commonly it is located in the address range above video memory. To use e~panded memory, an application program requests the expanded memory manager software to "map" a 16K page of expanded memory into one of the four 16K
windows of the page frame.
, I
On the 8088, 8086, and 80286 standard machines, expanded memory requires a specialized memory board;
however, by using the above-described features of the 20 80386 processor, CEMM provides expanded memory for ! computers having extended memory without adding any memory ¦ boards and implements additional expanded memory using j standard 80286/80386 extended memory boards.
~ I
! i 25 CEMM can coexist with extended memory RAM disk drives which use the MS-DOS VDISK method for allocating extended memory. The user, however, must ensure that enough extended memory exists to satisfy both the CEMM expanded memory request and the RAM disk extended memory reqllest.
CEMM consists of an MS-DOS device driver and an MS-DOS utility program for enabling and disabling CEMM. CEMM
uses the virtual 8086 mode of the 80386 processor~ This mode is essentially a subset of protected mode. When the ~3(1~ 6~;

CE~M device driver is loaded by the operating system, M~-DOS, i~
place~ the 80386 microprocessor in vir~ual 8086 mode This makas CEMM expanded memory available at MS-DOS book time and allows o~her device drivers to load properly if khey require expanded memory. With the utility program, a user can disable C~MM when it is not needed or when he or she wishes to run a program which u~es the prokected mode of the 80386. The utility program al50 allows the user to re-enable CEMM afterwards wi~hou~ rebootin~ the sy~tem.
Different aspects of the invention are claimed hereinafter.
According to one of these aspects, the invention provides a computer system comprising: pl(a) a CPU having an address range of greater than I-Mhy~e, (b) a memory having a continuous physical address range of greater than I-Mbyte; (c) addre~sing means ~onnectlng said CPU to said memory, said addressing means including a ~lrst address mode wherein addresse3 generated ln said CPU are direc~ly used as the physical addre~se to access said memory, and lncludiny a second addres~ mode wherein addresses generated within said CPU are translated u~ing table entries to provide physical addresses used to access said memory;
(d) an operating system for said CPU stored in said memory and defining a user memory area of O to 640 Kby~e and a system memory area of 640 Kbyte to I-Mbyte; (e) means for accessing an exkended portion of said memory while executing said operating ~ystem, said exkended memory portion having phy~ical addres~e~ above I-Mbyte, (f) and means for operating said addressing means in said second address mode and ~or employing a plurality of said ~able entries 25a 7~159~12 o~ said addresslng ~eans to selectively map s~id axtended memory portion to an expanded memory page fra~e withln said system memo.ry area.
According to another aspect, ~he invention provides a computer ~ystem comprisiny: ~a) a CPU having an address range of greater than I-Mbyte; (b) a memory having a contlnuous physlcal address range of greater than I-Mbyte; (c) addres~ing means connecting said CPU to said memory; said addressing means including a virtual addres~ mode wherein addresses generated within said CPU are tran~lated to physical addresses used to access said memory using table entries, said table entries in said virtual address mode includlng protection bits providing a plurality of levels of protection; (d) an operating system for ~aid CPU stored in said memory and defining a u~er memory axea and a ~ystem memory area in address range of no more than I-Mbyte; tej a task stored in said ~emory for executlon using said opera~,lng syste~ in said vlrtual address mode at a predefined level of low protection; (f) and mean~ ~or detecting hardware interru~ts occurring when executing said task and creating a ~tack contalnlny the state o~ said task at a level o~ grea~er protection than sald predefined level, ~hen de~lning a new staak ak sald level o~
greater protection to reflect entry conditions whlch would have exlsted had the interrupt been entered at said level of low protection and handling the interrupt using said new stack.
According to a further aspect, the invention provides a computer system comprising: (a3 a CPU having an address range o~
greater than abouk I~Mbyte; (b) a memory having a continuous physlcal address range of greater than about I-Mby~e; (c) 13~

2Sb 7215g-1 addres~ing means connecting æaid CPU to said memory; said addressing means includiny a real address mode wherein addresses generated in said CPU are directly used as the physical addresses to access said memory, and includin~ a virtual address mode wherein addresses generated within said CPU are translated to physical addresses used to access sald memory using table en~ries, said table entries in said virtual address mode including protectlon bits providing a plurallty of levels of protection; (d) an operating system for said CPU stored in said memory and defining a user memory and a system me~ory area in an address range of no more tllan about I-Mbyte whereby a task stored in said memory for axecution uses said operating system in said virtual address mode at a predefined level o~ low protection; (e) and means for trapping inputtoutput instructions when a task i5 being executed in said virtual address mode at said predefined level o~
low protection using said operating system, said means for trapping including means for detectiny the execlltion of an input/output instruation and interruptiny the execution thereo~ to instead execute fault-handler instructlons at a level o~
protection greater than said predefined l~vel.
Accordin~ to yet another aspect, the invention provides a method o F operating an MS-DOS computer sy~tem having a memory addre~s space and an extended-memory address ~pace, wherein said extended memory address space ls the address space outæide the memory address space which MS-DOS sy~tem can access, ~aid me~hod comprising the steps of: (a) detecting an lnstruction to acce~s an expanded memory address space; (b) acceææi~g said extended memory address space in lieu of carrying out said instruction.

~o~

25c 7~159 12 Figure 1 ig a table of blocks of memory u ed in a standard operating system, Figure ~ is a diagram o~ address translatlon ln an 80386 microproceæsor used in an em~odiment of the inventlon;
Fi~ure 3 is a diagram Qf address translation in an 80386 microprocessor uæed in an embodiment of the invention;
Figure 4 is a diagram of the conten~s of a page table entry used in the address translation of Figure 3;
Figure 5 is a diagram of the 8038S microprocessor paging mechanism as it is used to manage multiple virtual-8a86 machineæ;
Eigure 6 is a diagram of logical-to-physical address translation in an 80386 microprocessor;
Figure 7 is a diagram of privilege 10vels in an 80386 microprocessor;
Figure ~ ls a diagram of the contents of a memory skack used in real mode interrupts in an 80386 microprocessor;
Figure 9 ls a diagram o~ a memory stack used ln virkual mode interrupts in an 80386 mlcroproces~or;
Flgure 10 ls a diagram o~ a memory staak u~ed in virt,u~l mode interrupt~ ln an 80386 microprocessor;
Figures 1.l and 12 are memory map~ of portions o~ memory uæed i~ a ~rogram according to one embodiment o~ ~he lnventlon;
and Figures 13, 14 and 15 are logic flow charts o~ expanded memory management programs~according to one embodi~ent of the invention.
CEMM can be divided in~o three major functional p~rts;
the Virtual DOS Monitor (VDM) code, the Expanded Memory Manager ~b .

~L3q)4~

25d 72l5g-l2 (EMM~ code, and the initialiæation code with lt~ MS-DOS device driver interface. The VDM part o~ CEMM manages the low level aspects of C~MM. In partiaularl the VDM manages hardware and software interrupts, I/O trapping, lnstruction e~ulation, and general system error handlin~. The VDM ls similar in functionality ~o the kernel of a simple operating system. Ik i~
the VDM which allows a MS-DOS real ~ode program to e*ecute within the Virtual 8086 mode of a proce~sor which provides an 8086 execu~ion environment. The upwardly compatible series of Intel processors 8088, 8086, 80l86, 80286, 80386, and Intel processors which include the instruction se~ o~ these processors is hereinafter referred to as the Intel '86 family of microprocessors. The Virtual 8086 mode of an Intel '86 famlly microprocessor is hereinaf~er referred to as Virtual mode.
The EMM part o~ CEMM emulates Expanded Memory for M~-DOS
programs runnlng under C~MM. In particular, the EMM code provid0s the 67h interface degcribed by the hIM Expanded Memoxy Specificatlon and the EMM code ~3 ~26-manipulates the system page tables to emulate the bank switching required for LIM expanded memory, The intialization code sets up CEMM as a MS-DOS
device driver, allocates memory for CEMM, and initializes the VDM and EMM data structures.

Virtual DOS_Monitor (VDM) The virtual DOS monitor ~VDM) emulates an Intel '86 family microprocessor based computer running the well-~l known MS-DOS operating system in real mode. (MS-DOS is a trademark of Microsoft Corporation of Bellevue~ Washing-ton.) The emulation is accomplished using the virtual 8086 mode of an Intel '86 family microprocessor such as a 1 803g6.
i The VDM executes in the protected mode of the micro-processor. Its principal functions are: hardware and software interrupt reflection; input/output (I/O~ instruc-! tion trapping; emulation of privileged instructions; pro-vision of a communication interface between virtual-mode tasks running under the VDM and the VDM itself; and hand-ling of system protection violations and error conditions.
Z5 The VDM may al50 be designed to emulate the architectural li feature~ of a computer which is compatible with the "in-dustry ~tandard" 80286 computer architecture, as reflec-ted, for example, in the COMPAQ DESKPRO 286 Interrupt Reflection . ~ ~
The VDM employs a technique referred to herein as "interrupt reflection" to simulate the action of a real-mode software or hardware interrupt for a task which is 13~

running in the virtual mode of the processor. VDM uses interrupt reflection to cause the result of a hardware or software interrupt, generated in connection with a vir-tual-mode task, to be the same as with a real-mode task.
Xeference is made to the Intel publications cited above.

Through interrupt reflection, virtual-mode tasks can operate substantially identically to real mode. This per-mits the proper operation of the system ROM interrupt handlersp of real-mode operating system interrupt handlers (e.g., those associated with MS-DOS), and real-mode appli-cations which trap interrupts.

On the 386 CPU, hardware interrupt reflection exem-¦ ~ 15 plifies the general technique of interrupt reflection; the ¦ next few paragraphs will concentrate on a description of the VDM's hardware interrupt reflection. The VDM's soft-ware interrupt reflection differs slightly from its hard-ware interrupt reflection and will be described hereafter.
In understanding interrupt reflection, it is useful to examine the difference between the effects of inter-I rupt~ in virtual mode and in real mode. In real mode on the 386 CPU, for example, a hardware interrupt number 8 ¦ 25 proceeds as follows. The processor suspends execution of the currently executing task at the address specified by the current contents of the code segment (CS) register and the instruction pointer ~IP) register. The proces~or pushes the current contents of the flags register, the CS~
and the IP register onto the current stack~ as defined bythe current stack segment (SS) and stack pointer ~SP) registers. ~hese values are pushed onto the stack in the order just described, as illustrated in E'ig. 8.

~3~

The 386 CPU then determines the beginning execution address for the interrupt number 8 interrupt handler rou-tine via the interrupt 8 vector located in low memory at address OOOOh:0020h (20h = 4 * 8). Finally, the processor S clears the interrupt flag (IF) and trace flag (TF) bits in the current flags register and continues execution at the beginning address of the interrupt 3 interrupt handler.
In short, the processor in real mode saves the current flags ahd the CS and IP registers on the stack and dis-patches the interrupt 8 handler with the IF and TF bits Icleared. The processor remains in real mode throughout ~i this process.

Interrupts are handled somewhat differently in vir-lS tual mode. To continue with th~ 386 hardware interruptexample, such interrupts proceed similarly in that they save the current flags and the CS and IP registers on the stack and dispatch the interrupt handler with the IF and TF bits cleared. In virtual mode, however, the interrupt handler executes at Ring 0 of protected mode and the stack on which the flags and the CS and IP registers are saved is a special Ring 0 stack which is not determined by the SS:SP register combination of the virtual mode task. This stack i9 illustrated in Fig. 9.
. Furthermore, the beginning address of the interrupt handler is not determined by re~erence to the interrupt vector located at OOOO:(int number * 4), but instead by an entry in the system's Interrupt Descriptor Table ~IDT).
The IDT contains an entry for each valid interrupt in the system.

The IDT entries for valid interrupts point to the VDM's code for handling interrupts~ Additionally, more virtual mode task information than just flags, CS, and IP
is placed on the ring 0 stack when the interrupt occurs~
The virtual mode stack, as determined by the virtual mode task's SS:SP at interrupt time, is not alteredO

Interrupt reflection entails manipulation of the ring-0 and virtual-mode stacks to cause results like a real mode interrupt action for the virtual task. The desired end result is virtual-mode execution of the interrupt handler determined by the interrupt vector at ¦ OOOOh:(4 * interrupt number)~ using the same stack contents and entry flags as would have existed if the interrupt had occurred in real mode.
.1 To achieve this on a 386 CPU, for example, the VDM's interrupt reflection portions may follow the following steps within the protected mode interrupt handler (i.e., within the interrupt reflector).

~tep 1: The virtual mode stack segment (SS) and ¦ stack pointer (ESP) reside in the ring 0 stack. Decrement the virtual mode ESP value in the ring 0 stack by 6 (3 words).

S~ep 2: Construct a protected mode address (pointer) to this new virtual mode stack address tSS:ESP in the ring 0 stack)~ This address pointer for the modified SS:ESP is referred to herein as the VSP.

Step 3: Take the low word of the EELAGS from the ring 0 stack and place it in the virtual mode stack at ~SP~4.

~3~4~

Step 4: Take the CS word from the ring 0 stack and place it in the virtual mode stack at VSP+2~

Step 5: Take the low word of IP from the ring O
stack and place it in the virtual mode stack at VSP~0.

Step 6: Determine the beginning address for the vir-tual mode interrupt handler via the interrupt vector at OOOOh:(4*interrupt number).
" 10 , Step 7: Place the CS for the virtual mode interrupt handler's vector into the ring 0 stack in place o the CS
Il saved for the interrupted virtual~mode task.
1~1 ¦¦ 15 Step 8: Place the IP for the virtual ~ode interrupt l~ handler'~ vector into the ring 0 stack in place of the low word of EIP saved for the interrupted virtual mode task.
Zero the high word of the EIP saved on the ring 0 stack.

¦¦ 20 Step 9: Clear the IF and TF bits in the EFLAGS in the I ring 0 stack.
I
¦ At this point in the 386 CPU illustration, the VDM'R
protected mode interrupt handler executes an IRETD in-struction to return to virtual mode and execute the vir-tual mode interrupt handlerO The ring 0 and vi.rtual mode stacks should appear generally as illustrated in Fig. lO
when the IRETD begins ex~cution.

In summary, the 386 implementation of the VDM's int-errupt refl~ction logic comprises the following general steps. The processor interrupts a virtual mode task, saves the state of the virtual mode task on the ring O
stack, and~ begins execution of the VDM's interrupt handler L6~

in ring O of protected mode. The VDM's interrupt handler manipulates the virtual mode stack to simulate the action of a real mode interrupt. The VDM modifies the ring O
stack frame to contain the appropriate entry conditions for the virtual mode interrupt handler (the interrupt handler which would have been executed in real mode).
Then the VDM executes an IRETD instruction and the proces-sor returns to virtual mode and executes the virtual mode interrupt handler with the same entry conditions that would have existed in connection with a real mode interrupt.

The 386 implementation of the VDM causes interrupt reflection of software interrupts in a slightly different manner. In the 386 VDM, most software interrupts are de-siyned to generate general protection ~GP) faults and thus to enter the VD~ protected mode GP fault handler (via IDT
entry number ODh). This is in contrast to the software interrupts entering VDM via an interrupt handler described ,¦ ¦20 by the appropriate entry in the IDT.
,, ~
When a software interrupt occurs via a GP fault, the 386 CPU inserts an error code at the bottom of the ring O
¦stack. To reflect a software interrupt which entered , 125 through the GP fault handler, the 386 VDM removes the er-ror code from the ring O stack, determines the interrupt number to be reflected by decoding the faulting interrupt instruction, and then proceeds with the same logic used for the hardware interrupts.
To decode the faulting instruction, the 386 YDM cre-ates a pointer to the faulting instruction on the ring O
stack via the virtual mode task's CS:EIP registers~ The VDM decodes the instruction at this virtual-mode address ~1 30~

to verify that it is a software interrupt instruction and to determine the interrupt number for this software inter-rupt.

The VDM cause.s most software interrupts to Pnter the VDM's interrupt handling through the GP fault handler be~
cause of certain design characteristics of some computers based on the Intel '86 CPU family. The original design of 8088-based MS-DOS systems ignored Intel warnings which re-served certain IDT entries for future use. When the 80~86 processor was introduced, Intel had indeed used some of I these IDT entries for processor exceptions r~lated to new ¦ instructions and to the protected mode. The result was conflicting usaye of these IDT entries. For example, software interrupt 5 ~INT 5) is used to instruct the ROM
BIOS to print the current contents of the display screen.
In the 80286 and the 80386, this interrupt number i5 gen-erated by the processor when the limit arguments in a BOUND instruction are exceeded.
The problem of overlapping software interrupts and CPU exceptions is solved in the 386 VDM by setting the De-scriptor Privilege Level (DPL) o~ all interrupt gates in ! the IDT to 0. This causes the INT instruction to generate ~'¦;l 25 a GP fault. Reference~ to null (all ~eroes) IDT entries cause GP faults. This allows unused entries to be filled with zeroes instead of being initialized with a pointer to a default handler. In addition, references to non-existent IDT entries (beyond the limit of the IDT) cause GP faults, so the IDT can be truncated after the last entry actually used. By forcing all software interrupt instructions through the GP fault handler, the IDT entry use conflict between CPU exceptions and software interrupts is removed.

9.3~4~l66 ~33-Potential conflicts of IDT usage also exist in the 386 VDM between hardware interrupts and CPU exceptionsO
In the COMPAQ Deskpro 286, for example, the interrupt controllers are progra~ed such that the diskette con-troller generates an interrupt 14. In the 80386, on theother hand, interrupt 14 is generated by the processor when a Page Fault exception occurs.

The VDM interrupt handler must be able to differen-tiate between these two condition~. The 386 VDM does so I by taking advantage of the fact,that the CPU puts an error 1 B code onto the stack when9~h~r~tgs a Page Fault. Since ,I the top of the ring O stack is a known value (it is taken Il from the TSS when the transition from virtual mode to pro-¦~ 15 tected mode occurs), checking for the presence of the er-¦l ror code is simply a matter of measuring the depth of the I stack. The stack is one word ~the error code~ deeper when the interrupt has been entered via processor exception than when it has been entered via hardware interrupt.
Other processor exception/hardware interrupt conflicts may be handled in the same manner.
I .
i The VDM must handle system errors which occur during virtual-mode execution. Although all system errors ,~ 25 encountered by CEMM are signalled by CPU exceptions, some 'I'! of these exceptions are not errors at all, some of these errors are handled by CEMM, and some errors are sent to the appropriate virtual mode error handler. In general, if an exception is generated by execution in protected mode (by CEMM code), CEMM di plays a CEMM Exception Error and halt~ the system. If an error is generated by a virtual mode task, CEMM will reflect the CPU exception to the corresponding virtual mode exception handler. The two exceptions to this rule are the Invalid Opcode fault and ~ 3~ 6 -3~-the General Protection fault handlers in VDM. If one of these two faults occurs in a virtual mode task the VMFault routine takes over. VMFault decodes the faulting instruc-tion to differentiate between actual errors and instruc-tion trapping (such as I/O trapping and instruction emula-tion)~ The attached pseudocode (Appendix A) describes the error handling logic for the VDM's protected mode CPU int-errupt/exception handlers.

The ~MFault routine dispatches GP and Invalid Opcode ¦ faults to specific handlers based on the CPU instruction which caused the fault. I/O instructions go to the I/O
trapping logic. Software interrupts go to the software interrupt emulation and reflection logic. The HLT, CLT5, and LOCK instructions are emulated. The LGDT and LIDT
instructions generate privileged operation errors which allow the user to choose between rebooting the system and continuing the system in real mode with CEMM turned o~f.
The MOV r32,CRO, MOV CRO,r32, MOV r32,DRx, and MOV DRx,r32 , 20 instructions are emulated The MOV instructions to/from ! TRx, CR2, and CR3 generate privileged operation errors.
I The MOVS instruction is checked for a special case emu ¦¦ lation. All other instructions are reflected to the vir-~ tual mode invalid opcode interrupt handler.
", As part of its instruction decodiny the VMFault routine detects and properly handles segment, operand size, and address size override~. The VMFault routine also detects ~oftware interrupts and reflects them to the appropriate virtual mode interrupt handler. The VMFault routine watches for the INT 15h Move Block function de-scribed below and calls the VDM Move Block emulation code when needed. The only software interrupt which does not enter VDM through VMFault is the int 67h LIM unction ~3~ fi~

software interrupt. This interrupt has its own entry in the IDT which points to the EMM code's interrupt 67h handler.

I/O Trap~i~na I/O trapping refers to the processor ' 5 ability to in-terrupt the execution of an input/output instruction and pass contrsl to a fault handler in the VDM. The VDM's I/O
instruction trapping provides a mechanism for emulating .¦ and monitoring I/O instructions executed in virtual mode.
Further, the VDM can select which I/O addresses cause trapping.

When the processor executes an I/O instruction in virtual mode and the referenced I/O address has been selected for trapping, the processor interrupts the execu-tion of the I/O instruction, and transitions to the VDM's fault handler in ring O of protected mode. The VDM can , 20 then emulate the action of the I/O instruction or let the I/O instruction continue normally.

The specific CPU feature used by the 386 VDM to per-form the I/O trapping is the I/O Permission Bit Map (IOPBM). The VDM initialiæes the IOPBM in the TSS and sets the appropriate bits that correspond to the I/O port accesses it wishes to trap. Th~ Deskpro 286 architecture does not fully decode the addresses to the I/O devices on the system ~oard. Only the first lO bits are uni~uely decoded, with:the result that system board devices appear every lK ~1024 I/O addresses) within the I/O address space. For this reason, a system board device for which the VDM wishes to t~rap accesses must have the corresponding bits set every 1024 bits in the IOP~M.

~ 3~

Since the 8086 processor has only 20 address lines, any attempt to access memory locations at or beyond 1 megabyte (the maximum 20-bit address) will 'wrap around' to physical address 0 and access memory locations at the analogous offset from 0. For example~ a read from loca-tion ~FFF:20 will actually read the contents of 0:10.
Since the 80286 and 80386 have more than 20 address lines, it is possible for real mode programs to access memory locations up to 64K beyond 1 megabyte. Some applications written before the introduction of the 286 ! take advantage of this wraparound. For this reason, Deskpro 286 architecture includes a gate that can be used to force the A20 address line to zero. This effectively simulates the wraparound in the hardware of the Deskpro 286.

The Deskpro 386 includes this feature, but when the VDM is executing/ addresses above 1 megabyte are being used so A20 cannot be allowed to be forced to 0. The 386 VDM simulates the 1 megabyte wraparound of the 8086 pro-¦ cessor by manipulating the page tables appropriately so the 'ForceA20' hardware wraparound is unnecessary.
1.
' Applications that attempt to change the A20 line rnust be prevented from doing so. In the Deskpro 286, theForceA20 gate i3 controlled by a bit on the output port of the keyboard controller, Since there are other bits on the output port that an application may wish to set, the 386 VDM implements a 'filter' in order to prevent the ForceA20 bit from being modified. The appropriate bits are set in the IOPBM to cause access to the keyboard con-troller command and data ports to be trapped~ When a command sequence is detected that would cause the output port to be written and therefore the A20 line to possibly 13~

be changed, a routine is invoked which modifies data value before it is written to the keyboard controller. In this instance the application believes that it has written a value to the output port of the keyboard controller. The VDM is ha~ trapped the attempt and substituted the application's intended output port value with one that will not affect the ForceA20 bit. The result is that the application 'thinks' it has changed the ForceA20 bit, but the VDM has prevented it.
1~
Intermode Communication l;
!~CEMM provides system functions for real and virtual jmode tasks~ Two methods are provided for accessing CEMM's 115 functions. Real mode and virtual mode programs can obtain Ithe SEGMENT and OFFSET for a FAR CALL entry point within the CEMM device driver. With this FAR CALL address pro-~grams can ask CEMM for its current state, cause CEMM ~o Ichange states, and access VDM debugging utillties. The ¦20 method f~r obtaining this FAR CALL address is discussed below in the section on Initialization.

CEMM traps I/O to ports 84h and 85h and uses I/O to these ports as a function call in~erface for accessing protected mode ~unctions ~rom virtual mode. To access the CEMM protected mode functions via this interface, the user program must output a minor code (function class) to port 84h~ then output the CEMM major code to port 85h. CEMM
uses the following major/minor codes ~ 3~4~L Ei~i Maior Minor 85h = 00 => ROM code 84h = OF => CEMM returns to real rnode 5 85h = 02 => CEMM functions 84h = 00 => Weitek functions B4h = 01 => Diagnostic functions Instruction Emulation Some 386 instructions are privileged and may only be executed at ring O privilege level (ring O of protected mode or real mode). When a virtual mode task attempts to execute one of these instructions, this causes a GP fault and the VDM~s GP fault handler takes over as described in the section above on interrupt handling. Some of these privileged instructions result in privileged operation er-il rors and some are emulated. A privilege operation error j! ~ 20 gives the user a choice between shutting down CEMM and rebooting the machine. The instruction emulation codeattempts to execute the privileged instruction on behalf of the virtual mode task.

Z5 The CLTS instruation i~ emulated by skipping it. The HLT instruction is skipped, unless the virtual mode task's EFLAGS h~s interrupts disabled. If a virtual mode task executes a HLT instruction with interrupts disabled, VDM
will halt the syste~.
Deskpro ?86 Architectural Compatibility The 386 VDM uses five page tables to provide access to the entire 16 megabytes of physical address space 3~ i6 provided on the DESKPRO 286 and provide the 1 meyabyte wraparound needed for 8086 compatibility. The 64k of linear address space used for the Expanded Memory Page Frame points to different physical pages depending on the EMM page mapping. The rest of the linear address space remains constant and the page tables contain the following linear to physical mapping. The physical address for the COMPAQ Deskpro Memory Dlagnostic Byte is also available in the linear address space.

¦ Linear Addr Physical Addr I OOOOOOOOh - OOOFFFFFh OOOOOOOOh - OOOFFFFFh ¦ OOlOOOOOh - OOlOFFFFh OOOOOOOOh OOOOFFFFh (64k wraparou~d) OOllOOOOh - OlOFFFFFh OOlOOOOOh - OOFFFFFFh (top 15Meg of physical) . 15 OlOlOOOOh - OlOlFFFFh 80COOOOOh - 80COFFFFh (32 bit me~ diags bytes) I The System ROM Int 15h Move ~lock function ~AH = 87h) provides access to extended memory for real mode MS-DOS
programs. Because the ROM's code for implementiny the Fl 20 function executes in protected mode, CEMM intercepts Move i I Block function calls (int 15h with A~=87H) and implements ! the Move Block function in the VDM code~ The VDM Move I ¦ ( Block function uses a DWORD REP MOVS instruction for I faster execution. ~or more information on the Systern ROM
¦ll 25 Move Block ~unction, see the COMPAQ Deskpro 386 Technical Reference.

The LOCK preix will generate illegal opcode faults on the 336 (and not on the 286) when used with certain instructions. These instructions (with LOCK) do not cause illegal opcode faults and run fine on the 286. When a LOCK prefix generates an illegal opcode fault, VDM's handler increments IP past the LOCK prefix and returns to the instruction. The instruction then executes without the LOCK prefix.

Because some MS-DOS programs reprogram the master 8259 Programmable Interrupt Controller to send interrupts to vectors 50h through 57h~ VDM has hardware interrupt handlers for interrupts 50h through 57h.

VDM coordinates with the COMPAQ Deskpro 386 System ROM diagnostic functionality to return the system to real mode when the system is reset by software. At system reset time~ the System ROM outputs a OFh to I/O port 84h ¦ followed by a OOh to I/O port 85ho Thi5 sequence of i values output to this port cause CEMM to return the system il 15 to real mode.
;li EMM ~Expanded Memory Mana~erL

The EMM part of CEMM emulates bank-switched memory ¦1, 20 using paged memory management in those members of the I Intel '8~ family of microprocessors having paging capa~
I' bilities~ When the processor is executing in Virtual ¦ mode, paging may be enabled to translate a llnear address ¦ generated by the Virtual mode task into a physical address~ The EMM part of CEMM modifies entries in the ~ystem page tables to cause different physical memory pages to appear at the same linear address. Thus, the EMM
emulates bank-switched memory for a Virtual mode task. An MS-DOS program accesses the bank-switching capabilites in the EMM part of CEMM via the software interface described in the LIM Expanded Memory Specification.

The following section describes the implementation of a LIM expanded memory driver for the COMPAQ DESKPRO 386 ~L30~L~6~i and in particular the data structures used by the EMM part of CEMM. It should be appreciated that most of the EMM
code executes in protected mode. All code which alters the~system page tables must execute in protected mode because all page table changes must be finalized by flush-ing the processor's internal cache and reloading the CR3 register. This is a ring 0 instruction.

EMM DRIVER DESIGN SPECIFICATION
The following sections discuss both the overall structure of the EMM driver and the internal data struc-i tures used to implement the I,IM standard driverO This ;l design specification replicates some of, but not all, the , 15 information in the LIM specification document. Thus, the LIM specification document incorporated by reference into this disclosure may be used as refererlce particularly for information on the EMM driver and functions, Ijl 20 The following is a glossary of terms used in this driver design specification.

Page Prame: The 64K range of the address space (linear ln VM) in which the EMM memory is accessed by application programs.
. , Window: One of the four 16K address ranges which comprise the Page Frame. Also known as "page frame window."
EMM Page: A 16K page of memory which can be mapped into a page frame window.

~.3~6~i EMM Pool: The collection of EMM Pages which are available to application programs.
Sometimes abbreviated "PoolO"

386 Page: A 4K page of memory as defined by the 386 memory paging mechanism.

Handle: ~hen pages are allocated by a process, the EMM returns a "Handle" to the process and the pxoeess must use this Handle when accessing its pages.

I Logical Page: When a process allocates N EMM pa~es, ¦ it refers to its EMM pages as page#0 1 15 through page#(N-l~. These are Logical I Page number 5 .

The COMPAQ Expanded Memory Manager implements expanded memory via the paging mechanism of the 80386 microprocessor o~ equivalent which is operating in virtual I mode. The memory which appears as expanded memory for i processes running in virtual mode (under CEMM) is actually extended memory. The EMM driver in CE~M provides expanded memory in virtuaI mode by mapping physical extended memory into linear page frame addresses. CEMM manipula~es the 386 page tables entries for the page frame linear addresses to point to an extended memory pool.

The COMPAQ EMM driver allocates some extended memory to use as the EMM pool. An EMM page corresponds to four continguous 4K 386 pages in extended memory. Thus, the EMM performs the Map Handle Page function (function 5) by changing the four page table entries for the re~uested ~3~

page frame window to point to the four 386 pages which comprise the requested EMM page.

The COMPAQ EMM driver emulates the standard LIM
software interface as descxibed in the LIM specification document. This EMM driver also provides limited emulation of the LIM hardware by emulating the functionality of the mapping registers on a LIM expanded memory board.

The CEMM EMM driver emulates the expanded memory board mappin~ registers by using the 386 I/O Bit Map capa-bility to trap I/O to the xegisters, and then emulating the xequested page mapping as if the user had made the request through the Map Handle Page function (function 5).
Thexe axe four mapping registers for each Expanded Memory !, Board (EMB) emulated- Each of the four mapping xegistexs corresponds to a unique page frame window. The highest bit (bit 7) of a mapping register is the Page Enable Bit~
- The low 7 bits (bits 0 - 6) of a mapping reyister contain an EMM page numker.

If a process writes a value with the page enable bit set to a ~apping registex, the EMM hardware ernulatlon will map the appropriate EMM page into the corresponding ; ;¦, 25 window. If a process writes a value with the page enable bit reset to a mapping register, the window will be mapped to the window's "true" physical address (no mapping).

Since there are 4 mapping registers per expanded memory board and up to 4 boards are supported by the EMM
driver, up to 16 mapping registers may "appear" in the I/O
space of CEMM. The number of expanded memory boards emulated depends on the amount of memory allocated for use as CEMM expanded memory. One expanded memory board is ~ 3 11~6~

emulated for each 2 Megabytes of memory allocated ~or CEMM
expanded memory. The following table lists the possibili-ties for the I/O addresses for the emulated mapping registers. The four I/O addresses used for each board are selected, from one line of the list below, by the user when the CEMM driver is loaded.

I/O Address for Mapping Registers Window 0 1 2 3 0208h 4208h 8208h C208h 0218h 4218h 8218h C218h 0258h 4258h 8258h C258h 0268h 4268h 8268h C268h 1 02A8h 42A8h 82A8h C2A8h ¦ 15 02B8h 42B8h 82B8h C2B8h 02E8h 42E8h 82E8h C2E8h The DMA controller accesses physical memory without going through the 386 paging mechanism; therefore, when a ¦ 20 process attempts to set up the DMA to use one of the page I frame windows, the EMM driver must re-map the D~A page register/base linear address written by the virtual mode . task to the physical address of the ~MM page involved.
CEMM's EMM driver achieves this by trappiny accesses to the DMA page registers and base addresses in order ~o re-map DMA transfer linear addresses to the address range of the physical pages when necessary.

The DMA mapping becomes more complicated when a process attempts to perform a DMA operation which uses more than one window. Since the DMA controller accesses physical memory without going through the 3~6 paging mechanism, memoxy which appears contiguous in the linear address space (for virtual mode programs) may not appear ~3~

contiguous to the DMA controller's address space. There-fore, a virtual mode program may set up a D~A operation across more than one window ~windows are contiguous for virtual mode memory accesses) and the physical EMM pages corresponding to these windows may not be continugous for the DMA controller accesses. If this happens t CEMM must reassign a new set of physical pages for the EMM pages in the windows involved in the DMA transfer such that the new set of physical pages are contiguous.
1~
Another problem which must be addressed is the physical 64K,or 128K, wrap feature of the DMA controller in a Deskpro 286~ compatible architecture. This problem is known as the physical 64K boundary problem. The 8237 DMA controllers in this architecture generate addresses having a maximum of 16 bits. A byte transfer controlled by the master 8237 rolls over to address 0 after a trans-- fer at address FFFFh. Thus, the byte oriented master DMA
controller cannot transfer across a physical 64K boundary.
Similarly, the slave DMA controller, which is word ¦l oriented, cannot transfer across a physical 128k boundary.

Programs designed for a Deskpro 286~ compatible architecture are written to be compatible with this limi-tation and do not attempt DMA transfers across a 64K or128K boundary. Since the 128K boundary problems and solu tions are an obvious extension of the 64k boundary prob-lems and solutions, only the 64k boundary will be discussed here. ~hen programs initiate a DMA transfer in virtual mode they merely avoid the Linear 64K boundary and a Physical 64K boundary problem may still exist in the physical pages corresponding to the linear pages of the DMA transfer range. Thus, for the EMM windows in CEMM, even if a DMA transfer involves only one window (which ~30~16~E;
~46-never has a 64K boundary in the Linear addresses space), the physical pages ~for that windows may contain a physical 64K boundary. If these physical pages do contain a physical 64K boundary, CEMM must reassign a new set of physical pages for the EMM page in the window such that no 64K boundary exists in the physical pages.

In summary, there are three parts to the DMA problem:
the DMA controller places physical addresses on the processor bus and virtual mode tasks attempt to program ~¦l the controller with a linear address range which may not be the same as the physical address range ~due to paging);
although the virtual mode task attempts to program the DMA
controller with a contiguous linear address range, the set of physical pages~ for this range of linear addresses may not be contiguous; and, finally, the set of physical pages for the linear address range may contain a physical 64K
boundary.

CEMM solves the DMA problem by trapping accesses to the DMA controller and applying and address mappings or l swapping at that time. CEMM traps all I/O acces~es ts the ¦ system registers associated with DMA transfers. This includes the Base and Count registers ~or the two 8237 DMA
controller chips and the DMA page registers for the DMA
channel~ used in a Deskpro 286~ compatible computer. When a ta~k outputs a DMA transfer address and count to a DMA
controller, CEMM checks the page tables to see if this DMA
transfer requires any fixups. If not, the CEMM programs the actual DMA controller with the DMA address and count specified by the virtual mode task. Since most DMA trans-fers do not~use the EMM page frame and the EMM page frame is the onIy linear address range which is not mapped linear-equal-to-physical (one-to-one) by CEMM, most DMA

130~1G Eii --~7--transfers will not require a fixup. However, if the DMA
transfer does require a fixup, CEMM performs any address translations and pa~e swapping required, then programs the actual DMA controller with the necessary physical address.
CEMM checks the DMA transfer address at every write to a DMA base register, DMA count register, or DMA page register. CEMM checks the address at each of these points in the absence of a general method for determining when a virtual mode task has finalized its DMA transfer range.
Il 10 ¦l' CEMM uses the following process to verify a linear ~! DMA transfer address range. First, CEMM checks to see if the physical pages for the linear address range are not the same as the linear pages. If the linear pages are equal to the physical pagest no fixup is required. Other-wise, the physical pages are not equal to the linear pages and CEMM checks the set of physical pages for the linear transfer range and verfies that the physical pages ~re contiguous and do not contain a physical 64K boundary. If the pages are physically contiguous and do not have a ¦ physical 64K boundary, then CEMM sets up the DMA
controller ~and page registers) with the physical transfer range determined by the set of physical pages~ Otherwise, either the set of physical pages are not continguous or there is a physical 64K boundary, and a CEMM must allocate a new set of physical pages for the DMA transfer linear page~. Furthermore~ the new set of physical pages must be both contigous and free of any 64K physical boundaries.

CEMM uses a two step process to allocate a new set o physical pages for a linear transfer range. First/ CEMM
finds an appropriate set of physical pages. Then, for each physical page, CEMM swaps ~he contents of the curren~
physical page and the new physical page, ~hanges the 13~

ownership of the physical page within the EMM data struc-tures by swapping entries in the _pft386 array, and updates the page table entries for the the EMM page frame windows with the new physical pages.
The DMA transfer fixup solution entails determining an algorithm for finding an acceptable set of physical pages for the DMA transfer. When searching for a set of acceptable physical pages, it would be more efficient in swapping time if some of the physical pages in the trans~
fer range could be used as the final set. In other words, it is preferable to only swap as many pages as necessary, and no more than are necessary. Unfortunately, an optimal algorithm such as this is not only difficult to devise, but may also take ~uite some time to execute. CEMM's algorithm is not optimal; however, it is simple in design and easily implemented.

- During CEMM's initialiæationj CEMM searches through ¦20 the pool of EMM pages for a set of physically contiguous pages which are free of 64K boundaries. At initialization time, this is a relatively easy task. These physical pages are known as the DMA Pages. Whenever CEMM needs a set vE
physical pages for a DMA transfer, it uses the DMA Pages.
~hus, whenever CEMM swaps the physical pages for a DM~
transfer, it will swap all of the pages~ Thi~ can take a long time; however, most DMA transfers in a Deskpro 286 ~ystem are small trans~ers which reside entirely within one page and never require page swapping.
The EMM data structures allow efficient swapping of physical pages. The pft~86 array and the concept of an EMM page number allow ~he DMA fixup logic to swap the physical pages for an EMM page by merely exchanging ~-3q:~4~66 entries in the _pft386 array and exchanging the contents of the physical pages. Alternative implementations of EMM
data structures could have problems swapping physical pages if the EMM page number was directly Linked to the physical page. A direct link` would cause problems for programs which gain access to the EMM page# through LIM
function 11.

There are situations where the DMA mapping cannot proceed. In these cases, CEMM programs the DMA controller with the linear address written by the virtual mode task and hopes for the best. CEMM takes this approach because I of the possibility that the address that CEMM is attempt-I ing to fixup may be considered invalid by the virtual mode task. This can happen because the virtual mode task programs the DMA controller before it validates its own DMA transfer buffer address or because CEMM checks the DMA
addresses at all times (even when they are not yet zompletely written to the controller). The following four ¦ 20 classes of DMA transfers are not fi~ed by CEMM.
ll l 1) The DMA transfer spans moxe than on pa~e frame 'I window and at least one (but not all) of the ' windows is currently unmapped.
; 1 25 Z) The DMA transfer spans more than one page frame window with the same EMM page residing in more than one of the windows.

3) The DMA transfer spans more than one page frame window, but there are not enough physically contiguous EMM pages in which to locate the transfer.

13~34~6~;

4) The DMA transfer includes memory both inside and outside the pagQ frame and one or more page frame windows is mapped.

The following is a description of the Expanded Memory Manager (EMM) data structures. The data structures are defined and their use to implement the EMM functions is described.

! 10 Constants HANDLE_CNT = 255; /* max number of EMM handles */
` EMM_PAGE_CNT = 512; /* max number of EMM pages */
NULL_PAGE = OxFFFF; /* null page value */
NULL_HANDLE = OxOFFF; /* null handle value */

i a. unsigned char EMMstatus Current status of EMM driver.
O => OK. 81h=> EMM h/w error.
., l ¦ 20 b. unsigned short PFBase Segment address o the start of the page frame.

c. unsigned short total pagQs Total ~ of EMM Pages available for expanded memory.

d. unsigned char map_size Number of expanded memory mapping regis~ers e~ulated.

e. unsigned char current mapE16]
Contains the current values for all mapping registers emulated in the system.

~3~ L6~

f. unsigned short window[41 Contains the current EMM page # for all windows.
NUL~ PAGE for windows which are not mapped.

9. unsigned short iomap[l6]
I/O addresses for the emulated mapping registers. Board ~i's mapping register addresses are in the entries i*4 thru i*4 + 3.

h. struct handle_ptr handle table[~ANDLE CNT];
struct handle ptr {
! unsigned short page_index; /* index of list in emm_page */
;l unsigned short page count; /* ~ of pages for this handle */
~' }
~his array contains the state info for all possible EMM handles.
15 The state info for a hanale CoAsists of the number of pages allocated for the handle and an index into emm page[] for the l first page in the handle's list of pages.

i. unsigned short handle_count;
20 handle_count is the number of active handles.
'I
j. struct save map save_mapLHANDLE_CNT];
struct save_map {
unsigned short s_handle; /~ handle for this save area */
25unsigned short window[4]; /* save context for window~] */
1 }
This array is the lnternal save area for the save page map and restore page map EMM functions. This EMM page frame state is stored in this save area as the contents of the array window[].

~ 3~ 66 k. unsigned short emm page[total pages]~

1. unsigned short emmpt start Collection of lists of EMM Pages. Each word in this array is an EMM
Page #. This array is a collection of lists of the EMM Pages for each active ~andle. Figure ll illustrates this for the case where there are two active handles: Handle i and Handle j.

emmpt_start is the index of the first free entry in emm_page[] (a5 shown in Fig. ll). When a new handle's pages are allocated, its list I of pages will begin here.

m. unsigned short emm free[total_pages~;
~ 15 ;l n. unsigned short free top;

o. unsigned short free_count;

¦ 20 emm_free is a stack of the free EMM pages. free top is the index ofthe top (lowest index) free page in the free page stack. free_count I is the number of free pages. Figure 12 illustrates this structure.Each entry in the free stack is an EMM page # (0 thru (total pages-l~
l l )-p. unsigned long far *paye_frame_baseE4];
Far pointers (off,selector) to the entries in the page tables for the 4 page frame windows (i.e. page frame base[2] is a far pointer to window # 2's entry in the page tables). These contain a selector instead of a segment because the page tables are changed only in protected mode.

~3~ 6~

q. unsigned long _pft3B6[total_pages];
_pft386[i] is the 386 Page Table entry for the first 386 page in ~MM Page #i ( 32 bit address with low 12 bits for paging sta~us and access rights ). This array i5 used by the "DMA handler".
This array allows the DMA handler to chanye to physical location of the contents of an EMM pag~ without invalidating the rest of the EMM data structures ( the EMM page # (or board#,page#~ can stay the same ).

Comments on Use of Data_St _ ctures ~he arrays emm~page[], emm_free[]~ and _pft386[] only I i require one entry per EMM page the the EMM Pool. Thus, ¦ the memory "allocated" for these arrays is dependent on j 15 the size of the EMM Pool. The actual definition of these ¦l variables in an .ASM file would be as words which contained pointers to the memory corresponding to the appropriate array (instead of using DUPs to allocate the memory ). This permits dynamic allocation of memory for these data structures based on the total number of EMM
pages in the EMM Pool.

The EMM function 11 ( get Logical to Physical ) returns (board#,page#) for the physical location of an EMM
Page; however, the COMPAQ EMM driver does not use expanded memory boards and uses EMM Page#s for its internal data ~l3~
-5~-structures. The scheme for mapping (board#,page~) to EI~M
page ~ follows:
EMM Page # (Board#,Page#) O ( O,O) O, 1 ~

ll ll 127 ( 0, 127) 1 10 128 ( 1, 0~
29 ( 1, 1) . ,. ..
ll ll 255 ( 1, 127) . 1l 256 ( 2~ 0) 257 ( 2, 1) ll ll ., . 20 " "
383 ( 2, 127) 384 ( 3, 0~
385 ( 3, 1) '' ,, Sll ( 3, 127) CEMM provides an AUTO mode in which it detects when an application program attempts to access Expanded Memory and only runs MS-~OS in virtual mode when necessary, otherwise MS-DOS runs in real mode. AUTO mode is useful because the system will run faster in real mode and because there are some programs which use protected mode ~ 3~

instructions themselves. Since AUTO mode leaves the system in real mode unless CEMM's expanded memory emula-tion is in use, programs which use protected mode and don't use ~xpanded memory will run without generating a CEMM e~ception error. Additionally, CEMM must be active (MS-DOS in virtual mode) when a program wishes to access data in expanded memory. When set to AUTO mode, CEMM
determines when it must be active by monitoring the LIM
calls made to the system and the number of active EMM
I 10 Handles. CEMM has a Stay Alive flag for AUTO mode, which determines whether or not OE MM should be active when in AUTO mode. 5ince a program cannot map pages into a page frame window unless it has allocated this page to an active EMM Handle, CEMM does not need to be active if ¦1 15 there are no active EMM Handles. CEMM will set the Stay ~j Alive flag as long as there are active EMM Handles (EMM
Handles with EMM pages allocated to them). Since LIM
function 10 returns the I/O addresses of all emulated mapping registers. Since CEMM can only emulate, or ili` ¦ 20 monitor, accesses to the mapping register when the system is in virtual mode, CEMM must remain active at all times after these I/O addresses are known. ~hus, if a LIM
function 10 call is is~ued to CEMM, CEMM sets a flag which causes AUTO mode to become equivalent to CEMM ON mode and CEMM stays active. The f1Owcharts in Figures 13, 14, and 15 depict CEMM's AU~O mode logic. The flowcharts in Figures 15 and 13 depict the path through the ~'MM part of CEMM when an MS-DOS program issues an int 67h LIM call while the processor is in virtual mode ~CEMM active~ and in real mode (CEMM inactive). The flowchart in Fig. 14 shows the logic of the AUTO mode update routine.

The EMM part of CEMM also emulates a ~et of hardware registers known as LIM mapping registers~ A more complete ~o~
- 56 - 72L5g-lZ

description of this Eunctionality may be ;Eound in a document en-titled "Compaq F'xpanded Memory Manayer 386 Functional Spec".
INITIALIZATION CODE
CEMM is a MS-DOS device driver structured in the manner defined for Expanded Memory Managers in the LIM Expanded Memory Specification. The initialization code interprets the device driver command line arguments, allocates the system memory to be used by CEMM, initializes all VDM nd EMM data s-tructures, and checks for various error states in -the process.
As part of the initialization process, CEMM verifies that the DOS version is in the range of 3.1 to 3.9 ~nd that the processor supports virtual mode. If any of these fail, CEMM dis-plays an error message and exits. Preferably the code before the processor check and the exit code followed after a failed process-or check should use only 8086 instructions to avoid any possible illegal opcode faults when attempting to exit when running on an 8086/8088 processor.
The command line arguments for the CEMM.EXE dev.ic-e driver are described in the CEMM functional speci-f:ication. One part of this proces~ which deserves specia:L atten~ion is the se.lection of a page Erame when the user has not specified one.
When the user does not specify a page frame base address, CEMM
looks for one. CEMM does this by searching for existing option ROMs or RAM in the area of memory which could be used for the page frame. When CEMM finds an option ROM or RAM, it disqulifies all page frame base addresses which would cause the page frame to include this ROM or RAM. After determining which page frame base addresses are invalid, CEMM chooses one oE the valid paye frame base addresses by first examining M9 (EOOOOh) and moving down to M8 (DCOOOh) M7, ... Ml in turn, as necessary. CEMM uses the first valid page frame it finds in the process. When the user specifies a page frame base address, CEMM searches for option ROMs only, and warns the user if there is a conflict. Because some network boards are sensitive to CEMM's search for RAM, no RAM search is performed when the user specifies a page frame base address.
:~, CE~M has an interface to allow the CEMM utility program and test programs to request service of CEMM or issues commands to CEMM. This interface consists of a predefined location within the CEMM device driver segment which holds the offset address for calling the CEMM func-tion dispatch routine. When CEMM installs, it sets up a software interrupt 67h interrupt handler via the interrupt vector located at 0000:(4*67h). The seg~nent portion of this interrupt handler address is the same segment used by the CEMM device driver. For the purposes of the following I discussion this is designated segment value CS~7-1l~ 25 CS67:0000 points to the beginning of the CEMM device 'l~i driver. CS67:0014 points to the following ASCII string within CEMM: "COMPAQ EXPANDED MEMORY MANAGER 386."
C867:0012 points to a word which contains the offset with the CS67 segment for the CEMM function dispatch routine.
For the purposes of this discussion, this word off~et is designated as CIP. To issue a call to CEMM, a program would do a ~AR call to CS67:CIP. The signature allows a pro~ram, including the CEMM utility program~ to determine that CEMM is installed.

13~ 6 ~58~

Since CEMM uses extended memory to emulate expanded memory, CEMM has a method for allo ating extended memory.
CEMM must be careful to not use the same extended memory as another MS~DOS program, and CEMM must prevent other programs from using the extended memory which CE~M intends to use Eor expanded memory emulation. In one embodiment of the invention the same scheme fQr allocating extended memory as the IBM VDISK program is used. This allows CEMM
to operate along with a VDISK program without any con-flicts in their use of extended memory. In anotherembodiment, CEMM memory a}location uses a different scheme. CEMM still detects when a VDIS~ has allocated extended memory and does not attempt to allocate the same memory. However, in this embodiment CEMM allocates extended memory by emulating the system RQM int 15h Extended Memory Determination function (AH = 88h. see COMPAQ Deskpro 386 Technical Reference). This method allows CEMM to coexist with non-VDISK compatible applica-tions which use extended memory.
The Data and code requirements of the VDM amount to almost 48K in the preferred embodiment of CEMM~ ~ecause the purpose of LIM i5 to make more memory available to 1 MS-DOS programs, CEMM moves some of th~ VDM code and data ¦ 25 from the base memory where it was loaded by the MS-DOS
device driver startup code to other memory in the system where it will not reduce the amount of memory available to - normal MS-DOS programs. On the COMPAQ Deskpro 3~5, there is RAM located from EOOOOh to EFFFFh. This RAM is normally free and CEMM places some of its data and code there. In particular, CEMM will place the GDTI IDT, TSS, system page tables, and most of its protected mode code in this RAM.

~ 3~

~S~:~q~,UI~t~ ~p9~S~

Interrupt 0 Source: CPU - Divide error fault IF (EF~AGS => Virtual Mode~ THEN
REFLECT interrupt to virtual mode exception 0 handler ELSE
CEMM Exception Error # O
ENDIF
¦l Interrupt 1 : ~ Source: CPU - Debug Trap IF (EFLAGS => Virtual Mode) THEN
REFLECT interrupt to virtual mode exception 1 handler ¦ 15 ELSE
¦ CEMM Exception Error # 1 ENDIF

Interrupt 2 Source: H/W - NMI
. IF (EFLAGS => Virtual Mode) THEN
; REFLECT interrupt to virtual mode exception 2 handler ELSE IF (Parity Error) THEN
CEMM Exaeption Error # 2 ¦ 25 ELSE
Toss exception - just IRET
ENDIF

Interrupt 3 Source~ CPU - INT 3 instruction (should no~ enter here) CEMM:Exception Error # 3 ~L3~
-6~-Interrupt 4 Source: CPU - INTO instruction ~shou1d not enter here) CEMM Exception Error # 4 Interrupt 5 Source: CPU - Array bounds fault IF (EFLAG5 => Virtual Mode) THEN
REFLECT interrupt to virtual mode exception 5 handler ELSE
CEMM Exception Error # 5 ENDIF
l!
Il Interrupt 6 I¦ Source: CPU - Invalide Opcode fault ~¦ 15 IF (EFLAGS =~ Virtual Mode) THE~
~¦ go to VMFault routine ELSE
CEMM Exception Error # 6 ENDIF
.~. I .
::. ~ 20 Interrupt 7 Source: CPU - Coprocessor not present fault IF (EFLAGS => Virtual Mode) THEN
I REFLECT interrupt to virtual mode exception 7 handler ELSE
CEMM Exception Error # 7 ENDIF

Interrupt 8 Source: CPU - Double Fault H~W - IRQ0 - System timer :IF ( ring 0 SP => H/W interrupt from Virtual Mode ) THEN

REFLECT interrupt to virtual mode interrupt 8 handler ELSE

~ 3~ ll6~

CEMM Exception Error # 8 ENDIF

Interrupt 9 Source: CPU - none H/W - IRQl - Keyboard REFLECT interrupt to virtual mode interrupt 9 handler Interrupt 10 Source: CPU - Invalid TSS fault H/W - IRQ2 - Cascade from slave B259 (should not happen!) CEMM Exception Error # 10 .
Interrupt ll Source: CPU - Segment Not Present fault IF ( EFLAGS => Virtual Mode ) REFLECT interrupt to virtual mode interrupt ll handler ELSE
CEMM Exception Error # ll ¦ ENDI F

Interrupt 12 l Sourae: CPU - Stack fault I 25 H/W - IRQ4 ~ COMl IF ~ EFLAGS =~ Virtual Mode ) REFLECT interrupt to virtual mode interrup~ 12 handler ELSE
CEMM Exception Error # 12 ENDIF

~3~

Interrupt 13 Source: CPU - General Protection Fault H/W - IRQ5 - Second parallel printer IF ~ ring 0 SP => H/W interrupt from Virtual Mode ) THEN
REFLECT interrupt to virtual mode interrupt 13 handler ELSE IF (ring 0 SP => GP fault from Virtual Mode ) r~EN
go to VMFault routine ELSE
CEMM Exception Error # 13 ! lo ENDIF

Interrupt 14 Source: CPU - Page fault I H/W - IRQ6 - diskette interrupt 1~ 15 IF ( ring 0 SP => H/W interrupt ~rom Virtual Mode ) THEN
jl REFLEC~ interrupt to virtual mode interrupt 14 handler ELSE
- CEMM Exception Error # 14 ENDIF
.1 20 Interrupt 15 Source: CPU - none I H/W - IRQ7 - parallel printer ¦ REFLECT interrupt to virtual mode interrupt 15 handler Interrupt 16 Source: CPU - COproaessor ~rror CEMM Exception Error # 16 Interrupts 50h - 57h Source: Master 8259 is somtimes programmed to here REFLECT interrupt to virtual mode interrupt 50h - 57h handler ~ 30~

Interrupt 67h Source: Software Interrupt 67h IF (EFLAGS => Virtual Mode ) REFLECT interrupt to virtual mode interrupt 67 handler ELSE
CEMM Exception Error # 34 ENDIF

Interrupts 70h - 77h Source. Slave 8259 interrupts REFLECT interrupt to virtual mode interrupt 70h - 77h handler , 11 , .
i .

Claims (31)

1. A method of operating a computer system, the computer system including a CPU having an address range of greater than I-Mbyte, a memory having a continuous physical address range of greater than I-Mbyte, and addressing means connecting said CPU to said memory, comprising the steps of:
(a) addressing said memory by said CPU alternatively in:
a first address mode wherein addresses generated in said CPU
are directly used as the physical addresses to access said memory, or a second address mode wherein addresses generated within said CPU are translated using table entries to physical addresses used to access said memory;
(b) executing an operating system for said CPU stored in said memory using either said first address mode or said second address mode, said operating system defining a user memory area of 0 to 640 Kbyte and a system memory area of 640 Kbyte to I-Mbyte, said operating system further defining a protocol permitting said CPU to respond to a bank-switched memory access command generated within said CPU by addressing a bank-switched memory system; and (c) in response to a said bank-switched memory access command, accessing an extended memory portion of said memory having a continuous physical address range of greater than I-Mbyte white executing said operating system, said extending memory portion having physical addresses above I-Mbyte, by operating said addressing means in said second address mode and employing a plurality of said table entries of said addressing means selectively mapped to an expanded memory page frame within said system memory area to access said extended memory portion.
2. A method according to claim 1 wherein said expanded memory page frame is 64 Kbyte in size and includes four 16 Kbyte windows.
3. A method according to claim 1 wherein said step of addressing said memory includes a protected addressing mode in said second address mode, the protected addressing mode providing protected address ranges defined in said table entries.
4. A method according to claim 1 including the step of addressing a virtual disk drive also located in said memory having physical addresses above I-Mbyte but separate from said extended memory portion.
5. A method according to claim 1 wherein said step of addressing in said second mode includes adding the contents of a segment register to the contents of an address register to generate an address in said CPU, before translating said address using said table entries.
6. A method according to claim 5 wherein said step of addressing includes copying a plurality of said table entries to a local store from said memory, and loading said segment register from a segment table.
7. A method according to claim 1 wherein said CPU executes more than one copy of said operating system by allocating portions of said memory for each said operating system copy using said second address mode and using a set of said table entries for each said copy.
8. A method according to claim 1 including the step of searching said system memory area to find an unallocated portion of said system memory area to define said expanded memory page frame.
9. A computer system comprising: p1(a) a CPU having an address range of greater than I-Mbytes:
(b) a memory having a continuous physical address range of greater than I-Mbyte;
(c) addressing means connecting said CPU to said memory, said addressing means including a first address mode wherein addresses generated in said CPU are directly used as the physical addresses to access said memory, and including a second address mode wherein addresses generated within said CPU are translated using table entries to provide physical addresses used to access said memory;
(d) an operating system for said CPU stored in said memory and defining a user memory area of 0 to 640 Kbyte and a system memory area of 640 Kbyte to I-Mbyte;
(e) means for accessing an extended portion of said memory while executing said operating system, said extended memory portion having physical addresses above I-Mbyte, (f) and means for operating said addressing means in said second address mode and for employing a plurality of said table entries of said addressing means to selectively map said extended memory portion to an expanded memory page frame within said system memory area.
10. A computer system according to claim 9 wherein said expanded memory page frame is 64 Kbyte in size and includes four 16 Kbyte windows.
11. A computer system according to claim 9 wherein said addressing means includes a protected addressing mode in said second mode, the protected addressing mode providing protected address ranges defined in said table entries.
12. A computer system according to claim 9 wherein said memory having a continuous physical address range of greater than I-Mbyte also includes a virtual disk drive separate from said extended memory portion.
13. A computer system according to claim 9 wherein said addressing means includes a segment register containing a segment address loaded under control of said operating system, and includes at least one address register, and the CPU address includes the contents of the segment register and said address register.
14. A method of emulating expanded memory using a CPU having an address range of greater than I-Mbyte, a memory having a continuous physical address range of greater than I-Mbyte, and using an addressing means connecting said CPU to said memory, comprising the steps of:
(a) executing an operating system on said CPU defining separate user memory and system memory areas within a range of greater than I-Mbyte;
(b) addressing said memory by said CPU in an address mode wherein virtual addresses generated within said CPU are translated to physical addresses used to access said memory using page table entries;
(c) and accessing an extended memory portion of said memory while executing said operating system, said extended memory portion having physical addresses above the address range of I-Mbyte, employing a plurality of said table entries of said addressing means selectively mapping parts of said extended memory portion to an expanded memory page frame within said system memory area.
15. A method according to claim 14 wherein said step of addressing said memory includes a protected addressing mode in said address mode, the protected addressing mode providing protected address ranges defined in said page table entries.
16. A method according to claim 14 including the step of addressing a virtual disk drive also located in said memory having a continuous physical address range of greater than I-Mbyte, said virtual disk drive having physical addresses separate from said extended memory portion.
17. A method according to claim 11 wherein said step of addressing includes adding the contents of a segment register to the contents of an address register to generate said virtual address in said CPU, before translating said virtual address using said page table entries.
18. A method according to claim 14 wherein said user memory area is in a range of about 0 to 640 Kbytes and said system memory area is in a range of about 640 Kbytes to I-Mbyte.
19. A method according to claim 14 wherein said CPU executes more than one copy of said operating system by allocating portions of said memory for each said operating system copy using said address mode and using a set of said page table entries for each said copy.
20. A method according to claim 19 wherein each said copy of said operating system accessed a different extended memory portion using a different expanded memory page frame.
21. A method of operating a computer system of the type having a real mode of operation and a virtual mode of operation, and having a plurality of levels of protection, comprising the steps of:
(a) executing a task in said virtual mode at a predefined level of protection;
(b) while executing said task, detecting a hardware interrupt and interrupting said task by saving the current state of said task in a stack at a level of greater protection than said predefined level;
(c) then executing an interrupt handler at said level of greater protection to create a new stack to simulate an interrupt in said real mode, the new stack containing the entry conditions for a virtual mode interrupt handler;
(d) returning to virtual mode and executing a virtual mode interrupt handler using said new stack to provide the same entry conditions as if the interrupt had been in real mode.
22. A method according to claim 21 wherein said new stack contains said current state of said task.
23. A method according to claim 22, wherein said predefined level is level 3 and said level of greater protection is level zero which is the level of greatest protection.
24. A method of operating a computer system of the type having a real mode of operation and a virtual mode of operation, and having a plurality of levels of protection in said virtual mode, comprising the steps of:
(a) executing a task in said virtual mode at one of said levels of protection;
(b) while executing said task, detecting a software interrupt and interrupting said task by entering a fault routine and saving the current state of said task in a stack at a higher level of protection than said one level;
(c) then executing an interrupt handler selected by decoding the instruction causing said software interrupt, at said higher level of protection, to create a new stack to simulate an interrupt in said real mode, the new stack containing the entry conditions for a virtual mode interrupt handler, (d) returning to virtual mode and executing a virtual mode interrupt handler using said stack to provide the same entry conditions as if the interrupt had been in real mode.
25. A method according to claim 24 wherein said new stack contains said current state of said task.
26. A computer system comprising:
(a) a CPU having an address range of greater than I-Mbyte;
(b) a memory having a continuous physical address range of greater than I-Mbyte;
(c) addressing means connecting said CPU to said memory; said addressing means including a virtual address mode wherein addresses generated within said CPU are translated to physical addresses used to access said memory using table entries, said table entries in said virtual address mode including protection bits providing a plurality of levels of protection;
(d) an operating system for said CPU stored in said memory and defining a user memory area and a system memory area in address range of no more than I-Mbyte;
(e) a task stored in said memory for execution using said operating system in said virtual address mode at a predefined level of low protection;
(f) and means for detecting hardware interrupts occurring when executing said task and creating a stack containing the state of said task at a level of greater protection than said predefined level, then defining a new stack at said level of greater protection to reflect entry conditions which would have existed had the interrupt been entered at said level of low protection and handling the interrupt using said new stack.
27. A system according to claim 26 wherein said level of greater protection is the level of greatest protection and said predefined level of low protection is the level of least protection.
28. A computer system comprising:
(a) a CPU having an address range of greater than about I-Mbyte;
(b) a memory having a continuous physical address range of greater than about I-Mbyte;
(c) addressing means connecting said CPU to said memory; said addressing means including a real address mode wherein addresses generated in said CPU are directly used as the physical addresses to access said memory, and including a virtual address mode wherein addresses generated within said CPU are translated to physical addresses used to access said memory using table entries, said table entries in said virtual address mode including protection bits providing a plurality of levels of protection;
(d) an operating system for said CPU stored in said memory and defining a user memory and a system memory area in an address range of no more than about I-Mbyte whereby a task stored in said memory for execution uses said operating system in said virtual address mode at a predefined level of low protection;
(e) and means for trapping input/output instructions when a task is being executed in said virtual address mode at said predefined level of low protection using said operating system, said means for trapping including means for detecting the execution of an input/output instruction and interrupting the execution thereof to instead execute fault-handler instructions at a level of protection greater than said predefined level.
29. A system according to claim 28 wherein said input/output instructions are selectively trapped on the basis of the input/output address referenced by the instruction being executed.
30. A system according to claim 28 wherein said level of protection greater than said predefined level is the greatest level of protection.
31. A method of operating an MS-DOS computer system having a memory address space and an extended-memory address space, wherein said extended memory address space is the address space outside the memory address space which MS-DOS system can access, said method comprising the steps of:
(a) detecting an instruction to access an expanded memory address space;
(b) accessing said extended memory address space in lieu of carrying out said instruction.
CA000573697A 1987-08-03 1988-08-03 Software emulation of bank-switched memory using a virtual dos monitorand paged memory management Expired CA1304166C (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US07/081,325 US4926322A (en) 1987-08-03 1987-08-03 Software emulation of bank-switched memory using a virtual DOS monitor and paged memory management
US081,325 1987-08-03

Publications (1)

Publication Number Publication Date
CA1304166C true CA1304166C (en) 1992-06-23

Family

ID=22163461

Family Applications (1)

Application Number Title Priority Date Filing Date
CA000573697A Expired CA1304166C (en) 1987-08-03 1988-08-03 Software emulation of bank-switched memory using a virtual dos monitorand paged memory management

Country Status (2)

Country Link
US (1) US4926322A (en)
CA (1) CA1304166C (en)

Families Citing this family (131)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE3788877T2 (en) * 1987-03-24 1994-06-23 Insignia Solutions Ltd DEVICE FOR SOFTWARE EMULATION.
US5226122A (en) * 1987-08-21 1993-07-06 Compaq Computer Corp. Programmable logic system for filtering commands to a microprocessor
JP2507756B2 (en) * 1987-10-05 1996-06-19 株式会社日立製作所 Information processing device
JPH02121042A (en) * 1988-10-31 1990-05-08 Toshiba Corp Memory system
US5280599A (en) * 1989-01-09 1994-01-18 Kabushiki Kaisha Toshiba Computer system with memory expansion function and expansion memory setting method
US5123098A (en) * 1989-02-28 1992-06-16 Hewlett-Packard Company Method for executing programs within expanded memory of a computer system using MS or PC DOS
JP2513024B2 (en) * 1989-03-16 1996-07-03 日本電気株式会社 Extended storage address control method
US5210854A (en) * 1989-06-14 1993-05-11 Digital Equipment Corporation System for updating program stored in eeprom by storing new version into new location and updating second transfer vector to contain starting address of new version
US5175830A (en) * 1989-06-16 1992-12-29 International Business Machines Corporation Method for executing overlays in an expanded memory data processing system
US5483646A (en) * 1989-09-29 1996-01-09 Kabushiki Kaisha Toshiba Memory access control method and system for realizing the same
US5146580A (en) * 1989-10-25 1992-09-08 Microsoft Corporation Method and system for using expanded memory for operating system buffers and application buffers
US5247655A (en) * 1989-11-07 1993-09-21 Chips And Technologies, Inc. Sleep mode refresh apparatus
US5271098A (en) * 1989-11-07 1993-12-14 Chips And Technologies, Inc. Method and apparatus for use of expanded memory system (EMS) to access cartridge memory
US5161218A (en) * 1989-11-13 1992-11-03 Chips And Technologies, Inc. Memory controller for using reserved DRAM addresses for EMS
US5715419A (en) * 1989-12-05 1998-02-03 Texas Instruments Incorporated Data communications system with address remapping for expanded external memory access
US5469556A (en) * 1989-12-12 1995-11-21 Harris Corporation Resource access security system for controlling access to resources of a data processing system
US5283889A (en) * 1989-12-29 1994-02-01 Zenith Data Systems Corporation Hardware based interface for mode switching to access memory above one megabyte
EP0532643B1 (en) * 1990-06-04 1998-12-23 3Com Corporation Method for optimizing software for any one of a plurality of variant architectures
US5287523A (en) * 1990-10-09 1994-02-15 Motorola, Inc. Method for servicing a peripheral interrupt request in a microcontroller
US5255379A (en) * 1990-12-28 1993-10-19 Sun Microsystems, Inc. Method for automatically transitioning from V86 mode to protected mode in a computer system using an Intel 80386 or 80486 processor
KR100272622B1 (en) * 1991-05-08 2000-11-15 가나이 쓰도무 Data processing device
US5666510A (en) * 1991-05-08 1997-09-09 Hitachi, Ltd. Data processing device having an expandable address space
US5303378A (en) * 1991-05-21 1994-04-12 Compaq Computer Corporation Reentrant protected mode kernel using virtual 8086 mode interrupt service routines
US5274791A (en) * 1991-07-05 1993-12-28 Chips And Technologies, Inc. Microprocessor with OEM mode for power management with input/output intiated selection of special address space
US5237669A (en) * 1991-07-15 1993-08-17 Quarterdeck Office Systems, Inc. Memory management method
US5274834A (en) * 1991-08-30 1993-12-28 Intel Corporation Transparent system interrupts with integrated extended memory addressing
EP0534597B1 (en) * 1991-09-23 2000-04-26 Intel Corporation Computer system having software interrupt (INTN) instructions selectively operating in a virtual mode
GB2260004B (en) * 1991-09-30 1995-02-08 Apple Computer Memory management unit for a computer system
JPH05225046A (en) * 1991-11-12 1993-09-03 Internatl Business Mach Corp <Ibm> Memory subsystem which can be constituted
US5410662A (en) * 1991-12-03 1995-04-25 Vlsi Technology, Inc. Programmable control of EMS page register addresses
US5404438A (en) * 1992-03-03 1995-04-04 Compaq Computer Corporation Method and apparatus for operating text mode software in a graphics mode environment
EP0559222A2 (en) * 1992-03-06 1993-09-08 Microsoft Corporation Improved method for loading programs
JPH0619785A (en) * 1992-03-27 1994-01-28 Matsushita Electric Ind Co Ltd Distributed shared virtual memory and its constitution method
US5675762A (en) * 1992-04-03 1997-10-07 International Business Machines Corporation System for locking down part of portion of memory and updating page directory with entry corresponding to part of portion of the memory locked down
US5463764A (en) * 1992-04-03 1995-10-31 International Business Machines Corporation Method and system for system debugging through a keyboard device driver
US5432917A (en) * 1992-04-22 1995-07-11 International Business Machines Corporation Tabulation of multi-bit vector history
US5423017A (en) * 1992-04-22 1995-06-06 International Business Machines Corporation Method of and apparatus for increasing efficiency of ager
US5493663A (en) * 1992-04-22 1996-02-20 International Business Machines Corporation Method and apparatus for predetermining pages for swapping from physical memory in accordance with the number of accesses
DE69325736T2 (en) * 1992-04-27 1999-11-18 Sony Corp Data processing system in which the compatibility between different models is guaranteed
US5349661A (en) * 1992-05-20 1994-09-20 International Business Machines Corporation Installation of an expanded memory manager
US5455919A (en) * 1992-11-03 1995-10-03 International Business Machines Corporation Installation and use of plural expanded memory managers
US5371867A (en) * 1992-11-10 1994-12-06 International Business Machines Corporation Method of using small addresses to access any guest zone in a large memory
US5668971A (en) * 1992-12-01 1997-09-16 Compaq Computer Corporation Posted disk read operations performed by signalling a disk read complete to the system prior to completion of data transfer
US5684993A (en) * 1993-01-04 1997-11-04 Microsoft Corporation Segregation of thread-specific information from shared task information
EP0688449A4 (en) * 1993-03-09 1997-08-27 Novell Inc Method and apparatus for memory management
US5509139A (en) * 1993-03-22 1996-04-16 Compaq Computer Corp. Circuit for disabling an address masking control signal using OR gate when a microprocessor is in a system management mode
US6091430A (en) * 1993-03-31 2000-07-18 International Business Machines Corporation Simultaneous high resolution display within multiple virtual DOS applications in a data processing system
JPH06348584A (en) * 1993-06-01 1994-12-22 Internatl Business Mach Corp <Ibm> Data processing system
US6144930A (en) * 1993-06-09 2000-11-07 Compaq Computer Corporation Method for providing a memory model of a memory device for use in simulation
US5473777A (en) * 1993-07-19 1995-12-05 Moeller; Christopher P. Wrapper for enabling an object otented application to maintain virtual memory using procedural function calls
US6684261B1 (en) 1993-07-19 2004-01-27 Object Technology Licensing Corporation Object-oriented operating system
US5379432A (en) * 1993-07-19 1995-01-03 Taligent, Inc. Object-oriented interface for a procedural operating system
US5537597A (en) * 1993-09-27 1996-07-16 Intel Corporation Method and apparatus for supporting real mode card services clients with a protected mode card services implementation
US5983012A (en) * 1993-09-28 1999-11-09 Bull Hn Information Systems Inc. Executing programs of a first system on a second system
US5515525A (en) * 1993-09-28 1996-05-07 Bull Hn Information Systems Inc. Emulating the memory functions of a first system on a second system
EP0651332B1 (en) * 1993-10-29 2001-07-18 Advanced Micro Devices, Inc. Linearly addressable microprocessor cache
DE69429061T2 (en) * 1993-10-29 2002-07-18 Advanced Micro Devices Inc Superskalarmikroprozessoren
DE69427265T2 (en) 1993-10-29 2002-05-02 Advanced Micro Devices Inc Superskalarbefehlsdekoder
US5689672A (en) * 1993-10-29 1997-11-18 Advanced Micro Devices, Inc. Pre-decoded instruction cache and method therefor particularly suitable for variable byte-length instructions
US5878245A (en) 1993-10-29 1999-03-02 Advanced Micro Devices, Inc. High performance load/store functional unit and data cache
DE69434669T2 (en) * 1993-10-29 2006-10-12 Advanced Micro Devices, Inc., Sunnyvale Speculative command queue for variable byte length commands
US5548746A (en) * 1993-11-12 1996-08-20 International Business Machines Corporation Non-contiguous mapping of I/O addresses to use page protection of a process
WO1995015525A1 (en) 1993-11-30 1995-06-08 Vlsi Technology, Inc. Method and apparatus for providing and maximizing concurrent operations in a shared memory system
US5603014A (en) * 1993-12-03 1997-02-11 Intel Corporation Protected mode simulation of a real mode interupt based programming interface in a computer system
US5627985A (en) * 1994-01-04 1997-05-06 Intel Corporation Speculative and committed resource files in an out-of-order processor
US5459869A (en) * 1994-02-17 1995-10-17 Spilo; Michael L. Method for providing protected mode services for device drivers and other resident software
US5577221A (en) * 1994-04-14 1996-11-19 Industrial Technology Research Institute Method and device for expanding ROM capacity
US5649225A (en) * 1994-06-01 1997-07-15 Advanced Micro Devices, Inc. Resynchronization of a superscalar processor
US5970237A (en) * 1994-06-14 1999-10-19 Intel Corporation Device to assist software emulation of hardware functions
US5564111A (en) * 1994-09-30 1996-10-08 Intel Corporation Method and apparatus for implementing a non-blocking translation lookaside buffer
US5734858A (en) * 1994-10-24 1998-03-31 Microsoft Corporation Method and apparatus for simulating banked memory as a linear address space
US5737550A (en) * 1995-03-28 1998-04-07 Advanced Micro Devices, Inc. Cache memory to processor bus interface and method thereof
US5768574A (en) * 1995-06-07 1998-06-16 Advanced Micro Devices, Inc. Microprocessor using an instruction field to expand the condition flags and a computer system employing the microprocessor
US5822778A (en) * 1995-06-07 1998-10-13 Advanced Micro Devices, Inc. Microprocessor and method of using a segment override prefix instruction field to expand the register file
US5680578A (en) * 1995-06-07 1997-10-21 Advanced Micro Devices, Inc. Microprocessor using an instruction field to specify expanded functionality and a computer system employing same
US5727178A (en) * 1995-08-23 1998-03-10 Microsoft Corporation System and method for reducing stack physical memory requirements in a multitasking operating system
US5812820A (en) * 1995-09-29 1998-09-22 Pacific Commware, Inc. Virtual UART
US5857116A (en) * 1995-10-27 1999-01-05 Compaq Computer Corporation Circuit for disabling an address masking control signal when a microprocessor is in a system management mode
US5796974A (en) * 1995-11-07 1998-08-18 Advanced Micro Devices, Inc. Microcode patching apparatus and method
US5819080A (en) * 1996-01-02 1998-10-06 Advanced Micro Devices, Inc. Microprocessor using an instruction field to specify condition flags for use with branch instructions and a computer system employing the microprocessor
US5812823A (en) * 1996-01-02 1998-09-22 International Business Machines Corporation Method and system for performing an emulation context save and restore that is transparent to the operating system
US5657445A (en) * 1996-01-26 1997-08-12 Dell Usa, L.P. Apparatus and method for limiting access to mass storage devices in a computer system
US5790837A (en) * 1996-09-11 1998-08-04 Ensoniq Corporation Method and system for device virtualization based on an interrupt request in a dos-based environment
US5924110A (en) * 1996-12-06 1999-07-13 Ncr Corporation Multischeme memory management system for computer
US5983310A (en) 1997-02-13 1999-11-09 Novell, Inc. Pin management of accelerator for interpretive environments
US5920703A (en) * 1997-02-19 1999-07-06 International Business Machines Corp. Systems and methods for managing the processing of relatively large data objects in a communications stack
US5983259A (en) * 1997-02-19 1999-11-09 International Business Machines Corp. Systems and methods for transmitting and receiving data in connection with a communications stack in a communications system
US5909553A (en) * 1997-02-19 1999-06-01 International Business Machines Corporation Systems and methods for controlling the transmission of relatively large data objects in a communications system
US5813042A (en) * 1997-02-19 1998-09-22 International Business Machines Corp. Methods and systems for control of memory
US5964889A (en) * 1997-04-16 1999-10-12 Symantec Corporation Method to analyze a program for presence of computer viruses by examining the opcode for faults before emulating instruction in emulator
US5987604A (en) * 1997-10-07 1999-11-16 Phoenix Technologies, Ltd. Method and apparatus for providing execution of system management mode services in virtual mode
US6148387A (en) * 1997-10-09 2000-11-14 Phoenix Technologies, Ltd. System and method for securely utilizing basic input and output system (BIOS) services
US5893159A (en) * 1997-10-22 1999-04-06 International Business Machines Corporation Methods and apparatus for managing scratchpad memory in a multiprocessor data processing system
US6230259B1 (en) 1997-10-31 2001-05-08 Advanced Micro Devices, Inc. Transparent extended state save
US6157996A (en) * 1997-11-13 2000-12-05 Advanced Micro Devices, Inc. Processor programably configurable to execute enhanced variable byte length instructions including predicated execution, three operand addressing, and increased register space
US6016529A (en) * 1997-11-26 2000-01-18 Digital Equipment Corporation Memory allocation technique for maintaining an even distribution of cache page addresses within a data structure
US6321295B1 (en) * 1998-03-19 2001-11-20 Insilicon Corporation System and method for selective transfer of application data between storage devices of a computer system through utilization of dynamic memory allocation
US6356996B1 (en) 1998-03-24 2002-03-12 Novell, Inc. Cache fencing for interpretive environments
US6578193B1 (en) 1998-03-24 2003-06-10 Novell, Inc. Endian-neutral loader for interpretive environment
US6141732A (en) * 1998-03-24 2000-10-31 Novell, Inc. Burst-loading of instructions into processor cache by execution of linked jump instructions embedded in cache line size blocks
US6397242B1 (en) 1998-05-15 2002-05-28 Vmware, Inc. Virtualization system including a virtual machine monitor for a computer with a segmented architecture
US6496847B1 (en) 1998-05-15 2002-12-17 Vmware, Inc. System and method for virtualizing computer systems
US6223230B1 (en) * 1998-06-15 2001-04-24 Sun Microsystems, Inc. Direct memory access in a bridge for a multi-processor system
US6263412B1 (en) * 1998-06-24 2001-07-17 Phoenix Technologies Ltd. Method and apparatus for RAM emulation using a processor register set
US8631066B2 (en) * 1998-09-10 2014-01-14 Vmware, Inc. Mechanism for providing virtual machines for use by multiple users
US7061821B2 (en) * 1998-10-20 2006-06-13 International Business Machines Corporation Address wrap function for addressable memory devices
US7516453B1 (en) * 1998-10-26 2009-04-07 Vmware, Inc. Binary translator with precise exception synchronization mechanism
US6233667B1 (en) * 1999-03-05 2001-05-15 Sun Microsystems, Inc. Method and apparatus for a high-performance embedded memory management unit
WO2001016702A1 (en) * 1999-09-01 2001-03-08 Intel Corporation Register set used in multithreaded parallel processor architecture
US6748592B1 (en) * 2000-02-14 2004-06-08 Xoucin, Inc. Method and apparatus for protectively operating a data/information processing device
US6981132B2 (en) 2000-08-09 2005-12-27 Advanced Micro Devices, Inc. Uniform register addressing using prefix byte
US6877084B1 (en) 2000-08-09 2005-04-05 Advanced Micro Devices, Inc. Central processing unit (CPU) accessing an extended register set in an extended register mode
US6807622B1 (en) * 2000-08-09 2004-10-19 Advanced Micro Devices, Inc. Processor which overrides default operand size for implicit stack pointer references and near branches
US6865669B1 (en) * 2000-09-15 2005-03-08 Adaptec, Inc. Methods for optimizing memory resources during initialization routines of a computer system
GB2369464B (en) * 2000-11-27 2005-01-05 Advanced Risc Mach Ltd A data processing apparatus and method for saving return state
US6697959B2 (en) * 2000-12-20 2004-02-24 Bull Hn Information Systems Inc. Fault handling in a data processing system utilizing a fault vector pointer table
US6687845B2 (en) * 2000-12-20 2004-02-03 Bull Hn Information Systems Inc. Fault vector pointer table
GB2371641B (en) * 2001-01-27 2004-10-06 Mitel Semiconductor Ltd Direct memory access controller for circular buffers
US6854039B1 (en) * 2001-12-05 2005-02-08 Advanced Micro Devices, Inc. Memory management system and method providing increased memory access security
US7565509B2 (en) * 2002-04-17 2009-07-21 Microsoft Corporation Using limits on address translation to control access to an addressable entity
US6986006B2 (en) * 2002-04-17 2006-01-10 Microsoft Corporation Page granular curtained memory via mapping control
AU2003903652A0 (en) * 2003-07-16 2003-07-31 Infology Pty Ltd Muvium
US7418716B2 (en) * 2003-12-19 2008-08-26 Intel Corporation Method, apparatus, system, and article of manufacture for interfacing a device
US7340582B2 (en) 2004-09-30 2008-03-04 Intel Corporation Fault processing for direct memory access address translation
WO2006104407A1 (en) * 2005-03-28 2006-10-05 Intel Corporation A platform independent binary instrumentation method
US8745337B2 (en) * 2007-12-31 2014-06-03 Teradyne, Inc. Apparatus and method for controlling memory overrun
US8819225B2 (en) * 2010-11-15 2014-08-26 George Mason Research Foundation, Inc. Hardware-assisted integrity monitor
US10496461B2 (en) * 2011-06-15 2019-12-03 Arm Finance Overseas Limited Apparatus and method for hardware initiation of emulated instructions
US20130046866A1 (en) * 2011-08-16 2013-02-21 General Electric Company Meter access management system
US9396142B2 (en) * 2014-06-10 2016-07-19 Oracle International Corporation Virtualizing input/output interrupts
US10891230B1 (en) 2019-06-29 2021-01-12 Intel Corporation Apparatuses, methods, and systems for selective linear address masking based on processor privilege level and control register bits

Family Cites Families (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR2400729A1 (en) * 1977-08-17 1979-03-16 Cii Honeywell Bull DEVICE FOR THE TRANSFORMATION OF VIRTUAL ADDRESSES INTO PHYSICAL ADDRESSES IN A DATA PROCESSING SYSTEM
GB1601955A (en) * 1977-10-21 1981-11-04 Marconi Co Ltd Data processing systems
US4285040A (en) * 1977-11-04 1981-08-18 Sperry Corporation Dual mode virtual-to-real address translation mechanism
US4363091A (en) * 1978-01-31 1982-12-07 Intel Corporation Extended address, single and multiple bit microprocessor
US4285039A (en) * 1978-03-28 1981-08-18 Motorola, Inc. Memory array selection mechanism
JPS6017130B2 (en) * 1980-06-06 1985-05-01 日本電気株式会社 address control device
US4403283A (en) * 1980-07-28 1983-09-06 Ncr Corporation Extended memory system and method
US4503491A (en) * 1981-06-29 1985-03-05 Matsushita Electric Industrial Co., Ltd. Computer with expanded addressing capability
US4481570A (en) * 1981-08-07 1984-11-06 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration Automatic multi-banking of memory for microprocessors
US4439762A (en) * 1981-12-28 1984-03-27 Beckman Instruments, Inc. Graphics memory expansion system
JPS58195265A (en) * 1982-05-10 1983-11-14 Sony Corp Microcomputer
US4520453A (en) * 1982-11-01 1985-05-28 Ampex Corporation Address transformation system having an address shuffler
US4545010A (en) * 1983-03-31 1985-10-01 Honeywell Information Systems Inc. Memory identification apparatus and method
US4609996A (en) * 1983-08-12 1986-09-02 International Business Machines Corporation Memory access system for a computer system adapted to accept a memory expansion module
US4727480A (en) * 1984-07-09 1988-02-23 Wang Laboratories, Inc. Emulation of a data processing system
US4601018A (en) * 1985-01-29 1986-07-15 Allen Baum Banked memory circuit
US4779187A (en) * 1985-04-10 1988-10-18 Microsoft Corporation Method and operating system for executing programs in a multi-mode microprocessor
US4707803A (en) * 1985-06-17 1987-11-17 International Business Machines Corporation Emulator for computer system input-output adapters
US4777589A (en) * 1985-06-28 1988-10-11 Hewlett-Packard Company Direct input/output in a virtual memory system
US4747040A (en) * 1985-10-09 1988-05-24 American Telephone & Telegraph Company Dual operating system computer
US4744048A (en) * 1985-10-09 1988-05-10 American Telephone And Telegraph Company Display context switching arrangement
US4727485A (en) * 1986-01-02 1988-02-23 Motorola, Inc. Paged memory management unit which locks translators in translation cache if lock specified in translation table
US4742450A (en) * 1986-01-16 1988-05-03 International Business Machines Corporation Method to share copy on write segment for mapped files
US4831522A (en) * 1987-02-17 1989-05-16 Microlytics, Inc. Circuit and method for page addressing read only memory
US4849875A (en) * 1987-03-03 1989-07-18 Tandon Corporation Computer address modification system with optional DMA paging

Also Published As

Publication number Publication date
US4926322A (en) 1990-05-15

Similar Documents

Publication Publication Date Title
CA1304166C (en) Software emulation of bank-switched memory using a virtual dos monitorand paged memory management
JP3268310B2 (en) Memory management method
US11210239B2 (en) Protection key management and prefixing in virtual address space legacy emulation system
US7376949B2 (en) Resource allocation and protection in a multi-virtual environment
KR100847613B1 (en) Methods and systems to control virtual machines
US4564903A (en) Partitioned multiprocessor programming system
US5303378A (en) Reentrant protected mode kernel using virtual 8086 mode interrupt service routines
US5774686A (en) Method and apparatus for providing two system architectures in a processor
JP4668166B2 (en) Method and apparatus for guest to access memory converted device
US4037215A (en) Key controlled address relocation translation system
US20020046305A1 (en) Method for effective binary translation between different instruction sets using emulated supervisor flag and multiple page tables
US5867710A (en) Portable microkernel operating system verification and testing
WO2006012007A1 (en) A system and method for simulating real-mode memory access with access to extended memory
TWI790350B (en) Controlling guard tag checking in memory accesses
US7293207B2 (en) Method for testing memory in a computer system utilizing a CPU with either 32-bit or 36-bit memory addressing
JP7349437B2 (en) Controlling protection tag checking on memory accesses
JPH06332803A (en) Tlb control method in virtual computer system
Khanchi Kernel Initialization in an Operating System Design and Implementation
JP2019117664A (en) Protection key management and prefix conversion in virtual address space legacy emulation system
Early ESPRIT LTR 21917 (Pegasus II) Deliverable 2.1. 2 Pentium Port Report
Wang et al. MTX in 32-bit Protected Mode
Charles An x86 protected mode virtual machine monitor for the mit exokernel
Helin et al. The little book about OS development

Legal Events

Date Code Title Description
MKLA Lapsed