Changeset 97
- Timestamp:
- Apr 8, 2017, 12:26:47 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/airboot.asm
r96 r97 2060 2060 ; 2061 2061 ORIGIN % (image_size) 2062 2063 2062 image_end: 2064 2063 2065 2064 ; … … 2408 2407 CurrentSS dw ? 2409 2408 2410 2411 2412 2409 ; 2413 2410 ; End of BSS segment. 2414 2411 ; 2415 2412 eobss: 2413 2414 ; 2415 ; Total RAM occupied, including BSS. 2416 ; BASE is 8000:0000, LIMIT is 8000:FFFF. 2417 ; Note that the LDRIMAGE is of constant size, 7C00h = 62 sectors of 512 bytes. 2418 ; 2419 resident_size = (offset eobss + image_size) 2416 2420 2417 2421 ;
Note:
See TracChangeset
for help on using the changeset viewer.