feat: add license & legal/copyright manpage
This commit is contained in:
@@ -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.)
|
||||
@@ -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++; }
|
||||
|
||||
Reference in New Issue
Block a user