Subversion Repositories Kolibri OS

Rev

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

Rev 6263 Rev 6590
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. 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: 6263 $
8
$Revision: 6590 $
9
 
9
 
10
 align 4
10
 align 4
11
__exports:
11
__exports:
Line 128... Line 128...
128
          net_buff_alloc,        'NetAlloc',           \
128
          net_buff_alloc,        'NetAlloc',           \
129
          net_buff_free,         'NetFree',            \
129
          net_buff_free,         'NetFree',            \
130
\
130
\
131
          get_pcidev_list,       'GetPCIList',         \
131
          get_pcidev_list,       'GetPCIList',         \
132
\
132
\
-
 
133
          acpi_get_root_ptr,     'AcpiGetRootPtr',     \
-
 
134
\
133
          0,                     'LFBAddress' ; must be the last one
135
          0,                     'LFBAddress' ; must be the last one
134
load kernel_exports_count dword from __exports + 24
136
load kernel_exports_count dword from __exports + 24
135
load kernel_exports_addresses dword from __exports + 28
137
load kernel_exports_addresses dword from __exports + 28
136
exp_lfb = OS_BASE + kernel_exports_addresses + (kernel_exports_count - 1) * 4 - 4
138
exp_lfb = OS_BASE + kernel_exports_addresses + (kernel_exports_count - 1) * 4 - 4