Subversion Repositories Kolibri OS

Rev

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

Rev 2288 Rev 3598
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
        push    10h-1
53
        movi    eax, 10h-1
54
        pop     eax
-
 
55
pvd_scan_loop:
54
pvd_scan_loop:
56
        mov     cx, 1
55
        mov     cx, 1
57
        inc     eax
56
        inc     eax
58
        mov     bx, 0x1000
57
        mov     bx, 0x1000
59
        call    read_sectors
58
        call    read_sectors