Subversion Repositories Kolibri OS

Rev

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

Rev 5201 Rev 5565
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. 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: 5201 $
8
$Revision: 5565 $
Line 9... Line 9...
9
 
9
 
Line 40... Line 40...
40
        stdcall kernel_alloc, edx
40
        stdcall kernel_alloc, edx
41
        test    eax, eax
41
        test    eax, eax
42
        jz      .cleanup
42
        jz      .cleanup
Line 43... Line 43...
43
 
43
 
-
 
44
        mov     [base], eax
Line 44... Line 45...
44
        mov     [base], eax
45
        DEBUGF 1,'K : driver %s mapped to %x\n',[file_name],[base]
45
 
46
 
46
        push    ebx ebp
47
        push    ebx ebp
47
        mov     ebx, [image]
48
        mov     ebx, [image]