summaryrefslogtreecommitdiffhomepage
path: root/dev/boot/modules
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-04-30 08:59:50 +0200
committerAmlal <amlal@nekernel.org>2025-04-30 08:59:50 +0200
commit40980a0c8e32a3cb650d1e5821a8ae5daa4628f4 (patch)
tree93ecd1a1da1717fb3ad034330d8aae7b51610afd /dev/boot/modules
parentbbdc9527d81cbafa74375ed108009f30e340d1b0 (diff)
kernel: filesystem+vmem: don't be verbose on the allocator when we don't need it.
details: - Reworked HeFS traversal algorithm, fixing last parts of HeFS regarding IND allocation. Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/boot/modules')
-rw-r--r--dev/boot/modules/SysChk/SysChk.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/boot/modules/SysChk/SysChk.cc b/dev/boot/modules/SysChk/SysChk.cc
index c93ef83b..1c5255fb 100644
--- a/dev/boot/modules/SysChk/SysChk.cc
+++ b/dev/boot/modules/SysChk/SysChk.cc
@@ -24,7 +24,7 @@
// Makes the compiler shut up.
#ifndef kMachineModel
#define kMachineModel "OS"
-#endif // !kMachineModel
+#endif // !kMachineModel
EXTERN_C Int32 SysChkModuleMain(Kernel::HEL::BootInfoHeader* handover) {
fw_init_efi((EfiSystemTable*) handover->f_FirmwareCustomTables[1]);