http://git.dujemihanovic.i2p?p=nameless-os.git;a=blobdiff;f=kernel/kernel.c;h=7b6d3543c39066879672e1b44acfc357b8a9f2d9;hp=7ac2ad72d79127aa2c942ca62a3561b3a8da9cb6;hb=3568adbeba1623a28e80fa3680a2286fd48b0ed3;hpb=9ef60208fec0c672248023d467f57eecd6e7214f;ds=inline
\n\ @@ -13,5 +15,25 @@ Feel free to mess around with the code, although I doubt it will be very interes void _start(void) { screen_clear(); - kprint(string); + /*kprint(string, 0x07);*/ + kprint("Color 0x01\n", VGA_COLOR_BLUE); + kprint("Color 0x02\n", VGA_COLOR_GREEN); + kprint("Color 0x03\n", VGA_COLOR_TEAL); + kprint("Color 0x04\n", VGA_COLOR_DARK_RED);...