File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
2226void dbgprintf (char * text ){
2327 if (fbool ("--debug" ,"-d" )){
You can’t perform that action at this time.
0 commit comments