Add slick banner on boot
This commit is contained in:
parent
6bbaec0294
commit
f52f670eca
2 changed files with 50 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue