Add slick banner on boot

This commit is contained in:
Imbus 2025-09-02 03:07:52 +02:00
parent 6bbaec0294
commit f52f670eca
2 changed files with 50 additions and 2 deletions

View file

@ -1,3 +1,4 @@
#include <banner.h>
#include <config.h>
#include <kalloc.h>
#include <memory.h>
@ -40,8 +41,7 @@ void start() {
/* Here we will do a bunch of initialization steps */
kalloc_init();
spinlock_init(&sl);
kprintf("Hello Neptune!\n");
for (int i = 0; i < banner_len; i++) uart_putc(banner[i]);
__sync_synchronize();
hold = 0;
} else {