:: commit 8d9c116ef9053ead9800d8f2c888647d47cf10e6

mintsuki <mintsuki@protonmail.com> — 2022-10-30 12:58

parents: a5d8031a76

docs/protocol: Clarify file address alignment

diff --git a/PROTOCOL.md b/PROTOCOL.md
index a664f0ce..3ac44d7c 100644
--- a/PROTOCOL.md
+++ b/PROTOCOL.md
@@ -807,7 +807,7 @@ struct limine_file {
 ```
 
 * `revision` - Revision of the `struct limine_file` structure.
-* `address` - The address of the file.
+* `address` - The address of the file. This is always at least 4KiB aligned.
 * `size` - The size of the file.
 * `path` - The path of the file within the volume, with a leading slash.
 * `cmdline` - A command line associated with the file.
tab: 248 wrap: offon