Subversion Repositories Kolibri OS

Rev

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

Rev 314 Rev 321
Line 1494... Line 1494...
1494
     mov  [hdbase],0x170
1494
     mov  [hdbase],0x170
1495
     mov  [hdid],0x10
1495
     mov  [hdid],0x10
1496
     mov  [hdpos],4
1496
     mov  [hdpos],4
1497
;     call set_FAT32_variables
1497
;     call set_FAT32_variables
1498
   noseslhd:
1498
   noseslhd:
1499
     mov   [0xfe10],dword 0
-
 
1500
    call  reserve_hd1
1499
    call  reserve_hd1
-
 
1500
    call  reserve_hd_channel
1501
    call  clear_hd_cache
1501
    call  free_hd_channel
1502
    mov   [hd1_status],0        ; free
1502
    mov   [hd1_status],0        ; free
1503
   nosethd:
1503
   nosethd:
1504
     ret
1504
     ret
Line 1505... Line 1505...
1505
 
1505
 
Line 1512... Line 1512...
1512
     cmp  eax,8                      ; HD PARTITION
1512
     cmp  eax,8                      ; HD PARTITION
1513
     jne  nsyse8
1513
     jne  nsyse8
1514
     mov  [fat32part],ebx
1514
     mov  [fat32part],ebx
1515
;     call set_FAT32_variables
1515
;     call set_FAT32_variables
1516
    call  reserve_hd1
1516
    call  reserve_hd1
-
 
1517
    call  reserve_hd_channel
1517
    call  clear_hd_cache
1518
    call  free_hd_channel
1518
     pusha
1519
     pusha
1519
     call  choice_necessity_partition_1
1520
     call  choice_necessity_partition_1
1520
     popa
1521
     popa
1521
    mov   [hd1_status],0        ; free
1522
    mov   [hd1_status],0        ; free
1522
     ret
1523
     ret