Explorar el Código

Calculate _rom_size for the ROM prefix

tags/v0.9.3
Michael Brown hace 18 años
padre
commit
46253ba618
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/arch/i386/scripts/i386.lds

+ 1
- 0
src/arch/i386/scripts/i386.lds Ver fichero

@@ -236,4 +236,5 @@ SECTIONS {
236 236
      * Values calculated to save code from doing it
237 237
      */
238 238
     _load_size_pgh	= ( _load_size / 16 );
239
+    _rom_size		= ( ( _load_size + 511 ) / 512 );
239 240
 }

Loading…
Cancelar
Guardar