diff options
| author | Ada Christine <adachristine18@gmail.com> | 2025-01-23 00:24:57 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2025-01-23 00:24:57 +0000 |
| commit | d855c0a219a180497c2e50f9bc19bfce69b937a6 (patch) | |
| tree | 1ff8523d41b222fb356fb3404d2a53c26a7d6a3d /service/config.h | |
| parent | edd52bd1464ee9ae4f0cdf7ff90a20ca175580fe (diff) | |
it printfs with the efi interface
Diffstat (limited to 'service/config.h')
| -rw-r--r-- | service/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
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"; + |
