Subversion Repositories Kolibri OS

Rev

Rev 1999 | Rev 4602 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1999 Rev 4095
Line 236... Line 236...
236
   .mode           dd 0            ; read file
236
   .mode           dd 0            ; read file
237
   .start_block    dd 0            ; block to read
237
   .start_block    dd 0            ; block to read
238
                   dd 0
238
                   dd 0
239
   .blocks         dd 16*512       ; 16*512 bytes max
239
   .blocks         dd 16*512       ; 16*512 bytes max
240
   .address        dd file_data
240
   .address        dd file_data
241
   db "AUTORUN.DAT",0
241
   db "/SYS/SETTINGS/AUTORUN.DAT",0
Line 242... Line 242...
242
 
242
 
243
 start_info:
243
 start_info:
244
   .mode           dd 7
244
   .mode           dd 7
245
                   dd 0
245
                   dd 0