1
0
Fork 0

feat/kernel: Added pre-init message

This commit is contained in:
Kevin Alavik 2025-05-14 14:26:08 +02:00
parent dc5d7a48b6
commit 958e95f4a3
Signed by: cmpsb
GPG key ID: 10D1CC0526FDC6D7

View file

@ -19,6 +19,8 @@ void emk_entry(void)
/* Just halt and say nothing */
hcf();
}
log_early("Experimental Micro Kernel (EMK) 1.0 Copytright (c) 2025 Piraterna");
log_early("Compiled at %s %s", __TIME__, __DATE__);
if (!LIMINE_BASE_REVISION_SUPPORTED)
{