From 157210ca5a42d6a4eed7463eeacf5f4acf5f0cc0 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 17 Mar 2025 06:23:47 +0100 Subject: ADD: Lift manadatory subsystem id on PE32+ kernel image, benchmarking code too (Still WIP) Signed-off-by: Amlal El Mahrouss --- dev/Boot/src/BootThread.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'dev/Boot/src/BootThread.cc') diff --git a/dev/Boot/src/BootThread.cc b/dev/Boot/src/BootThread.cc index 93ebd9ac..8b136ba3 100644 --- a/dev/Boot/src/BootThread.cc +++ b/dev/Boot/src/BootThread.cc @@ -63,12 +63,6 @@ namespace Boot } #endif // __NE_AMD64__ || __NE_ARM64__ - if (opt_header_ptr->mSubsystem != kNeKernelSubsystem) - { - writer.Write("BootZ: Not a NeKernel Subsystem executable.\r"); - return; - } - writer.Write("BootZ: PE32+ executable detected (NeKernel Subsystem).\r"); auto numSecs = header_ptr->mNumberOfSections; -- cgit v1.2.3