diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-02 10:09:27 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-02 10:09:27 +0100 |
| commit | c8b5a4cc2981c4fd8987b7f048380a13d80981fd (patch) | |
| tree | e2beba4453cfcea814fb6ddaa7b8293d2e2db356 /Drivers | |
| parent | 28939d40c856aed0b56fe5a4d1d68a906099d745 (diff) | |
See below.
- Pack NewFS data structures.
- Add README.TXT in /Drivers/
- Move /Internals/Tools in just /Tools.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Drivers')
| -rw-r--r-- | Drivers/README.TXT | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Drivers/README.TXT b/Drivers/README.TXT new file mode 100644 index 00000000..d26f409b --- /dev/null +++ b/Drivers/README.TXT @@ -0,0 +1,15 @@ +========================== +Basic Device Drivers (BDD) +========================== + +1 - Build them +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. |
