From 7ac571809a6ae6eca3eca3c07a1283b53e082c46 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Thu, 30 Oct 2025 22:43:59 +0100 Subject: [PATCH] Formatting --- config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.h b/config.h index e0fa918..f08ca84 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,6 @@ #ifndef KERNEL_CONFIG_H #define KERNEL_CONFIG_H + /* * Number of CPU's For now, this is hard-coded here. It will likely be * dynamically discovered in the future.