1
0
Fork 0

feat/kernel: Made it print out which CPU is ticking

This commit is contained in:
Kevin Alavik 2025-06-01 14:29:48 +02:00
parent 85e2eaf376
commit c15b93e001
Signed by: cmpsb
GPG key ID: 10D1CC0526FDC6D7

View file

@ -69,7 +69,7 @@ struct flanterm_context *ft_ctx = NULL;
void tick(struct register_ctx *) void tick(struct register_ctx *)
{ {
log_early("tick"); log_early("tick on CPU %d", get_cpu_local()->cpu_index);
} }
void emk_entry(void) void emk_entry(void)