About: Memory segmentation is a research topic. Over the lifetime, 2676 publications have been published within this topic receiving 48641 citations. The topic is also known as: Code segments.
TL;DR: In this paper, a memory system for a processor-based computing system has a number of memory modules and a logic unit, which examines data to be stored in the memory modules, and calculates parity data.
Abstract: A memory system for a processor-based computing system. The memory system has a number of memory modules and a logic unit. The logic unit examines data to be stored in the memory modules and calculates parity data. It then distributes the input data and the parity data among the memory modules.
TL;DR: In this paper, a method and a circuit of testing of a memory interface associated with an embedded memory in a semiconductor circuit involves writing to two memory locations in succession, reading the two memory location in succession in the same order in which the two memories locations were written, and capturing output data from the memory interface.
Abstract: A method and a circuit of testing of a memory interface associated with an embedded memory in a semiconductor circuit involves writing to two memory locations in succession; reading the two memory locations in succession in the same order in which the two memory locations were written; capturing output data from the memory interface; and analyzing captured output data to determine whether said captured output data corresponds to expected data.
TL;DR: In this paper, a memory management system for communications may include a virtual address based tag offset and a zero-based tag offset with a common set of memory algorithms, such that the virtual address-based offset can be used by both applications.
Abstract: Systems and methods that manage memory are provided. In one embodiment, a system for communications may include, for example, a memory management system that may handle a first application employing a virtual address based tagged offset and a second application employing a zero based tagged offset with a common set of memory algorithms.
TL;DR: In this paper, a method of entering memory module mounted on a memory system or a plurality of memories mounted on the memory module into a test mode, and a first register and a second register for performing the method are introduced.
Abstract: A method of entering memory module mounted on a memory system or a plurality of memories mounted on the memory module into a test mode, and a first register and a second register for performing the method are introduced. Each of the memory manufacturers provides a different MRS code for entering the memory into the test mode and a different method of entering the memory into the test mode from one another. As a result, the number of the test MRS is stored in the first register for controlling the memory, and the test MRS codes are programmed into the second register. Additionally, each of the bits stored in the first register used for determining the number of the test MRS corresponds to each of the second registers that store a corresponding test MRS code, respectively.
TL;DR: A default memory manager for the Mach 3.0 kernel that resides entirely in user space is implemented, and an extension to the Mach boot sequence loads both the kernel and user program images at system startup time.
Abstract: 1. Abstract We have implemented a default memory manager for the Mach 3.0 kernel that resides entirely in user space. The default memory manager uses a small set of kernel privileges to lock itself into memory, preventing deadlocks against other Mach system services. An extension to the Mach boot sequence loads both the kernel and user program images at system startup time. The resulting system allows the default memory manager to be built and run in a standard user-level environment, but still operates with the high reliability required by the Mach kernel.