mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 02:52:36 +03:00
Allow access to variables in .text16 as well as .data16. Chained
interrupt vectors, for example, will be easiest to handle if placed in .text16.
This commit is contained in:
@@ -80,6 +80,9 @@ typedef struct {
|
||||
* return foo;
|
||||
* }
|
||||
*
|
||||
* Variables may also be placed in .text16 using __text16 and
|
||||
* __use_text16. Some variables (e.g. chained interrupt vectors) fit
|
||||
* most naturally in .text16; most should be in .data16.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user