Subversion Repositories Kolibri OS

Rev

Rev 8091 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8091 Rev 10016
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2016. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2016. All rights reserved. ;;
4
;;  Distributed under terms of the GNU General Public License.  ;;
4
;;  Distributed under terms of the GNU General Public License.  ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 8091 $
8
$Revision: 10016 $
9
 
9
 
10
iglobal
10
iglobal
11
full_file_name_table    dd  sysdir_name
11
full_file_name_table    dd  sysdir_name
Line 69... Line 69...
69
        popad
69
        popad
70
        cmp     [edx], dword 'MENU'
70
        cmp     [edx], dword 'MENU'
71
        jne     .next_cd
71
        jne     .next_cd
72
@@:
72
@@:
73
        ret
73
        ret
74
end if
-
 
Line 75... Line 74...
75
 
74
 
76
.hard_disk:
75
.hard_disk:
77
        sub     al, '1'
76
        sub     al, '1'
78
        mov     [ecx], dword 'HD?/'
77
        mov     [ecx], dword 'HD?/'
79
        mov     [ecx+2], byte al
78
        mov     [ecx+2], byte al
80
        mov     [ecx+4], byte ah
79
        mov     [ecx+4], byte ah
81
        mov     [ecx+5], dword '/KOL'
80
        mov     [ecx+5], dword '/KOL'
82
        mov     [ecx+9], dword 'IBRI'
81
        mov     [ecx+9], dword 'IBRI'
83
        mov     [ecx+13], byte 0
82
        mov     [ecx+13], byte 0
-
 
83
        ret
-
 
84
end if
84
        ret
85
 
Line 85... Line 86...
85
endp
86
endp
86
 
87
 
87
cp866toUpper:
88
cp866toUpper: