Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9034 → Rev 9033

/kernel/trunk/core/dll.inc
428,15 → 428,21
ret
endp
 
align 4
; @brief Allocate kernel memory and loads the specified file
; description
; allocate kernel memory and loads the specified file
;
; @param file_name Path to file
; param
; file_name= path to file
;
; @returns File image in kernel memory in `eax` and size of file in `ebx`
; retval
; eax= file image in kernel memory
; ebx= size of file
;
; @warning You must call kernel_free() to delete each file loaded by the
; load_file() function
; warging
; You mast call kernel_free() to delete each file
; loaded by the load_file() function
 
align 4
proc load_file stdcall, file_name:dword
locals
attr dd ?