From 06be6d65bb71152be8a28d7bb6b1028b5a588654 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 28 Jan 2024 16:26:33 +0100 Subject: NewKernel: Final things are getting done for the first prototype. NewBoot: Add ARM64 to HEL. SPEC: Update it to include NewFS into it. Signed-off-by: Amlal El Mahrouss --- Private/Source/MeBus/Database.cpp | 10 ---------- Private/Source/MeBus/Database.cxx | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 Private/Source/MeBus/Database.cpp create mode 100644 Private/Source/MeBus/Database.cxx (limited to 'Private/Source/MeBus') diff --git a/Private/Source/MeBus/Database.cpp b/Private/Source/MeBus/Database.cpp deleted file mode 100644 index 3c7594d5..00000000 --- a/Private/Source/MeBus/Database.cpp +++ /dev/null @@ -1,10 +0,0 @@ -/* - * ======================================================== - * - * hCore - * Copyright 2024 Mahrouss Logic, all rights reserved. - * - * ======================================================== - */ - -//! Add this unit to compilation. diff --git a/Private/Source/MeBus/Database.cxx b/Private/Source/MeBus/Database.cxx new file mode 100644 index 00000000..3c7594d5 --- /dev/null +++ b/Private/Source/MeBus/Database.cxx @@ -0,0 +1,10 @@ +/* + * ======================================================== + * + * hCore + * Copyright 2024 Mahrouss Logic, all rights reserved. + * + * ======================================================== + */ + +//! Add this unit to compilation. -- cgit v1.2.3