feat/kernel: Added pre-init message
This commit is contained in:
parent
dc5d7a48b6
commit
958e95f4a3
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ void emk_entry(void)
|
||||||
/* Just halt and say nothing */
|
/* Just halt and say nothing */
|
||||||
hcf();
|
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)
|
if (!LIMINE_BASE_REVISION_SUPPORTED)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue