mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-03 21:52:39 +03:00
Merge pull request #169 from NateDogg1232/patch-1
Specify the starting index of revision numbers
This commit is contained in:
commit
7430cb9ac9
@ -44,7 +44,7 @@ bootloader will scan for inside the executable file to find requests. Requests
|
||||
may be located anywhere inside the executable as long as they are 8-byte
|
||||
aligned. There may only be 1 of the same request. The bootloader will refuse
|
||||
to boot an executable with multiple of the same request IDs. Alternatively, it is possible to provide a list of requests explicitly via an executable file section. See "Limine Requests Section".
|
||||
* `revision` - The revision of the request that the kernel provides. This is
|
||||
* `revision` - The revision of the request that the kernel provides. This starts at 0 and is
|
||||
bumped whenever new members or functionality are added to the request structure.
|
||||
Bootloaders process requests in a backwards compatible manner, *always*. This
|
||||
means that if the bootloader does not support the revision of the request,
|
||||
|
Loading…
Reference in New Issue
Block a user