docs/protocol: Clarify file address alignment

This commit is contained in:
mintsuki 2022-10-30 13:58:01 +01:00
parent 7e403e0059
commit 144c481ed5
1 changed files with 1 additions and 1 deletions

View File

@ -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.