diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-26 20:01:37 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-26 20:01:37 +0100 |
| commit | ddb6c818256ad817ba8b5e93e7868571739ae49c (patch) | |
| tree | e5105de6ec9ff2e90528033f51e950fd4dac2f30 /Private/Source | |
| parent | ef334847f61125e610e719f8dc1580d7f07e6c1d (diff) | |
Kernel:HAL: getting IDT to work...
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/Source')
| -rw-r--r-- | Private/Source/NewFS+IO.cxx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Private/Source/NewFS+IO.cxx b/Private/Source/NewFS+IO.cxx index 2e6559c5..fefb2338 100644 --- a/Private/Source/NewFS+IO.cxx +++ b/Private/Source/NewFS+IO.cxx @@ -27,6 +27,15 @@ using namespace HCore; +enum { + kHCFSSubDriveA, + kHCFSSubDriveB, + kHCFSSubDriveC, + kHCFSSubDriveD, + kHCFSSubDriveInvalid, + kHCFSSubDriveCount, +}; + Int32 KeHCFSRead(Mountpoint* Mnt, DriveTraits& DrvTraits, Int32 DrvIndex) { if (!Mnt) return -1; |
