diff --git a/part4/kernel/kernel.c b/part4/kernel/kernel.c index 026379d..4a93088 100644 --- a/part4/kernel/kernel.c +++ b/part4/kernel/kernel.c @@ -74,11 +74,12 @@ extern void term_write(const char *string, size_t length) { terminal_request.response->write(main_terminal, string, length); } +/* void flushFrmbuffer(void) { asm volatile("" ::: "memory"); -} +}*/ //very very very toxic function -void clear_Txt(void) { +void clear_TxT(void) { char *space_line = " "; // 80 spaces for(size_t raw = 0; rawaddress); initTasking(); - // Fetch the first framebuffer. -// Fetch the first framebuffer. - - -// Note: we assume the framebuffer model is RGB with 32-bit pixels. - - -// Clear the screen by filling it with black. -// At this point, the entire screen is black, and all text or content is removed. doIt();