Consistent use of KolibriOS name

- Ensure consistent naming for brand integrity.

git-svn-id: svn://kolibrios.org@10049 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Andrew 2024-05-22 10:10:18 +00:00
parent bcfae55643
commit a7816e7613
30 changed files with 62 additions and 63 deletions

View File

@ -406,7 +406,7 @@ KOSAPI int __strcmp(const char* s1, const char* s2)
} }
/* ####################################################################### */ /* ####################################################################### */
/* ############### С wrappers for system calls Kolibri OS ################ */ /* ############### С wrappers for system calls KolibriOS ################# */
/* ####################################################################### */ /* ####################################################################### */
/*=============== Function -1 - terminate thread/process ===============*/ /*=============== Function -1 - terminate thread/process ===============*/

View File

@ -5,7 +5,7 @@
;; ;; ;; ;;
;; FORCEDETH.INC ;; ;; FORCEDETH.INC ;;
;; ;; ;; ;;
;; Ethernet driver for Kolibri OS ;; ;; Ethernet driver for KolibriOS ;;
;; ;; ;; ;;
;; Driver for chips of NVIDIA nForce2 ;; ;; Driver for chips of NVIDIA nForce2 ;;
;; References: ;; ;; References: ;;

View File

@ -5,7 +5,7 @@
;; ;; ;; ;;
;; rhine.asm ;; ;; rhine.asm ;;
;; ;; ;; ;;
;; Ethernet driver for Kolibri OS ;; ;; Ethernet driver for KolibriOS ;;
;; ;; ;; ;;
;; This driver is based on the via-rhine driver from ;; ;; This driver is based on the via-rhine driver from ;;
;; the etherboot 5.0.6 project. The copyright statement is ;; ;; the etherboot 5.0.6 project. The copyright statement is ;;

View File

@ -18,5 +18,4 @@ start:
; AL = exit code ; AL = exit code
; --------------------------------------------------------------------------- ; ---------------------------------------------------------------------------
msg db 'This is Kolibri OS device driver.',0Dh,0Ah,'$',0 msg db 'This is KolibriOS device driver.',0Dh,0Ah,'$',0

View File

@ -13,7 +13,7 @@
* suggest that it provides reasonable temperature values. * suggest that it provides reasonable temperature values.
*/ */
/* Ported for Kolibri OS by turbocat (Maxim Logaeav). 2021 */ /* Ported for KolibriOS by turbocat (Maxim Logaeav). 2021 */
/* Thanks: dunkaist, punk_joker, doczom. */ /* Thanks: dunkaist, punk_joker, doczom. */
#include <ddk.h> #include <ddk.h>

View File

@ -5,7 +5,7 @@
;; ;; ;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Kolibri OS support loader for GRUB ; KolibriOS support loader for GRUB
; ;
; Copyright (C) Alex Nogueira Teixeira ; Copyright (C) Alex Nogueira Teixeira
; Copyright (C) Diamond ; Copyright (C) Diamond

View File

@ -10,5 +10,5 @@ $Revision$
; Éste archivo debe ser editado con codificación CP866 ; Éste archivo debe ser editado con codificación CP866
version cp850 'Kolibri OS versión 0.7.7.0+ ',13,10,13,10,0 version cp850 'KolibriOS versión 0.7.7.0+ ',13,10,13,10,0
diff16 "fin del código del kernel",0,$ diff16 "fin del código del kernel",0,$

View File

@ -380,7 +380,7 @@ KOSAPI int __strcmp(const char* s1, const char* s2)
} }
/* ####################################################################### */ /* ####################################################################### */
/* ############### С wrappers for system calls Kolibri OS ################ */ /* ############### С wrappers for system calls KolibriOS ################# */
/* ####################################################################### */ /* ####################################################################### */
/*=============== Function -1 - terminate thread/process ===============*/ /*=============== Function -1 - terminate thread/process ===============*/

View File

