Merge pull request #314 from iProgramMC/fix-typo-in-protocol-1

limine: Fix a small typo error in PROTOCOL.md
This commit is contained in:
ミンツキ 2023-10-28 20:03:13 +02:00 committed by GitHub
commit 7cd46f3d26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -168,8 +168,8 @@ everything is mapped with `PBMT=PMA`).
### x86-64 ### x86-64
`rip` will be the entry point as defined as part of the executable file format, `rip` will be the entry point as defined as part of the executable file format,
unless the an Entry Point feature is requested (see below), in which case, unless an Entry Point feature is requested (see below), in which case, the value
the value of `rip` is going to be taken from there. of `rip` is going to be taken from there.
At entry all segment registers are loaded as 64 bit code/data segments, limits At entry all segment registers are loaded as 64 bit code/data segments, limits
and bases are ignored since this is 64-bit mode. and bases are ignored since this is 64-bit mode.