diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2013-09-14 12:38:56 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-09-18 20:48:33 -0400 |
commit | 490797e851af64481a998b80072554b75009483c (patch) | |
tree | 611a681620987be222de848ed04e90530f38c378 /README | |
parent | 0db698888c0f21f7fc72159f765257774bb304d8 (diff) | |
download | seabios-490797e851af64481a998b80072554b75009483c.tar.gz |
readme: Minor - fix typo in readme.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ Most BIOS variables are stored in global variables, the "BDA", or macros (GET/SET_GLOBAL, GET/SET_BDA, and GET/SET_EBDA) are available to simplify these accesses. Also, an area in the 0xc0000-0xf0000 memory range is made available for internal BIOS run-time variables -that are marked iwth the VARLOW attribute. These variables can then +that are marked with the VARLOW attribute. These variables can then be accessed with the GET/SET_LOW macros. Global variables defined in the C code can be read in 16bit mode if |