Subversion Repositories Kolibri OS

Rev

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

Rev 837 Rev 846
Line 15... Line 15...
15
;; 08.11.2004 expand_pathz and rename (only for hd) - ATV       ;;
15
;; 08.11.2004 expand_pathz and rename (only for hd) - ATV       ;;
16
;; 20.10.2004 Makedir/Removedir (only for hd) - ATV             ;;
16
;; 20.10.2004 Makedir/Removedir (only for hd) - ATV             ;;
17
;;                                                              ;;
17
;;                                                              ;;
18
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
18
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 19... Line 19...
19
 
19
 
Line 20... Line 20...
20
$Revision: 709 $
20
$Revision: 846 $
21
 
21
 
22
 
22
 
Line 539... Line 539...
539
 
539
 
540
    mov   edi,ecx
540
    mov   edi,ecx
Line 541... Line 541...
541
    mov   esi,eax
541
    mov   esi,eax
542
 
542
 
543
    shl   esi,9
543
    shl   esi,9
544
    add   esi,RAMDISK
544
    add   esi, [_rd_base]
545
    mov   ecx,512/4
545
    mov   ecx,512/4
Line 546... Line 546...
546
;    cld
546
;    cld