From e2bbec91d70847cc5a2ff67eb84ca4a3c2d03e85 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 4 Feb 2024 10:59:24 +0100 Subject: Kernel: Depend less on NewFS, add support for FileSystem protocol in NewBoot. Signed-off-by: Amlal El Mahrouss --- Private/Source/HError.cxx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Private/Source/HError.cxx (limited to 'Private/Source/HError.cxx') diff --git a/Private/Source/HError.cxx b/Private/Source/HError.cxx new file mode 100644 index 00000000..000843df --- /dev/null +++ b/Private/Source/HError.cxx @@ -0,0 +1,10 @@ +/* + * ======================================================== + * + * HCore + * Copyright Mahrouss Logic, all rights reserved. + * + * ======================================================== + */ + +#include -- cgit v1.2.3