Subversion Repositories Kolibri OS

Rev

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

Rev 837 Rev 848
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2008. 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: 709 $
8
$Revision: 848 $
9
 
9
 
10
 
10
 
Line 21... Line 21...
21
        mov   [hdid],0x0
21
        mov   [hdid],0x0
22
        mov   [hdpos],1
22
        mov   [hdpos],1
23
      mov  [fat32part],1
23
      mov  [fat32part],1
24
 search_partitions_ide0_1:
24
 search_partitions_ide0_1:
25
      call  set_FAT32_variables
25
      call  set_FAT32_variables
-
 
26
 
26
      cmp   [problem_partition],0
27
      cmp   [problem_partition],0
27
      jne   search_partitions_ide1
28
      jne   search_partitions_ide1
28
      inc   byte [DRIVE_DATA+2]
29
      inc   byte [DRIVE_DATA+2]
29
      call  partition_data_transfer
30
      call  partition_data_transfer
30
      add   [transfer_adress],100
31
      add   [transfer_adress],100