banan-os/kernel
Bananymous 9ff9d679e9 Kernel: Fix text mode cursor
Apparently text mode renders cursor in the *foreground* color. My
current clear function used the same color for foreground and background
making the cursor effectively invisible.

Also cursor hiding is now done by moving the cursor off bounds (0, height)
some website I read said this to be valid even on VGA compatible cards
without disable bit.

http://www.osdever.net/FreeVGA/vga/textcur.htm
2025-04-25 02:31:33 +03:00
..
arch Kernel: Cleanup stack alignment assembly 2025-04-20 16:55:18 +03:00
font BuildSystem: building for 32-bit works now 2023-04-02 05:03:17 +03:00
include/kernel Kernel: Fix text mode cursor 2025-04-25 02:31:33 +03:00
kernel Kernel: Fix text mode cursor 2025-04-25 02:31:33 +03:00
klibc Kernel: Make mem* and str* functions weak symbols 2025-01-14 19:08:03 +02:00
CMakeLists.txt Kernel: Add support for text mode terminal 2025-04-18 02:45:06 +03:00
icxxabi.cpp Kernel: Fix cxxabi for function static variable guards 2024-07-14 01:53:50 +03:00
ubsan.cpp Kenrel: Add __builtin_unreachable support for UBSAN 2024-09-22 17:14:36 +03:00