Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3519 → Rev 3518

/kernel/branches/Kolibri-A/trunk/kernel.asm
508,11 → 508,11
out 0xA1, al
 
; Enable interrupts in IDE controller
; mov al, 0
; mov dx, 0x3F6
; out dx, al
; mov dl, 0x76
; out dx, al
mov al, 0
mov dx, 0x3F6
out dx, al
mov dl, 0x76
out dx, al
 
;!!!!!!!!!!!!!!!!!!!!!!!!!!
include 'detect/disks.inc'
721,8 → 721,7
 
; LOAD FIRST APPLICATION
cli
if 0
<<<
 
cmp byte [BOOT_VAR+0x9030],1
jne no_load_vrr_m
 
733,8 → 732,8
sub eax,2
jz first_app_found
 
no_load_vrr_m: <<<
end if
no_load_vrr_m:
 
mov ebp, firstapp
call fs_execute_from_sysdir