Hardware Abstraction Layer: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
m (categorised as a kernel theory page)
No edit summary
Line 1: Line 1:
{{Stub}}
{{Stub}}


== Hardware Abstraction Layer ==
The Hardware Abstraction Layer (HAL) is a abstraction layer between the physical PC hardware and the software. HAL is a part of the operating system. It's task is to allow instructions from high level programming languages to communicate between the low-level components (e.g. directly hardware).
The Hardware Abstraction Layer (HAL) is a abstraction layer between the physical PC hardware and the software. HAL is a part of the operating system. It's task is to allow instructions from high level programming languages to communicate between the low-level components (e.g. directly hardware).

== See Also ==
* [[Device Driver Interfaces]]


[[Category:Kernel]]
[[Category:Kernel]]

Revision as of 23:34, 19 July 2008

This page is a stub.
You can help the wiki by accurately adding more contents to it.

Hardware Abstraction Layer

The Hardware Abstraction Layer (HAL) is a abstraction layer between the physical PC hardware and the software. HAL is a part of the operating system. It's task is to allow instructions from high level programming languages to communicate between the low-level components (e.g. directly hardware).

See Also