summaryrefslogtreecommitdiffhomepage
path: root/dev/boot/modules/SysChk
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-04-22 22:11:14 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-04-22 22:11:14 +0200
commitd67240d20d1d4bbe33134e640fd632cfd5fc6795 (patch)
tree999395dbf586a8cb704376024de60f7d80f21f4e /dev/boot/modules/SysChk
parent70756582de9f79eb2961c7aa91f1b0cdfe11cfc4 (diff)
dev, kernel: WiP changes done to kernel and SysChk module.
- Getting SysChk to work again. - Refactor scheduler. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/boot/modules/SysChk')
-rw-r--r--dev/boot/modules/SysChk/SysChk.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/boot/modules/SysChk/SysChk.cc b/dev/boot/modules/SysChk/SysChk.cc
index 1b1de6f4..9bdeb38d 100644
--- a/dev/boot/modules/SysChk/SysChk.cc
+++ b/dev/boot/modules/SysChk/SysChk.cc
@@ -31,6 +31,8 @@ EXTERN_C Int32 SysChkModuleMain(Kernel::HEL::BootInfoHeader* handover)
NE_UNUSED(handover);
#if defined(__ATA_PIO__)
+ fw_init_efi((EfiSystemTable*)handover->f_FirmwareCustomTables[1]);
+
Boot::BootTextWriter writer;
Boot::BDiskFormatFactory<BootDeviceATA> partition_factory;