@ -1,6 +1,6 @@
#include <sys/ksys.h> #include <sys/ksys.h>
/* Very simple example of working with futexes in Kolibri OS. /* Very simple example of working with futexes in KolibriOS.
* Author turbocat (Maxim Logaev). * Author turbocat (Maxim Logaev).
* Thanks to Vitaly Krylov for help. * Thanks to Vitaly Krylov for help.
* *

View File

@ -171,7 +171,7 @@ E_LIB gluCylinder ;(GLUquadricObj, double, double, double, int, int)
E_LIB gluSphere ;(GLUquadricObj, float, int, int) E_LIB gluSphere ;(GLUquadricObj, float, int, int)
; ;
; Kolibri OS functions ; KolibriOS functions
; ;
E_LIB kosglMakeCurrent E_LIB kosglMakeCurrent

View File

@ -1,5 +1,5 @@
;***************************************************************************** ;*****************************************************************************
; Macro for use Open Dialog - for Kolibri OS ; Macro for use Open Dialog - for KolibriOS
; Copyright (c) 2009 2010, Marat Zakiyanov aka Mario79, aka Mario ; Copyright (c) 2009 2010, Marat Zakiyanov aka Mario79, aka Mario
; All rights reserved. ; All rights reserved.
; ;

View File

@ -1,5 +1,5 @@
;************************************************************** ;**************************************************************
; Dinamic Button Macro for Kolibri OS ; Dinamic Button Macro for KolibriOS
; Copyright (c) 2009, Marat Zakiyanov aka Mario79, aka Mario ; Copyright (c) 2009, Marat Zakiyanov aka Mario79, aka Mario
; All rights reserved. ; All rights reserved.
; ;

View File

@ -3,7 +3,7 @@
; Added border styles(raised, sunken, etched, ridged). ; Added border styles(raised, sunken, etched, ridged).
; Added possibility to fill frame background. ; Added possibility to fill frame background.
;************************************************************** ;**************************************************************
; Frame Macro for Kolibri OS ; Frame Macro for KolibriOS
; Copyright (c) 2013, Marat Zakiyanov aka Mario79, aka Mario ; Copyright (c) 2013, Marat Zakiyanov aka Mario79, aka Mario
; All rights reserved. ; All rights reserved.
; ;

View File

@ -1,5 +1,5 @@
;************************************************************** ;**************************************************************
; MenuBar Macro for Kolibri OS ; MenuBar Macro for KolibriOS
; Copyright (c) 2009, Marat Zakiyanov aka Mario79, aka Mario ; Copyright (c) 2009, Marat Zakiyanov aka Mario79, aka Mario
; All rights reserved. ; All rights reserved.
; ;

View File

@ -1,5 +1,5 @@
;************************************************************** ;**************************************************************
; Path Show Macro for Kolibri OS ; Path Show Macro for KolibriOS
; Copyright (c) 2010, Marat Zakiyanov aka Mario79, aka Mario ; Copyright (c) 2010, Marat Zakiyanov aka Mario79, aka Mario
; All rights reserved. ; All rights reserved.
; ;

View File

@ -1,5 +1,5 @@
;************************************************************** ;**************************************************************
; ScrollBar Macro for Kolibri OS ; ScrollBar Macro for KolibriOS
; Copyright (c) 2009-2012, Marat Zakiyanov aka Mario79, aka Mario ; Copyright (c) 2009-2012, Marat Zakiyanov aka Mario79, aka Mario
; All rights reserved. ; All rights reserved.
; ;

View File

@ -1,5 +1,5 @@
; ¬ ͺΰ<CDBA>α €«ο α¨αβ₯¬­<C2AC>© ¨«¨<C2AB>β₯ͺ¨ box_lib.obj ; ¬ ͺΰ<CDBA>α €«ο α¨αβ₯¬­<C2AC>© ¨«¨<C2AB>β₯ͺ¨ box_lib.obj
; í«¥¬¥­â TextEditor ¤«ï Kolibri OS ; í«¥¬¥­â TextEditor ¤«ï KolibriOS
; δ ©« ―<>α«₯€­¨© ΰ § ¨§¬₯­ο«αο 12.01.2021 IgorA ; δ ©« ―<>α«₯€­¨© ΰ § ¨§¬₯­ο«αο 12.01.2021 IgorA
; ­  ͺ<>€ ―ਬ₯­₯­  GPL2 «¨ζ₯­§¨ο ; ­  ͺ<>€ ―ਬ₯­₯­  GPL2 «¨ζ₯­§¨ο

View File

@ -1,5 +1,5 @@
;***************************************************************************** ;*****************************************************************************
; Macro for use Color Dialog - for Kolibri OS ; Macro for use Color Dialog - for KolibriOS
; Copyright (c) 2013, Marat Zakiyanov aka Mario79, aka Mario ; Copyright (c) 2013, Marat Zakiyanov aka Mario79, aka Mario
; All rights reserved. ; All rights reserved.
; ;

View File

@ -1,5 +1,5 @@
;***************************************************************************** ;*****************************************************************************
; Macro for use Open Dialog - for Kolibri OS ; Macro for use Open Dialog - for KolibriOS
; Copyright (c) 2009-2013, Marat Zakiyanov aka Mario79, aka Mario ; Copyright (c) 2009-2013, Marat Zakiyanov aka Mario79, aka Mario
; All rights reserved. ; All rights reserved.
; ;

View File

@ -1,5 +1,5 @@
/* /*
Kolibri OS config for gcc 5.4 KolibriOS config for gcc 5.4
Started by Siemargl @Nov 2016 Started by Siemargl @Nov 2016
*/ */

