Subversion Repositories Kolibri OS

Rev

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

Rev 3711 Rev 3785
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2011. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2011. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 3711 $
8
$Revision: 3785 $
9
 
9
 
10
 
10
 
Line 15... Line 15...
15
;******************************************************
15
;******************************************************
Line 16... Line 16...
16
 
16
 
17
;****************************************************
17
;****************************************************
18
;*                 ПОИСК HDD и CD                   *
18
;*                 ПОИСК HDD и CD                   *
-
 
19
;****************************************************
-
 
20
        cmp     [IDEContrProgrammingInterface], 0
-
 
21
        je      EndFindHDD
19
;****************************************************
22
 
20
FindHDD:
23
FindHDD:
21
        mov     [ChannelNumber], 1
24
        mov     [ChannelNumber], 1
22
        mov     [DiskNumber], 0
25
        mov     [DiskNumber], 0
23
        call    FindHDD_3
26
        call    FindHDD_3