Changed 'revision' keyword to 'Revision', which is correct

Renamed 'lib_func.inc' to 'imports.inc'
Translated several Russian comments to English, but not all. Let's be serious, guys

git-svn-id: svn://kolibrios.org@530 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Mihail Semenyako (mike.dld) 2007-05-30 22:50:18 +00:00
parent 93e66701fb
commit 957ae391e2
5 changed files with 6 additions and 16 deletions

View File

@ -383,4 +383,4 @@ _net_up:
mov eax,52 mov eax,52
mov ebx,2 mov ebx,2
int 0x40 int 0x40
ret ret

View File

@ -1,12 +1,7 @@
$Revision$ $Revision$
;============================================================================ ;============================================================================
; ;
; اـكِ<EFBFBD>هيـ قٍم<EFBFBD>ٍو<EFBFBD> <EFBFBD><EFBFBD>ٍي<EFBFBD>وى <EFBFBD>لِـ ; External kernel dependencies (libraries) loading
;
;
;
;
;
; ;
;============================================================================ ;============================================================================
macro library [name,fname] macro library [name,fname]

View File

@ -1,7 +1,7 @@
$Revision$ $Revision$
;------------------------------------------------------------------------- ;-------------------------------------------------------------------------
; ;
; ‡ ¬¥­  ¨¬¥­ ה ©«®¢ ; File path partial substitution (according to configuration)
; ;
; ;
; SPraid ; SPraid

View File

@ -1,12 +1,7 @@
$Revision$ $Revision$
;============================================================================ ;============================================================================
; ;
; Çàãðóçêà ññûëêè íà âíåøíèå ôóíêöèè ; External kernel dependencies
;
;
;
;
;
; ;
;============================================================================ ;============================================================================
@ -20,4 +15,4 @@ import libini, \
lib_init,'lib_init',\ lib_init,'lib_init',\
ini.get_str,'ini.get_str',\ ini.get_str,'ini.get_str',\
ini.enum_keys,'ini.enum_keys',\ ini.enum_keys,'ini.enum_keys',\
ini.get_int,'ini.get_int' ini.get_int,'ini.get_int'

View File

@ -257,4 +257,4 @@ include "core/conf_lib.inc"
include "core/ext_lib.inc" include "core/ext_lib.inc"
; list of external functions ; list of external functions
include "lib_func.inc" include "imports.inc"