From c8b5a4cc2981c4fd8987b7f048380a13d80981fd Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 2 Feb 2024 10:09:27 +0100 Subject: See below. - Pack NewFS data structures. - Add README.TXT in /Drivers/ - Move /Internals/Tools in just /Tools. Signed-off-by: Amlal El Mahrouss --- Tools/.gitkeep | 0 Tools/PartTool.cxx | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 Tools/.gitkeep create mode 100644 Tools/PartTool.cxx (limited to 'Tools') diff --git a/Tools/.gitkeep b/Tools/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/Tools/PartTool.cxx b/Tools/PartTool.cxx new file mode 100644 index 00000000..df40ae3c --- /dev/null +++ b/Tools/PartTool.cxx @@ -0,0 +1,27 @@ +/* ------------------------------------------- + + 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 + << "PartTool: build a NewFS partition image from a directory!\n" + << "Copyright Mahrouss Logic, all rights reserved. (INTERNAL TOOL)\n"; + + return 0; +} -- cgit v1.2.3