mirror of
https://github.com/ipxe/ipxe
synced 2025-12-09 20:09:53 +03:00
Calculate _rom_size for the ROM prefix
This commit is contained in:
@@ -236,4 +236,5 @@ SECTIONS {
|
||||
* Values calculated to save code from doing it
|
||||
*/
|
||||
_load_size_pgh = ( _load_size / 16 );
|
||||
_rom_size = ( ( _load_size + 511 ) / 512 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user