Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3760 → Rev 3762

/kernel/trunk/boot/bootcode.inc
448,6 → 448,16
.no_BAR4:
pop cx
.found:
; get Interrupt Line
mov ax, 0xB10A
mov di, 0x3c ; memory base is config register at 0x3c
push cx
int 0x1A
jc .no_Interrupt ;.nopci
; and cx, 0xFFF0 ; clear address decode type
mov [es:BOOT_IDE_INTERR_16], cx
.no_Interrupt:
pop cx
; get memory base BAR0
mov ax, 0xB10A
mov di, 0x10 ; memory base is config register at 0x10