feat: add license & legal/copyright manpage

This commit is contained in:
2026-02-18 15:31:26 +01:00
parent 03abe9a910
commit 116262a4b6
4 changed files with 10 additions and 13 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ extern "C" void _start() {
handle = zenith::open(path);
if (handle >= 0) foundSection = section;
} else {
for (int s = 1; s <= 3; s++) {
for (int s = 1; s <= 9; s++) {
const char* prefix = "0:/man/";
int p = 0;
while (prefix[p]) { path[p] = prefix[p]; p++; }