From 58ec3282634ccf75006043017ceacffed9a4533c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 23 Aug 2024 15:26:33 +0200 Subject: [IMP] BootScr module, manage boot driver (TODO need a UI toolkit for it) [IMP] Made NetBoot compilable as well. [IMP] Fix Thread loader to be able to load other executables. [REFACTOR] __NEWOS_ to __ZKA_ refactor. [WIP] Fixing catalog which can't be fetched again after being written. Signed-off-by: Amlal El Mahrouss --- dev/ZBA/Modules/BootScr/Module.cxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'dev/ZBA/Modules/BootScr/Module.cxx') diff --git a/dev/ZBA/Modules/BootScr/Module.cxx b/dev/ZBA/Modules/BootScr/Module.cxx index 11bbb6c0..15758599 100644 --- a/dev/ZBA/Modules/BootScr/Module.cxx +++ b/dev/ZBA/Modules/BootScr/Module.cxx @@ -9,11 +9,7 @@ #include -EXTERN EfiSystemTable* ST; - -EXTERN_C Int32 ModuleMain(Void) +EXTERN_C Int32 main(Kernel::HEL::HandoverInformationHeader* Handover) { - ST->ConOut->ClearScreen(ST->ConOut); - return kEfiOk; } -- cgit v1.2.3