T-Kernel

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
T-Kernel
T-Kernel logo
Developer T-Engine
OS family RTOS
Working state Current
Initial release 2002; 22 years ago (2002)
Latest release 2.01.01 / October 14, 2011; 12 years ago (2011-10-14)
Marketing target Embedded systems
Platforms ARM, MIPS, x86, PowerPC[1][2]
License T-License
Official website www.t-engine.org

T-Kernel is an open source[3] real-time operating system designed for 32-bit microcontrollers. It is standardized by the T-Engine Forum,[3] which distributes it under a "T-License" license agreement. There is also a corresponding μT-Kernel implementation designed for embedded systems with 16-bit or 8-bit microcontrollers.[4]

History

In 1984 Prof. Ken Sakamura started the TRON project at the University of Tokyo, with the goal of designing an open real-time operating system (RTOS) kernel. The TRON framework defines a complete architecture for the different computing units. ITRON is the most popular TRON architecture. ITRON specification promotion was done by the various companies which sell the commercial implementations. T-Kernel is the name of the specification and at the same time a single implementation based on the authorized source code available from the T-Engine Forum for free under T-License. T-Engine is arguably the most advanced ubiquitous computing platform in the world.[5]

In 1989, Matsushita Electric Industrial Co., Ltd., now known as Panasonic Corporation, introduced a TRON PC. This personal computer had an 80286 Intel chip of 8 MHz and only 2 MB of memory, but it could display moving videos. Also, it had a dual-booting system that could run both the TRON OS and DOS. When the Japanese government announced it would use the TRON PC in Japanese schools, the United States government objected. It threatened the move with sanctions. The Japanese, dependent on the U.S. export market, dropped the plan.

But ITRON survived, and today is used in many devices, household appliances, automobile electronics, robots, and even satellites. ITRON is also used in factory automation systems in China. Embedded system developers claim that ITRON is the number one OS for embedded chips in both Japan and the United States.[6]

Overview

To make it easy to distribute middleware, T-Kernel has separate specification for subsystem and device driver which will be suitable for different types of middleware APIs. A real-time OS appropriate for individual application can be created by combining the middleware called T-Kernel Extension with the T-Kernel. T-Monitor initializes hardware and handles the interrupt set up at the start. T-Monitor lessens hardware-dependency of T-Kernel, and improves the application portability. T-Kernel consists of the following three components from the viewpoint of functionality.[7]

T-Kernel/OS (operating system)

This offers the basic functions as real-time Operating System.

T-Kernel/SM (system manager)

This offers the functions including system memory management function and address space management function in order to manage middleware such as device drivers and subsystems.

T-Kernel/DS (debugger support)

This offers the functions for debuggers to be used in development tools.

Development environment

eBinder from eSol Corporation is one of the commonly used integrated development environment (IDE) for software cross-development targeting T-Kernel.[8]

The current release of T-Kernel 2.0 is distributed with a plug-in for Eclipse IDE. Also, a version of T-Kernel that runs on QEMU based emulator, and the QEMU based emulator itself, are available so that testing, training, and development can be done on a PC without a target hardware.[9]

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. 3.0 3.1 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., first published in Consumer Electronics, 2009. ISCE '09. IEEE 13th International Symposium, 2009 May 25–28.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. 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.
  8. Lua error in package.lua at line 80: module 'strict' not found.
  9. Lua error in package.lua at line 80: module 'strict' not found.

External links