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
+7
View File
@@ -0,0 +1,7 @@
.TH LEGAL 7
.SH NAME
ZenithOS legal/copyright information
.SH DESCRIPTION
Copyright (c) 2025-2026 Daniel Hammer, et al.
(including contributors to other projects, i.e. The Limine Bootloader. Please refer to any other project's own license.)
+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++; }