build: add real version numbering
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ void panic_irq(struct ml_cpu_context *ctx, const char *fmt, ...)
|
||||
va_end(args);
|
||||
|
||||
printk("---[ kernel panic: %s", buf);
|
||||
printk("kernel: " BUILD_ID ", compiler version: " __VERSION__);
|
||||
printk("kernel: " KERNEL_VERSION ", compiler version: " __VERSION__);
|
||||
|
||||
struct task *task = get_current_task();
|
||||
struct thread *thr = get_current_thread();
|
||||
|
||||
Reference in New Issue
Block a user