home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / alt_os / mint / mfs6011 / source / minixfs / init.s < prev    next >
Text File  |  1993-11-25  |  369b  |  10 lines

  1. | This short module is used as a 'start up module' for minixfs ,
  2. | it *must* be linked in first , this means that the -fwriteable-strings
  3. | is no longer necessary to get minix_init in the right place as this
  4. | is automatically jumped to. By linking this module in first this is
  5. | guaranteed to be the first instruction.
  6.  
  7.     .globl _init_addr
  8. _init_addr:
  9.     jmp _minix_init
  10.