]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commitdiff
docs: There is only one VAR16 flag now
authorKevin O'Connor <kevin@koconnor.net>
Wed, 18 Feb 2015 17:51:18 +0000 (12:51 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 18 Feb 2015 17:52:29 +0000 (12:52 -0500)
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
docs/Memory_Model.md

index 196b57ba0e12a92c6508d0feeabb9e121d4ef1ac..0668bd8f944622e555abf4a18487934335d22b2a 100644 (file)
@@ -160,7 +160,7 @@ There are several memory areas that the SeaBIOS "runtime"
 
 * 0x0F0000-0x100000: The BIOS segment. This area is used for both
   runtime code and static variables. Space is allocated in this region
-  by either marking a global variable with VARFSEG, one of the VAR16
+  by either marking a global variable with VAR16, one of the VARFSEG
   flags, or by calling malloc_fseg() during initialization. The area
   is read-only at runtime and can be accessed from 16bit real mode,
   16bit bigreal mode, 16bit protected mode, and 32bit segmented mode