Subversion Repositories Kolibri OS

Rev

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

Rev 3712 Rev 3760
Line 9... Line 9...
9
;;  KolibriOS 16-bit loader,                                    ;;
9
;;  KolibriOS 16-bit loader,                                    ;;
10
;;                        based on bootcode for MenuetOS        ;;
10
;;                        based on bootcode for MenuetOS        ;;
11
;;                                                              ;;
11
;;                                                              ;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
$Revision: 3712 $
14
$Revision: 3760 $
15
 
15
 
16
 
16
 
Line 729... Line 729...
729
        cmp     al, 13
729
        cmp     al, 13
730
        jz      .continue
730
        jz      .continue
731
        or      al, 20h
731
        or      al, 20h
732
        cmp     al, 'a'
732
        cmp     al, 'a'
733
        jz      .change_a
733
        jz      .change_a
-
 
734
        cmp     al, 'q'         ; Trick to make 'A' key on azerty keyboard work
-
 
735
        je      .change_a
734
        cmp     al, 'b'
736
        cmp     al, 'b'
735
        jz      .change_b
737
        jz      .change_b
736
;        cmp     al, 'c'
738
;        cmp     al, 'c'
737
;        jz      .change_c
739
;        jz      .change_c
738
        cmp     al, 'c'         ; 'd'
740
        cmp     al, 'c'         ; 'd'