Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 848 → Rev 847

/kernel/branches/kolibri_pe/detect/disks.inc
11,7 → 11,5
include 'dev_fd.inc'
include 'dev_hdcd.inc'
include 'getcache.inc'
include 'sear_par.inc'
 
; jmp __12345
include 'sear_par.inc'
;__12345:
/kernel/branches/kolibri_pe/detect/sear_par.inc
23,7 → 23,6
mov [fat32part],1
search_partitions_ide0_1:
call set_FAT32_variables
 
cmp [problem_partition],0
jne search_partitions_ide1
inc byte [DRIVE_DATA+2]
/kernel/branches/kolibri_pe/detect/dev_hdcd.inc
218,10 → 218,7
test AL,08h
jnz @@WaitHDReady
; Çàãðóçèòü êîìàíäó â ðåãèñòðû êîíòðîëëåðà
 
pushfd
cli
 
mov DX,[ATABasePortAddr]
inc DX ;ðåãèñòð "îñîáåííîñòåé"
mov AL,[ATAFeatures]
253,9 → 250,7
mov AL,[ATACommand]
inc DX ;ðåãèñòð êîìàíä
out DX,AL
 
popfd
 
sti
; Ñáðîñèòü ïðèçíàê îøèáêè
mov [DevErrorCode],0
jmp @@End_2