cpu/x86/16bit/entry16.inc: Fix typos in comment
Signed-off-by: Raul E Rangel <rrangel@chromium.org> Change-Id: I89d4d9d3a4a8a7545921dabb50f33035a090ecda Reviewed-on: https://review.coreboot.org/c/coreboot/+/40696 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
eb148d88d1
commit
fa52f31e11
|
@ -71,13 +71,13 @@ _start16bit:
|
||||||
*
|
*
|
||||||
* One way to work around this is to have the linker do the
|
* One way to work around this is to have the linker do the
|
||||||
* math instead of the assembler. This solves the very
|
* math instead of the assembler. This solves the very
|
||||||
* pratical problem of being able to write code that can
|
* practical problem of being able to write code that can
|
||||||
* be relocated.
|
* be relocated.
|
||||||
*
|
*
|
||||||
* An lgdt call before we have memory enabled cannot be
|
* An lgdt call before we have memory enabled cannot be
|
||||||
* position independent, as we cannot execute a call
|
* position independent, as we cannot execute a call
|
||||||
* instruction to get our current instruction pointer.
|
* instruction to get our current instruction pointer.
|
||||||
* So while this code is relocateable it isn't arbitrarily
|
* So while this code is relocatable it isn't arbitrarily
|
||||||
* relocatable.
|
* relocatable.
|
||||||
*
|
*
|
||||||
* The criteria for relocation have been relaxed to their
|
* The criteria for relocation have been relaxed to their
|
||||||
|
|
Loading…
Reference in New Issue