diff options
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. |
