forked from KolibriOS/kolibrios
Kernel updated to 0.7.1.0
git-svn-id: svn://kolibrios.org@641 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -381,11 +381,9 @@ cfgmanager:
|
||||
@@:
|
||||
mov [di], al
|
||||
.preboot_gr_end:
|
||||
cmp [di+preboot_dma-preboot_graph], 0
|
||||
jnz @f
|
||||
mov [di+preboot_dma-preboot_graph], 3 ; DMA: defaults to none
|
||||
@@:
|
||||
; following 4 lines set variables to 1 if its current value is 0
|
||||
; following 6 lines set variables to 1 if its current value is 0
|
||||
cmp [di+preboot_dma-preboot_graph], 1
|
||||
adc [di+preboot_dma-preboot_graph], 0
|
||||
cmp [di+preboot_vrrm-preboot_graph], 1
|
||||
adc [di+preboot_vrrm-preboot_graph], 0
|
||||
cmp [di+preboot_device-preboot_graph], 1
|
||||
|
Reference in New Issue
Block a user