From b052cb4fbb7b83c1292a3098ee7d00e9f3f3fba1 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 1 Feb 2024 08:26:34 +0100 Subject: New commit: see below. - Add Internal directory. - Add Drivers directory. - Add DDKit in Kits directory. Signed-off-by: Amlal El Mahrouss --- Internal/Tools/.gitkeep | 0 Internal/Tools/NewFSPartTool.cxx | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 Internal/Tools/.gitkeep create mode 100644 Internal/Tools/NewFSPartTool.cxx (limited to 'Internal/Tools') diff --git a/Internal/Tools/.gitkeep b/Internal/Tools/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/Internal/Tools/NewFSPartTool.cxx b/Internal/Tools/NewFSPartTool.cxx new file mode 100644 index 00000000..41bdd392 --- /dev/null +++ b/Internal/Tools/NewFSPartTool.cxx @@ -0,0 +1,26 @@ +/* ------------------------------------------- + + Copyright Mahrouss Logic + + File: MakeNewFS.cpp + Purpose: Partition a drive with a NewFS/EPM filesystem in it. + + Revision History: + + 31/01/24: Added file (amlel) + +------------------------------------------- */ + +/***********************************************************************************/ +/// @file MakeNewFS.cxx +/// @brief NewFS partition program. +/***********************************************************************************/ + +#include + +int main() { + std::cout + << "NewFSPartTool: Make a NewFS partition image from a directory!\n" + << "Copyright Mahrouss Logic, all rights reserved. (INTERNAL TOOL)\n"; + return 0; +} -- cgit v1.2.3