refactor: more compact log message
[lunaix-os.git] / lunaix-os / kernel / tty / tty.c
index f197559e8b6a41607180bdea361c1e83dcfcbba1..b8631b6482c935cf313702746ac045033caa87a3 100644 (file)
@@ -6,7 +6,7 @@
 #include <lunaix/tty/tty.h>
 #include <stdint.h>
 
-vga_attribute* tty_vga_buffer = (vga_attribute*)VGA_BUFFER_PADDR;
+vga_attribute* tty_vga_buffer;
 
 vga_attribute tty_theme_color = VGA_COLOR_BLACK;