From 957ae391e2b21ee0c8e121e1d38f4b4f0749f566 Mon Sep 17 00:00:00 2001 From: "Mihail Semenyako (mike.dld)" Date: Wed, 30 May 2007 22:50:18 +0000 Subject: [PATCH] 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 --- kernel/trunk/core/conf_lib.inc | 2 +- kernel/trunk/core/ext_lib.inc | 7 +------ kernel/trunk/fs/parse_fn.inc | 2 +- kernel/trunk/{lib_func.inc => imports.inc} | 9 ++------- kernel/trunk/kernel32.inc | 2 +- 5 files changed, 6 insertions(+), 16 deletions(-) rename kernel/trunk/{lib_func.inc => imports.inc} (75%) diff --git a/kernel/trunk/core/conf_lib.inc b/kernel/trunk/core/conf_lib.inc index aaa14a9f96..4cfe177f8d 100644 --- a/kernel/trunk/core/conf_lib.inc +++ b/kernel/trunk/core/conf_lib.inc @@ -383,4 +383,4 @@ _net_up: mov eax,52 mov ebx,2 int 0x40 - ret \ No newline at end of file + ret diff --git a/kernel/trunk/core/ext_lib.inc b/kernel/trunk/core/ext_lib.inc index fbd0051488..ddc58adcbf 100644 --- a/kernel/trunk/core/ext_lib.inc +++ b/kernel/trunk/core/ext_lib.inc @@ -1,12 +1,7 @@ $Revision$ ;============================================================================ ; -; Загрузка внешних функций ядра -; -; -; -; -; +; External kernel dependencies (libraries) loading ; ;============================================================================ macro library [name,fname] diff --git a/kernel/trunk/fs/parse_fn.inc b/kernel/trunk/fs/parse_fn.inc index 4d4da9c4ee..d8482726b0 100644 --- a/kernel/trunk/fs/parse_fn.inc +++ b/kernel/trunk/fs/parse_fn.inc @@ -1,7 +1,7 @@ $Revision$ ;------------------------------------------------------------------------- ; -; ‡ ¬Ґ­  Ё¬Ґ­ д ©«®ў +; File path partial substitution (according to configuration) ; ; ; SPraid diff --git a/kernel/trunk/lib_func.inc b/kernel/trunk/imports.inc similarity index 75% rename from kernel/trunk/lib_func.inc rename to kernel/trunk/imports.inc index c8f4130e29..c18dd7b4d6 100644 --- a/kernel/trunk/lib_func.inc +++ b/kernel/trunk/imports.inc @@ -1,12 +1,7 @@ $Revision$ ;============================================================================ ; -; Загрузка ссылки на внешние функции -; -; -; -; -; +; External kernel dependencies ; ;============================================================================ @@ -20,4 +15,4 @@ import libini, \ lib_init,'lib_init',\ ini.get_str,'ini.get_str',\ ini.enum_keys,'ini.enum_keys',\ - ini.get_int,'ini.get_int' \ No newline at end of file + ini.get_int,'ini.get_int' diff --git a/kernel/trunk/kernel32.inc b/kernel/trunk/kernel32.inc index bdd83cdf47..a747fd9570 100644 --- a/kernel/trunk/kernel32.inc +++ b/kernel/trunk/kernel32.inc @@ -257,4 +257,4 @@ include "core/conf_lib.inc" include "core/ext_lib.inc" ; list of external functions -include "lib_func.inc" +include "imports.inc"