Subversion Repositories Kolibri OS

Rev

Rev 494 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. ;-------------------------------------------------------------------------
  2. ;
  3. ;    ” ©« ª®­ä¨£ãà æ¨¨
  4. ;
  5. ;
  6. ;     SPraid
  7. ;
  8. ;-------------------------------------------------------------------------
  9.  
  10. conf_file_loaded: db 0                  ; ä« £ § £à㧪¨ ª®­ä¨£ 
  11.  
  12. ; § £à㧪  ¨­¨ ä ©«  ¢ ¡¨¡«¨®â¥ªã  
  13. proc load_conf_file
  14.   pushad
  15.   invoke ini.load,.fname
  16.   mov [conf_file_loaded],byte 1
  17.   popad
  18.   ret
  19.   .fname db '%sys%/sys.conf',0
  20. endp