summaryrefslogtreecommitdiffstats
path: root/src/kernel/kernel.C
blob: fede83f021c41dfac74768bcafd411a0b0483b24 (plain)
1
2
3
4
5
6
7
8
9
10
#include <stdint.h>
#include <kernel/console.H>

int main()
{
    printk("Welcome to the kernel!\n");
    while(1);

    return 0;
}
OpenPOWER on IntegriCloud