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:
2024-05-22 10:10:18 +00:00
parent bcfae55643
commit a7816e7613
30 changed files with 62 additions and 63 deletions

View File

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

View File

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

View File

@@ -18,5 +18,4 @@ start:
; 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.
*/
/* Ported for Kolibri OS by turbocat (Maxim Logaeav). 2021 */
/* Ported for KolibriOS by turbocat (Maxim Logaeav). 2021 */
/* Thanks: dunkaist, punk_joker, doczom. */
#include <ddk.h>