Subversion Repositories Kolibri OS

Rev

Rev 3598 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3598 Rev 8091
Line 48... Line 48...
48
        test    cl, 1
48
        test    cl, 1
49
        jz      err_
49
        jz      err_
50
; get file system information
50
; get file system information
51
; scan for Primary Volume Descriptor
51
; scan for Primary Volume Descriptor
52
        db      66h
52
        db      66h
53
        movi    eax, 10h-1
53
        push    10h-1
-
 
54
        pop     eax
54
pvd_scan_loop:
55
pvd_scan_loop:
55
        mov     cx, 1
56
        mov     cx, 1
56
        inc     eax
57
        inc     eax
57
        mov     bx, 0x1000
58
        mov     bx, 0x1000
58
        call    read_sectors
59
        call    read_sectors