From 144c481ed57031e69cdfdb798c42fe806050ec00 Mon Sep 17 00:00:00 2001 From: mintsuki Date: Sun, 30 Oct 2022 13:58:01 +0100 Subject: [PATCH] docs/protocol: Clarify file address alignment --- PROTOCOL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROTOCOL.md b/PROTOCOL.md index 77b36e82..296b0b9b 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -923,7 +923,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.