From a13e1c0911c0627184bc38f18c7fdda64447b3ad Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 23 Mar 2025 19:13:48 +0100 Subject: meta(kernel): Reworked repository's filesystem structure. Removing useless parts of the project too. Signed-off-by: Amlal El Mahrouss --- dev/Boot/Mod/SysChk/Module.cc | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 dev/Boot/Mod/SysChk/Module.cc (limited to 'dev/Boot/Mod/SysChk/Module.cc') diff --git a/dev/Boot/Mod/SysChk/Module.cc b/dev/Boot/Mod/SysChk/Module.cc deleted file mode 100644 index a5575cac..00000000 --- a/dev/Boot/Mod/SysChk/Module.cc +++ /dev/null @@ -1,36 +0,0 @@ -/* - * ======================================================== - * - * NetBoot - * Copyright (C) 2024-2025, Amlal EL Mahrouss, all rights reserved. - * - * ======================================================== - */ - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -EXTERN_C Int32 ModuleMain(NeOS::HEL::BootInfoHeader* handover) -{ -#ifdef __NE_AMD64__ - Boot::BDiskFormatFactory partition_factory; - - if (partition_factory.IsPartitionValid()) - return kEfiOk; - - return kEfiFail; -#else - return kEfiOk; -#endif -} -- cgit v1.2.3