summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-08-29 18:13:03 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-08-29 18:14:42 +0200
commit34cc73d2e443ab812e42982a76310627a6693f64 (patch)
tree325345ff26ac3bf2bcbae65698ca93599690c54f /dev/ZKA
parent506eb4d52ae1e4b7b98784b2af022274572f9108 (diff)
[FIX] Fix storage size for SSD inside StorageKit.
[FIX] Don't support SIGG executables on bootloader side. [REF] Rename SIGG to FMT, to contain other formats. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKA')
-rw-r--r--dev/ZKA/StorageKit/Storage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ZKA/StorageKit/Storage.hxx b/dev/ZKA/StorageKit/Storage.hxx
index a9e0f8e4..70f22420 100644
--- a/dev/ZKA/StorageKit/Storage.hxx
+++ b/dev/ZKA/StorageKit/Storage.hxx
@@ -6,8 +6,8 @@
#pragma once
-#define kDriveSectorSizeHDD (512)
-#define kDriveSectorSizeSSD (4096)
+#define kDriveSectorSizeHDD (512U)
+#define kDriveSectorSizeSSD (512U)
#define kDriveSectorSizeOptical (2048)
namespace Kernel