From 3238ced93283a167675f20244ec9fd6310eb8002 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 2 Oct 2019 20:01:17 +0200 Subject: Finally fixed VESA auto resolution finder This was quite hard and strange but it works now! --- src/kernel/graphics/graphics.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/kernel/graphics/graphics.h') diff --git a/src/kernel/graphics/graphics.h b/src/kernel/graphics/graphics.h index e20d1ed..118fe50 100644 --- a/src/kernel/graphics/graphics.h +++ b/src/kernel/graphics/graphics.h @@ -33,6 +33,12 @@ void terminal_clear(); */ void terminal_write_string(const char *data); +/** + * Write an integer to the terminal + * @param data The integer that should be written + */ +void terminal_write_number(int data); + /** * Put a new char at the x+1 cursor position and * handle according events (e.g. overflow, linebreak) -- cgit v1.2.3