diff options
| author | Amlal <amlal@nekernel.org> | 2025-05-10 14:04:31 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-05-10 14:04:31 +0200 |
| commit | a3dde6ad12d8b607d493ddac4f54c8f5d2c3082c (patch) | |
| tree | aa1d4e01a9381ab118fc690905636fba16cc7cbc /dev/boot/BootKit | |
| parent | b816e857b2d3b602473bf28703ad2cff722535e5 (diff) | |
dev(kernel): saving changes regarding HeFS, and also for the 0.0.2e2 release.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/boot/BootKit')
| -rw-r--r-- | dev/boot/BootKit/HW/SATA.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/boot/BootKit/HW/SATA.h b/dev/boot/BootKit/HW/SATA.h index 8cf48ec7..7285ceac 100644 --- a/dev/boot/BootKit/HW/SATA.h +++ b/dev/boot/BootKit/HW/SATA.h @@ -10,6 +10,8 @@ #include <CompilerKit/CompilerKit.h> #include <modules/AHCI/AHCI.h> +#define kAHCISectorSz (4096) + class BootDeviceSATA final { public: explicit BootDeviceSATA() noexcept; @@ -40,5 +42,3 @@ class BootDeviceSATA final { private: SATATrait mTrait; }; - -#define kAHCISectorSz 4096 |
