diff options
| author | amlal <amlal@el-mahrouss-logic.com> | 2024-03-22 10:09:51 +0100 |
|---|---|---|
| committer | amlal <amlal@el-mahrouss-logic.com> | 2024-03-22 10:09:51 +0100 |
| commit | 71ead709ab3e30a1b137a5b9215bf74c7bed9d04 (patch) | |
| tree | 55ded35496cc7054c0975fd9364f8b2513ac0531 /Private/NewBoot/BootKit | |
| parent | 5df4daf0619b95131ea99110ee2e8913012b6134 (diff) | |
HCR-14: Implement ATA for HCoreKrnl.exe.
[TODO]: Need to also implement a
ATADeviceInterface class.
Signed-off-by: amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/NewBoot/BootKit')
| -rw-r--r-- | Private/NewBoot/BootKit/Arch/ATA.hxx | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/Private/NewBoot/BootKit/Arch/ATA.hxx b/Private/NewBoot/BootKit/Arch/ATA.hxx index 8cd948a3..8e0a15eb 100644 --- a/Private/NewBoot/BootKit/Arch/ATA.hxx +++ b/Private/NewBoot/BootKit/Arch/ATA.hxx @@ -8,6 +8,8 @@ #include <Builtins/ATA/Defines.hxx> +using namespace HCore; + class BDeviceATA final { public: enum { @@ -40,12 +42,3 @@ class BDeviceATA final { private: ATATrait mTrait; }; - -enum { - kATADevicePATA, - kATADeviceSATA, - kATADevicePATA_PI, - kATADeviceSATA_PI, - kATADeviceCount, -}; - |
