david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Calculate _rom_size for the ROM prefix

This commit is contained in:
Michael Brown 2006-06-06 15:29:39 +00:00
parent 8d0c5f3302
commit 46253ba618
1 changed files with 1 additions and 0 deletions

View File

@ -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 );
}