diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-15 10:40:40 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-15 10:40:40 +0100 |
| commit | 1a844fe4332313983e86efd1f3e41f8a7f73c465 (patch) | |
| tree | 8b008ff5960dc21cab960103b69334e53eebf228 /Private/Drivers | |
| parent | b3e76bf866b4223390585589786600475c9fdcae (diff) | |
Kernel: Update README and fix MUST_PASS in hal_try_alloc_new_page.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/Drivers')
| -rw-r--r-- | Private/Drivers/README.TXT | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/Private/Drivers/README.TXT b/Private/Drivers/README.TXT index d26f409b..e6af72bc 100644 --- a/Private/Drivers/README.TXT +++ b/Private/Drivers/README.TXT @@ -6,10 +6,16 @@ Basic Device Drivers (BDD) 2 - Place them inside Private/Root 3 - And continue your build. - -==================== +=============== What are these? -==================== +=============== These are HCore device drivers. -Running in Ring-3. To let the driver restart in case of a crash. +Some of them are running in Ring-3, to let the driver restart in case of a crash. + +=========== +Maintainers +=========== + +ACPIManager: Amlal EL Mahrouss +AHCI: Amlal EL Mahrouss
\ No newline at end of file |
