Subversion Repositories Kolibri OS

Rev

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

Rev 4418 Rev 4453
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. 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: 4418 $
8
$Revision: 4453 $
9
 
9
 
10
iglobal
10
iglobal
11
  szKernel            db 'KERNEL', 0
11
  szKernel            db 'KERNEL', 0
Line 120... Line 120...
120
          NET_remove_device,     'NetUnRegDev',        \
120
          NET_remove_device,     'NetUnRegDev',        \
121
          NET_ptr_to_num,        'NetPtrToNum',        \
121
          NET_ptr_to_num,        'NetPtrToNum',        \
122
          NET_link_changed,      'NetLinkChanged',     \
122
          NET_link_changed,      'NetLinkChanged',     \
123
          ETH_input,             'Eth_input',          \
123
          ETH_input,             'Eth_input',          \
124
\
124
\
-
 
125
          get_pcidev_list,       'GetPCIList',         \
-
 
126
\
125
          0,                     'LFBAddress' ; must be the last one
127
          0,                     'LFBAddress' ; must be the last one
126
load kernel_exports_count dword from __exports + 24
128
load kernel_exports_count dword from __exports + 24
127
load kernel_exports_addresses dword from __exports + 28
129
load kernel_exports_addresses dword from __exports + 28
128
exp_lfb = OS_BASE + kernel_exports_addresses + (kernel_exports_count - 1) * 4 - 4
130
exp_lfb = OS_BASE + kernel_exports_addresses + (kernel_exports_count - 1) * 4 - 4