Subversion Repositories Kolibri OS

Rev

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

Rev 523 Rev 545
Line 1... Line 1...
1
$Revision: 523 $
1
$Revision: 545 $
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 454... Line 454...
454
        cmp     [preboot_vrrm], 1
454
        cmp     [preboot_vrrm], 1
455
        call    .say_on_off
455
        call    .say_on_off
456
        mov     si, preboot_device_msg
456
        mov     si, preboot_device_msg
457
        call    print
457
        call    print
458
        mov     al, [preboot_device]
458
        mov     al, [preboot_device]
459
        and     eax, 3
459
        and     eax, 7
460
        mov     si, [preboot_device_msgs+eax*2]
460
        mov     si, [preboot_device_msgs+eax*2]
461
        call    printplain
461
        call    printplain
462
.wait:
462
.wait:
463
        _setcursor 25,0         ; out of screen
463
        _setcursor 25,0         ; out of screen
464
; set timer interrupt handler
464
; set timer interrupt handler
Line 497... Line 497...
497
        cmp     al, 'd'
497
        cmp     al, 'd'
498
        jnz     .wait
498
        jnz     .wait
499
        _setcursor 15,0
499
        _setcursor 15,0
500
        mov     si, bdev
500
        mov     si, bdev
501
        call    print
501
        call    print
502
        mov     bx, '13'
502
        mov     bx, '14'
503
        call    getkey
503
        call    getkey
504
        mov     [preboot_device], al
504
        mov     [preboot_device], al
505
        _setcursor 13,0
505
        _setcursor 13,0
506
.d:
506
.d:
507
        mov     [.bSettingsChanged], 1
507
        mov     [.bSettingsChanged], 1