Multi-Environment Real-Time

From Infogalactic: the planetary knowledge core
(Redirected from DMERT)
Jump to: navigation, search

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Multi-Environment Real-Time
Developer Bell Labs[1]
Written in C[2]
OS family Real-time operating systems
Marketing target Real-time computing applications
Platforms PDP-11[1]
Kernel type Microkernel[1]
Official website {{#property:P856}}

Lua error in package.lua at line 80: module 'strict' not found. Multi-Environment Real-Time (MERT) was a hybrid time-sharing/real-time operating system developed in the 1970s at Bell Labs for use in embedded minicomputers (in particular PDP-11s). It was later renamed UNIX Real-Time (UNIX-RT).[3] A version called Duplex Multi Environment Real Time (DMERT) was the operating system for the AT&T 3B20D telephone switching minicomputer, designed for high availability;[4][5][6] DMERT was later renamed Unix RTR (Real-Time Reliable).[6]

A "generalization" of Bell Labs' time-sharing operating system Unix,[7] MERT featured a redesigned, modular kernel that was able to run Unix programs as well as privileged real-time processes. These processes' data structures were isolated from other processes, with message passing being the preferred form of interprocess communication (IPC), although shared memory was also implemented. MERT also sported a custom filesystem with special support for large, contiguous, statically sized files, as used in real-time database applications. The design of MERT was influenced by Dijkstra's THE, Hansen's Monitor and IBM's CP-67.[2]

The MERT operating system was a four-layer design, in increasing order of protection:[2]

  • Kernel: resource allocation of memory, CPU time and interrupts;
  • kernel-mode processes including I/O device drivers, file manager, swap manager, "root process" that connects the file manager to the disk (usually combined with the swap manager);
  • operating system supervisor;
  • user processes.

The standard supervisor was MERT/UNIX, a Unix emulator with an extended system call interface and shell that enabled the use of MERT's custom IPC mechanisms, although an RSX-11 emulator also existed.[2]

References

  1. 1.0 1.1 1.2 Lua error in package.lua at line 80: module 'strict' not found.
  2. 2.0 2.1 2.2 2.3 Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. 6.0 6.1 Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.


<templatestyles src="Asbox/styles.css"></templatestyles>