From d855c0a219a180497c2e50f9bc19bfce69b937a6 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Thu, 23 Jan 2025 00:24:57 +0000 Subject: it printfs with the efi interface --- service/config.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 service/config.h (limited to 'service/config.h') diff --git a/service/config.h b/service/config.h new file mode 100644 index 0000000..18aa6f8 --- /dev/null +++ b/service/config.h @@ -0,0 +1,6 @@ +#pragma once + +#define KJARNA_REVISION 2 + +const char * const HAL_PATH = "/system/kernel.os"; + -- cgit v1.3.1-1-g115d