View File

@ -1,5 +1,5 @@
/* /*
Kolibri OS port for gcc 5.4 KolibriOS port for gcc 5.4
Started by Siemargl @Nov 2016 Started by Siemargl @Nov 2016

View File

@ -1,30 +1,30 @@
/* /*
Kolibri OS port for gcc 5.4 KolibriOS port for gcc 5.4
Started by Siemargl @Nov 2016 Started by Siemargl @Nov 2016
Borrowed code parts from other unzip ports Borrowed code parts from other unzip ports
howto make: howto make:
go in unzip60 directory (below this file) and go in unzip60 directory (below this file) and
>make -f kolibri\makefile.gcc >make -f kolibri\makefile.gcc
Contains: Contains:
version() version()
mapattr() mapattr()
mapname() mapname()
checkdir() checkdir()
close_outfile() close_outfile()
get_extattribs() get_extattribs()
do_wild() do_wild()
set_direc_attribs() set_direc_attribs()
defer_dir_attribs() defer_dir_attribs()
todo todo
datetime restore for dirs. buf in unzip - crash when SET_DIR_ATTRIB datetime restore for dirs. buf in unzip - crash when SET_DIR_ATTRIB
fixed partial fixed partial
-d dir error (only in unicode). Use -ddir or -d dir/ -d dir error (only in unicode). Use -ddir or -d dir/
russian filenames in arhives. Now works cp866 version, unicode need to fix @kos32.c:470 (GETPATH) russian filenames in arhives. Now works cp866 version, unicode need to fix @kos32.c:470 (GETPATH)
*/ */
#define FATTR FS_HIDDEN+FS_SYSTEM+FS_SUBDIR #define FATTR FS_HIDDEN+FS_SYSTEM+FS_SUBDIR

View File

