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

int main()
{
    printk("Booting Chenoo kernel...\n");
    while(1);

    return 0;
}
OpenPOWER on IntegriCloud