:: commit d247a8a1706444bb95073fd985351fcaa95be2a2

Mintsuki <mintsuki@protonmail.com> — 2025-03-11 22:02

parents: 36a20e0ee0

docs: Rename PHILOSOPHY.md to FAQ.md

diff --git a/PHILOSOPHY.md b/FAQ.md
similarity index 98%
rename from PHILOSOPHY.md
rename to FAQ.md
index 4babc183..e6ff8d77 100644
--- a/PHILOSOPHY.md
+++ b/FAQ.md
@@ -1,4 +1,4 @@
-# Limine's Design Philosophy
+# Frequently Asked Questions
 
 ### Why not support filesystem X or feature Y? (eg: LUKS, LVM)
 
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 8c5b075c..56b72dba 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -139,7 +139,7 @@ install: all
 	$(INSTALL_DATA) '$(call SHESCAPE,$(SRCDIR))/3RDPARTY.md' '$(call SHESCAPE,$(DESTDIR)$(docdir))/'
 	$(INSTALL_DATA) '$(call SHESCAPE,$(SRCDIR))/CONFIG.md' '$(call SHESCAPE,$(DESTDIR)$(docdir))/'
 	$(INSTALL_DATA) '$(call SHESCAPE,$(SRCDIR))/PROTOCOL.md' '$(call SHESCAPE,$(DESTDIR)$(docdir))/'
-	$(INSTALL_DATA) '$(call SHESCAPE,$(SRCDIR))/PHILOSOPHY.md' '$(call SHESCAPE,$(DESTDIR)$(docdir))/'
+	$(INSTALL_DATA) '$(call SHESCAPE,$(SRCDIR))/FAQ.md' '$(call SHESCAPE,$(DESTDIR)$(docdir))/'
 	$(INSTALL_DATA) '$(call SHESCAPE,$(SRCDIR))/USAGE.md' '$(call SHESCAPE,$(DESTDIR)$(docdir))/'
 	$(INSTALL) -d '$(call SHESCAPE,$(DESTDIR)$(mandir))/man1'
 	$(INSTALL_DATA) '$(call SHESCAPE,$(BUILDDIR))/man/man1/limine.1' '$(call SHESCAPE,$(DESTDIR)$(mandir))/man1/'
@@ -187,7 +187,7 @@ uninstall:
 	rm -f '$(call SHESCAPE,$(DESTDIR)$(docdir))/3RDPARTY.md'
 	rm -f '$(call SHESCAPE,$(DESTDIR)$(docdir))/CONFIG.md'
 	rm -f '$(call SHESCAPE,$(DESTDIR)$(docdir))/PROTOCOL.md'
-	rm -f '$(call SHESCAPE,$(DESTDIR)$(docdir))/PHILOSOPHY.md'
+	rm -f '$(call SHESCAPE,$(DESTDIR)$(docdir))/FAQ.md'
 	rm -f '$(call SHESCAPE,$(DESTDIR)$(docdir))/USAGE.md'
 	rm -f '$(call SHESCAPE,$(DESTDIR)$(mandir))/man1/limine.1'
 	rm -f '$(call SHESCAPE,$(DESTDIR)$(bindir))/limine'
diff --git a/README.md b/README.md
index 8615e57f..75477b38 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ We have a Matrix room at `#limine:matrix.org` (preferred), and a [Discord server
 * FAT12/16/32
 * ISO9660 (CDs/DVDs)
 
-If your filesystem isn't listed here, please read [the philosophy](PHILOSOPHY.md) first, especially before
+If your filesystem isn't listed here, please read [the FAQ](FAQ.md) first, especially before
 opening issues or pull requests related to this.
 
 ### Minimum system requirements
diff --git a/USAGE.md b/USAGE.md
index b82626d4..26024f20 100644
--- a/USAGE.md
+++ b/USAGE.md
@@ -15,7 +15,7 @@ Limine can be booted with secure boot if the executable is signed and the key us
 sign it is added to the firmware's keychain. This should be done in combination with enrolling
 the BLAKE2B hash of the Limine config file into the Limine EFI executable image itself for
 verification purposes.
-For more information see the `limine enroll-config` program and [the philosophy](PHILOSOPHY.md).
+For more information see the `limine enroll-config` program and [the FAQ](FAQ.md).
 
 ### BIOS/MBR
 In order to install Limine on a MBR device (which can just be a raw image file),
tab: 248 wrap: offon