@ -1,5 +1,5 @@
;************************************************ ;************************************************
;* Bulls-and-Cows */ Kolibri OS /* ;* Bulls-and-Cows */ KolibriOS /*
;************************* 25/10/2007 ********* ;************************* 25/10/2007 *********
include 'main.inc' ; main.inc include 'main.inc' ; main.inc
include 'data.inc' ; data.inc include 'data.inc' ; data.inc

View File

@ -35,7 +35,7 @@ bool w_redraw=true;
#endif #endif
#if LANG == RUS #if LANG == RUS
const char windowTitle[] = "Š®á¨«ª  ¤«ï Š®«¨¡à¨"; const char windowTitle[] = "Š®á¨«ª  ¤«ï Š®«¨¡à¨Ž‘";
const char version[] = "‚¥àá¨ï 1.16"; const char version[] = "‚¥àá¨ï 1.16";
const char win[] = "‚ë ¢ë¨£à «¨!"; const char win[] = "‚ë ¢ë¨£à «¨!";
const char press_q[] = "<­ ¦¬¨â¥ <q> ¤«ï ¢®§¢à â  ¢ ¬¥­î>"; const char press_q[] = "<­ ¦¬¨â¥ <q> ¤«ï ¢®§¢à â  ¢ ¬¥­î>";
@ -43,7 +43,7 @@ bool w_redraw=true;
const char press_r[] = "<­ ¦¬¨â¥ <r> ¤«ï ⮣®, ç⮡ë áë£à âì ¥éñ à §>"; const char press_r[] = "<­ ¦¬¨â¥ <r> ¤«ï ⮣®, ç⮡ë áë£à âì ¥éñ à §>";
const char k_o_s_i_l_k[] = "Š Ž ˆ Š €"; const char k_o_s_i_l_k[] = "Š Ž ˆ Š €";
const char k_o_s_i_l_2[] = "Š Ž ˆ Š €"; const char k_o_s_i_l_2[] = "Š Ž ˆ Š €";
const char for_kolibri[] = "¤«ï Š®«¨¡à¨ Ž‘"; const char for_kolibri[] = "¤«ï Š®«¨¡à¨Ž‘";
const char press_enter[] = "<¤«ï ­ ç «  ¨£àë ­ ¦¬¨â¥ ENTER>"; const char press_enter[] = "<¤«ï ­ ç «  ¨£àë ­ ¦¬¨â¥ ENTER>";
const char press_g[] = "<­ ¦¬¨â¥ <g> ¤«ï ¯¥à¥ª«î祭¨ï ०¨¬  £à ä¨ª¨>"; const char press_g[] = "<­ ¦¬¨â¥ <g> ¤«ï ¯¥à¥ª«î祭¨ï ०¨¬  £à ä¨ª¨>";
const char press_a[] = "<­ ¦¬¨â¥ <a> ¤«ï ¢ª«î祭¨ï/¢ëª«î祭¨ï  ­¨¬ æ¨¨>"; const char press_a[] = "<­ ¦¬¨â¥ <a> ¤«ï ¢ª«î祭¨ï/¢ëª«î祭¨ï  ­¨¬ æ¨¨>";
@ -69,7 +69,7 @@ bool w_redraw=true;
const char about10[] = "‚ᥬ, ªâ® ¨£à ¥â ¢ íâã ¨£àã :-) !"; const char about10[] = "‚ᥬ, ªâ® ¨£à ¥â ¢ íâã ¨£àã :-) !";
const char about11[] = "­ ¦¬¨â¥ <BACKSPACE> ¤«ï ¢®§¢à â  ¢ ¬¥­î"; const char about11[] = "­ ¦¬¨â¥ <BACKSPACE> ¤«ï ¢®§¢à â  ¢ ¬¥­î";
#else #else
const char windowTitle[] = "Kosilka for Kolibri"; const char windowTitle[] = "Kosilka for KolibriOS";
const char version[] = " Ver. 1.16"; const char version[] = " Ver. 1.16";
const char win[] = " You won! "; const char win[] = " You won! ";
const char press_q[] = "<press <q> to return to the menu>"; const char press_q[] = "<press <q> to return to the menu>";
@ -77,7 +77,7 @@ bool w_redraw=true;
const char press_r[] = "<press r to try again>"; const char press_r[] = "<press r to try again>";
const char k_o_s_i_l_k[] = "K O S I L K A"; const char k_o_s_i_l_k[] = "K O S I L K A";
const char k_o_s_i_l_2[] = "K O S I L K A"; const char k_o_s_i_l_2[] = "K O S I L K A";
const char for_kolibri[] = "for Kolibri OS"; const char for_kolibri[] = "for KolibriOS";
const char press_enter[] = "press ENTER to start the game"; const char press_enter[] = "press ENTER to start the game";
const char press_g[] = "<press <g> to switch graphics mode>"; const char press_g[] = "<press <g> to switch graphics mode>";
const char press_a[] = "<press <a> to turn on/off animation>"; const char press_a[] = "<press <a> to turn on/off animation>";
@ -341,7 +341,7 @@ void draw_window(void){
kos_DrawBar(631-151,0,151,480,0xEEEEEE); kos_DrawBar(631-151,0,151,480,0xEEEEEE);
kos_WriteTextToWindow(500,30,0x80, 0, (char*)k_o_s_i_l_2,19); kos_WriteTextToWindow(500,30,0x80, 0, (char*)k_o_s_i_l_2,19);
kos_WriteTextToWindow(517,40,0x80, 0, (char*)for_kolibri,14); kos_WriteTextToWindow(517,40,0x80, 0, (char*)for_kolibri,13);
kos_WriteTextToWindow(495,80,0x80, 0, (char*)level_label,6); kos_WriteTextToWindow(495,80,0x80, 0, (char*)level_label,6);
kos_DisplayNumberToWindow(level,3,605,80,0x0000FF,nbDecimal,false); kos_DisplayNumberToWindow(level,3,605,80,0x0000FF,nbDecimal,false);
@ -392,7 +392,7 @@ void draw_window(void){
} }
kos_WriteTextToWindow(255, 200,0x80, 0xFFFFFF, (char*)k_o_s_i_l_k, 19); kos_WriteTextToWindow(255, 200,0x80, 0xFFFFFF, (char*)k_o_s_i_l_k, 19);
kos_WriteTextToWindow(290, 220,0x80, 0xFFFFFF, (char*)for_kolibri, 14); kos_WriteTextToWindow(290, 220,0x80, 0xFFFFFF, (char*)for_kolibri, 13);
kos_WriteTextToWindow(239, 240,0x80, 0xFFFFFF, (char*)press_enter, 30); kos_WriteTextToWindow(239, 240,0x80, 0xFFFFFF, (char*)press_enter, 30);
kos_WriteTextToWindow(30, 380,0x80, 0xFFFFFF, (char*)press_g, 53); kos_WriteTextToWindow(30, 380,0x80, 0xFFFFFF, (char*)press_g, 53);
kos_WriteTextToWindow(30, 400,0x80, 0xFFFFFF, (char*)press_a, 41); kos_WriteTextToWindow(30, 400,0x80, 0xFFFFFF, (char*)press_a, 41);
@ -436,7 +436,7 @@ void draw_window(void){
} }
} }
kos_WriteTextToWindow(40,40,0x80, 0xFFFFFF, (char*)windowTitle,22); kos_WriteTextToWindow(40,40,0x80, 0xFFFFFF, (char*)windowTitle,21);
kos_WriteTextToWindow(40,60,0x80, 0xFFFFFF, (char*)version,12); kos_WriteTextToWindow(40,60,0x80, 0xFFFFFF, (char*)version,12);
kos_WriteTextToWindow(40,75,0x80, 0xFFFFFF, "________________________________________",40); kos_WriteTextToWindow(40,75,0x80, 0xFFFFFF, "________________________________________",40);

View File

@ -1,5 +1,5 @@
;************************************************ ;************************************************
;* X-0-X / Kolibri OS / ;* X-0-X / KolibriOS /
;************************** 17/10/2007 ********** ;************************** 17/10/2007 **********
;************************** 04/06/2012 ********** ;************************** 04/06/2012 **********

View File

@ -1,5 +1,5 @@
;#************************** ;#**************************
;#* LIGHTS * Kolibri OS ;#* LIGHTS * KolibriOS
;#************************** 15/10/2007 ;#************************** 15/10/2007
include 'main.inc' include 'main.inc'
include 'data.inc' include 'data.inc'

View File

@ -54,7 +54,7 @@
Ϋ 2. <20>―¥ΰ ζ¨®­­ ο α¨α⥬  "<22>®«¨΅ΰ¨" Ά¥ΰᨨ 0.7.1.0 ¨«¨ Άλθ¥ Ϋ Ϋ 2. <20>―¥ΰ ζ¨®­­ ο α¨α⥬  "<22>®«¨΅ΰ¨" Ά¥ΰᨨ 0.7.1.0 ¨«¨ Άλθ¥ Ϋ
Ϋ Ϋ Ϋ Ϋ
Ϋ ‘⮨⠮ᮡ® ®β¬¥β¨βμ, ηβ® ¤«ο § γα<CEB3>  ¨£ΰλ Ά ¬ ―®βॡγ¥βαο ¤¨α- Ϋ Ϋ ‘⮨⠮ᮡ® ®β¬¥β¨βμ, ηβ® ¤«ο § γα<CEB3>  ¨£ΰλ Ά ¬ ―®βॡγ¥βαο ¤¨α- Ϋ
ロ 籵ィ。聹ィ「 Kolibri OS ィャ・ュュョ 「・珮ィィ 0.7.1.0 ィォィ ュョ「・・, 笄ェ ェ<>ェ ィ」燿 ロ ロ 籵ィ。聹ィ「 KolibriOS ィャ・ュュョ 「・珮ィィ 0.7.1.0 ィォィ ュョ「・・, 笄ェ ェ<>ェ ィ」燿
Ϋ ¨α―®«μ§γ¥β Ά®§¬®¦­®αβ¨ ο¤ΰ  α¨α⥬λ, ®βαγβαβΆ®Ά Άθ¨¥ Ά ―।λ¤γι¨ε Ϋ Ϋ ¨α―®«μ§γ¥β Ά®§¬®¦­®αβ¨ ο¤ΰ  α¨α⥬λ, ®βαγβαβΆ®Ά Άθ¨¥ Ά ―।λ¤γι¨ε Ϋ
Ϋ Ά¥ΰα¨οε ¤¨αβਡγβ¨Ά . Ϋ Ϋ Ά¥ΰα¨οε ¤¨αβਡγβ¨Ά . Ϋ
Ϋ Ϋ Ϋ Ϋ

View File

@ -1,5 +1,5 @@
;***************************************************************************** ;*****************************************************************************
; Color Dialog - for Kolibri OS ; Color Dialog - for KolibriOS
; Copyright (c) 2013, Marat Zakiyanov aka Mario79, aka Mario ; Copyright (c) 2013, Marat Zakiyanov aka Mario79, aka Mario
; All rights reserved. ; All rights reserved.
; ;

View File

@ -1,5 +1,5 @@
;***************************************************************************** ;*****************************************************************************
; CROPFLAT - set limits of screen - for Kolibri OS ; CROPFLAT - set limits of screen - for KolibriOS
; Copyright (c) 2012, Marat Zakiyanov aka Mario79, aka Mario ; Copyright (c) 2012, Marat Zakiyanov aka Mario79, aka Mario
; All rights reserved. ; All rights reserved.
; ;

View File

@ -1,5 +1,5 @@
;***************************************************************************** ;*****************************************************************************
; File Speed - for Kolibri OS ; File Speed - for KolibriOS
; Copyright (c) 2014, Marat Zakiyanov aka Mario79, aka Mario ; Copyright (c) 2014, Marat Zakiyanov aka Mario79, aka Mario
; All rights reserved. ; All rights reserved.
; ;