From da70596895d8135e08f8caac6978117697b4c021 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 18 Aug 2024 21:39:29 +0200 Subject: [REFACTOR] Improved project structure. Signed-off-by: Amlal El Mahrouss --- dev/Boot/Modules/NetBoot/Module.cxx | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 dev/Boot/Modules/NetBoot/Module.cxx (limited to 'dev/Boot/Modules/NetBoot/Module.cxx') diff --git a/dev/Boot/Modules/NetBoot/Module.cxx b/dev/Boot/Modules/NetBoot/Module.cxx deleted file mode 100644 index 9bc65eda..00000000 --- a/dev/Boot/Modules/NetBoot/Module.cxx +++ /dev/null @@ -1,25 +0,0 @@ -/* - * ======================================================== - * - * NetBoot - * Copyright ZKA Technologies., all rights reserved. - * - * ======================================================== - */ - -#include -#include - -EXTERN EfiSystemTable* ST; - -EXTERN_C Int32 ModuleMain(Void) -{ - ST->ConOut->ClearScreen(ST->ConOut); - - /// @todo - /// - Find a network drive called "\.\newoskrnl.dll" with fork 'For-NewOSLdr' in the network path. (NewFS formatted disk as well!) - /// - Download our image - /// - Boot from it. - - return kEfiOk; -} -- cgit v1.2.3