FIX: cpuinfo stack overflow and add GUI tab character support

This commit is contained in:
boreddevnl
2026-04-12 19:07:08 +02:00
parent d13fca2d4a
commit 8dd756f25b
7 changed files with 187 additions and 131 deletions

View File

@@ -16,7 +16,7 @@ void get_os_info(os_info_t *info) {
const char *os_version = "26.4";
const char *os_codename = "Voyager";
const char *kernel_name = "Boredkernel";
const char *kernel_version = "4.0.0-stable";
const char *kernel_version = "4.0.1-stable";
const char *build_date = __DATE__;
const char *build_time = __TIME__;
const char *build_arch = "x86_64";