home *** CD-ROM | disk | FTP | other *** search
/ The Don Maslin Archive / maslin_archive.zip / AARDVARK_Tape_Backups / 25jul96 / sydex / roms / roms < prev    next >
Text File  |  1994-10-23  |  879b  |  18 lines

  1. ===========================================================================
  2.  BBS: The Home of Sydex, Inc. BBS
  3. Date: 10-22-94 (09:54)             Number: 10300
  4. From: SYSOP                        Refer#: 10296
  5.   To: TED DECASTRO                  Recvd: YES 
  6. Subj: roms                           Conf: (1) General
  7. ---------------------------------------------------------------------------
  8. THe FC32 ROM in particular, and some other adapter ROMs also use only
  9. part of the available ROM space for program storage.  The way you figure
  10. the actual size of a ROM BIOS extension is to look at the first three
  11. bytes of the ROM.  They'll start out with 55 AA xx, and the "xx" is what
  12. you want to look at.  This value indicates the actual code size in
  13. 512-byte blocks.  Thus 55 AA 04 would indicate a 2K code size.
  14.  
  15. Yes--my checksumming program looks at these bytes.
  16.  
  17. Chuck
  18.