summaryrefslogtreecommitdiffhomepage
path: root/Private/Tools
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-16 16:13:27 +0100
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-16 16:14:11 +0100
commit302ee90916fde01771797f52d8a99aee562e4b1e (patch)
treef39f2082b3419e9a76b15ea4b6a91c5b52f137ef /Private/Tools
parent55059428bfd6a18451bc1ed3ee64e7bb04c395cd (diff)
HCR-14: See below.
- Improve HCFS data structures. Will work on a implementation soon. - NewFS to use UTF-8 now, for the sake of the size. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/Tools')
-rw-r--r--Private/Tools/make_hcfs.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/Private/Tools/make_hcfs.hxx b/Private/Tools/make_hcfs.hxx
index 3db4a764..27a446c2 100644
--- a/Private/Tools/make_hcfs.hxx
+++ b/Private/Tools/make_hcfs.hxx
@@ -27,17 +27,3 @@ typedef struct __sDISK
uintptr_t fDiskCursor;
size_t fDiskSize;
} DISK, *PDISK;
-
-#define PACKED __attribute__((packed))
-
-typedef struct HCFSBTree final {
- wchar_t fCatalogName[255];
- struct {
- uint64_t fDataCatalog;
- uint64_t fRsrcCatalog;
- size_t fDataCatalogSize;
- size_t fRsrcCatalogSize;
- } fCatalogData;
- struct HCFSBTree* fPrevElement;
- struct HCFSBTree* fNextElement;
-} PACKED HCFSBTree; \ No newline at end of file