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:
@@ -5,7 +5,7 @@
|
||||
;; ;;
|
||||
;; FORCEDETH.INC ;;
|
||||
;; ;;
|
||||
;; Ethernet driver for Kolibri OS ;;
|
||||
;; Ethernet driver for KolibriOS ;;
|
||||
;; ;;
|
||||
;; Driver for chips of NVIDIA nForce2 ;;
|
||||
;; References: ;;
|
||||
|
@@ -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 ;;
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user