build(cmake): added TERMOS_VERSION defenition

fix(kfetch): added correct versioning in kfetch
This commit is contained in:
Karina
2026-01-29 05:03:46 +04:00
parent 3525c81d9e
commit 8a6994ebd8
4 changed files with 19 additions and 5 deletions
-1
View File
@@ -54,7 +54,6 @@ const char* fun_messages[] = {
"fuck off",
"Your GPU is now mining Ethereum for me. Thanks.",
"Your PC is locked!\n\t\t\t\tPay a fee of 0.019082006 bitcoins to a wallet 1KtoProchitalTotSosal to get decryption key!",
};
+1 -1
View File
@@ -30,7 +30,7 @@ void cmd_kfetch() {
kprintf("\n\n");
kprintf("^p %s ^!\t\t^g kernel^!@^gtermos\n^0", ascii_logo[0]);
kprintf("^p %s ^!\t\t^!-------------\n^!", ascii_logo[1]);
kprintf("^p %s ^!\t\t^gOS^!: termOS 0.0.1\n^!", ascii_logo[2]);
kprintf("^p %s ^!\t\t^gOS^!: termOS %s\n^!", ascii_logo[2], TERMOS_VERSION);
kprintf("^p %s ^!\t\t^gKernel^!: sucks\n^!", ascii_logo[3]);
kprintf("^p %s ^!\t\t^gUptime^!: %d seconds\n^!", ascii_logo[4], uptime_s);
kprintf("^p %s ^!\t\t^gShell^!: ksh\n^!", ascii_logo[5]);