Update kernel readme
This commit is contained in:
parent
f52c50242a
commit
801cf64f45
@ -9,7 +9,7 @@ This is a list of them:
|
|||||||
|
|
||||||
* Ar - Architecture library
|
* Ar - Architecture library
|
||||||
* Ex - Kernel Executive
|
* Ex - Kernel Executive
|
||||||
* Hl - Hardware Abstraction Layer (HAL)
|
* Hl - Hardware Layer
|
||||||
* Ke - Core kernel library
|
* Ke - Core kernel library
|
||||||
* Mm - Memory manager
|
* Mm - Memory manager
|
||||||
* Po - Plug&Play and Power Manager
|
* Po - Plug&Play and Power Manager
|
||||||
@ -26,10 +26,10 @@ The kernel executive supplies heap management, including support for allocating
|
|||||||
pools, as well as synchronization primitives like push locks and fast mutexes, interlocked memory access, and worker
|
pools, as well as synchronization primitives like push locks and fast mutexes, interlocked memory access, and worker
|
||||||
threads.
|
threads.
|
||||||
|
|
||||||
### HL: Hardware Abstraction Layer
|
### HL: Hardware Layer
|
||||||
Hardware Abstraction Layer (HAL), is a layer between the physical hardware of the computer and the rest of the operating
|
Hardware Layer, is a layer between the physical hardware of the computer and the rest of the operating system. It was
|
||||||
system. It was designed to hide differences in hardware and therefore it provides a consistent platform on which
|
designed to hide differences in hardware and therefore it provides a consistent platform on which the system and
|
||||||
the system and applications may run.
|
applications may run.
|
||||||
|
|
||||||
### KE: Kernel Library
|
### KE: Kernel Library
|
||||||
The kernel implements its core functionality that everything else in the system depends upon. This includes basic
|
The kernel implements its core functionality that everything else in the system depends upon. This includes basic
|
||||||
|
Loading…
Reference in New Issue
Block a user