From 6926ed5c2da1e8928e14fe38ffd431fe37694fb1 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 12 Feb 2024 14:00:22 +0100 Subject: HCR-15: Loading HCoreStage2.exe into memory. Signed-off-by: Amlal El Mahrouss --- Private/FSKit/NewFS.hxx | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) (limited to 'Private/FSKit') diff --git a/Private/FSKit/NewFS.hxx b/Private/FSKit/NewFS.hxx index 784ea158..23353d91 100644 --- a/Private/FSKit/NewFS.hxx +++ b/Private/FSKit/NewFS.hxx @@ -1,21 +1,26 @@ -/* - * ======================================================== - * - * HCore - * Copyright Mahrouss Logic, all rights reserved. - * - * ======================================================== - */ +/* ------------------------------------------- + + Copyright Mahrouss Logic + + File: NewFS.hxx + Purpose: + + Revision History: + + ?/?/?: Added file (amlel) + 12/02/24: Add UUID macro for EPM and GPT partition schemes. + +------------------------------------------- */ #pragma once #include +#include #include #include /** - @brief NewFS or HCFS - HCore FileSystem. + @brief HCore File System implementation. */ #define kInvalidFork -1 @@ -26,6 +31,9 @@ #define kNewFSIdent " HCFS" #define kPadLen 16 +//! On EPM and GPT disks. +#define kNewFSUUID "DD997393-9CCE-4288-A8D5-C0FDE3908DBE" + #define kNewFSVersion 1 typedef HCore::WideChar NewCharType; -- cgit v1.2.3