Skip to content

Commit

Permalink
modified: src/kernel.c
Browse files Browse the repository at this point in the history
  • Loading branch information
343GuiltySpark-04 committed Oct 17, 2022
1 parent 8af9821 commit 848b9f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/kernel.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ void _start(void)

term_vbe(&term, fbr, font, style, back);

term_set_text_fg_rgb(&term, 0x0055FF55);

bootspace = 0;

printf("total memory: %llu\nfree memory: %llu\nused memory: %llu\nreserved memory: %llu\n", get_memory_size(), free_ram(), used_ram(), reserved_ram());
Expand Down

0 comments on commit 848b9f7

Please sign in to comment.