Subversion Repositories Kolibri OS

Rev

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

Rev 514 Rev 523
Line 1... Line 1...
1
$Revision: 514 $
1
$Revision: 523 $
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
;;                                                              ;;
3
;;                                                              ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
5
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
5
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
6
;; Distributed under terms of the GNU General Public License    ;;
6
;; Distributed under terms of the GNU General Public License    ;;
Line 379... Line 379...
379
.novesa:
379
.novesa:
380
        mov     al, 10
380
        mov     al, 10
381
@@:
381
@@:
382
        mov     [di], al
382
        mov     [di], al
383
.preboot_gr_end:
383
.preboot_gr_end:
384
; following 6 lines set variables to 1 if its current value is 0
-
 
385
        cmp     [di+preboot_dma-preboot_graph], 1
384
        cmp     [di+preboot_dma-preboot_graph], 0
-
 
385
        jnz     @f
386
        adc     [di+preboot_dma-preboot_graph], 0
386
        mov     [di+preboot_dma-preboot_graph], 3 ; DMA: defaults to none
-
 
387
@@:
-
 
388
; following 4 lines set variables to 1 if its current value is 0
387
        cmp     [di+preboot_vrrm-preboot_graph], 1
389
        cmp     [di+preboot_vrrm-preboot_graph], 1
388
        adc     [di+preboot_vrrm-preboot_graph], 0
390
        adc     [di+preboot_vrrm-preboot_graph], 0
389
        cmp     [di+preboot_device-preboot_graph], 1
391
        cmp     [di+preboot_device-preboot_graph], 1
390
        adc     [di+preboot_device-preboot_graph], 0
392
        adc     [di+preboot_device-preboot_graph], 0
391
; notify user
393
; notify user