Subversion Repositories Kolibri OS

Rev

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

Rev 419 Rev 438
Line -... Line 1...
-
 
1
$Revision: 438 $
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
3
;;                                                                      ;;
-
 
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
-
 
5
;; Distributed under terms of the GNU General Public License    ;;
2
;;                                                                      ;;
6
;;                                                              ;;
3
;; RAMDISK functions                                                    ;;
7
;; RAMDISK functions                                                    ;;
4
;; (C) 2004 Ville Turjanmaa, License: GPL                               ;;
8
;; (C) 2004 Ville Turjanmaa, License: GPL                               ;;
5
;; Addings by M.Lisovin                                                 ;;
9
;; Addings by M.Lisovin                                                 ;;
6
;; LFN support by diamond                                               ;;
10
;; LFN support by diamond                                               ;;
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
11
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 8... Line 12...
8
 
12
 
Line 9... Line 13...
9
; calculate fat chain
13
; calculate fat chain
Line 1871... Line 1875...
1871
        mov     dword [edi-32+4], '    '
1875
        mov     dword [edi-32+4], '    '
1872
        mov     dword [edi-32+8], '    '
1876
        mov     dword [edi-32+8], '    '
1873
        mov     byte [edi-32+11], 10h
1877
        mov     byte [edi-32+11], 10h
1874
        mov     eax, [esp+16+8]
1878
        mov     eax, [esp+16+8]
1875
        mov     word [edi-32+26], ax
1879
        mov     word [edi-32+26], ax
-
 
1880
        xor     eax, eax
-
 
1881
        mov     ecx, (512-32*2)/4
-
 
1882
        rep     stosd
1876
        pop     edi edi ecx edx
1883
        pop     edi edi ecx edx
1877
        add     esp, 20
1884
        add     esp, 20
1878
        popad
1885
        popad
1879
        xor     eax, eax
1886
        xor     eax, eax
1880
        xor     ebx, ebx
1887
        xor     ebx, ebx