Skip to content

Commit 763bc73

Browse files
authored
balling
1 parent 56bd418 commit 763bc73

1 file changed

Lines changed: 16 additions & 12 deletions

File tree

src/KVS/main.c

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,22 @@
66
#include "sysinfo.h"
77
#include "arg_checks.h"
88

9-
void kernver_faq(){
10-
printf(
11-
"Basic kernver FAQ: \n"
12-
"Updated: 12/28/24 1:46 PM EST\n"
13-
"------------------------------------------\n"
14-
"Kernver 0: All versions will boot\n"
15-
"Kernver 1: All versions will boot\n"
16-
"Kernver 2: Versions R112 and up will boot\n"
17-
"Kernver 3: Versions R120 and up will boot\n"
18-
"Kernver 4: Versions R125 and up will boot\n"
19-
);
20-
};
9+
void kernver_faq() {
10+
printf(
11+
"--------- KV Compatibility list ---------\n"
12+
"Last Updated: 2025-06-28 12:40 PM ET\n"
13+
"-----------------------------------------\n"
14+
"Kernver 0: Boots all versions\n"
15+
"Kernver 1: Boots all versions\n"
16+
"Kernver 2: Boots R112 and up\n"
17+
"Kernver 3: Boots R120 and up\n"
18+
"Kernver 4: Boots R125 and up\n"
19+
"Kernver 5: Boots R133* and up\n"
20+
"-----------------------------------------\n"
21+
"* Note: Some late R132 builds are Kernver 5, but hard to find.\n"
22+
);
23+
}
24+
2125

2226
void dbgprintf(char* text){
2327
if (fbool("--debug","-d")){

0 commit comments

Comments
 (0)