Skip to content

Commit b480232

Browse files
committed
docs: rename repository references to new component name
1 parent c882a46 commit b480232

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Zero-OS Base contains shared foundational packages and core libraries common to
44

55
## What this is
66

7-
This repository provides the shared building blocks that underpin Zero-OS, Zero-OS v4, and Zero-OS Light. Rather than duplicating low-level logic across each OS variant, zosbase centralizes hardware abstraction, common protocols, and reusable libraries. This ensures consistency, reduces maintenance burden, and makes it easier to evolve the operating system family as a whole.
7+
This repository provides the shared building blocks that underpin Zero-OS, Zero-OS v4, and Zero-OS Light. Rather than duplicating low-level logic across each OS variant, ZOS Base centralizes hardware abstraction, common protocols, and reusable libraries. This ensures consistency, reduces maintenance burden, and makes it easier to evolve the operating system family as a whole.
88

99
## What this repository contains
1010

@@ -17,13 +17,13 @@ This repository provides the shared building blocks that underpin Zero-OS, Zero-
1717

1818
## Role in the stack
1919

20-
Zosbase sits at the bottom of the Zero-OS software stack. It is imported and used by:
20+
ZOS Base sits at the bottom of the Zero-OS software stack. It is imported and used by:
2121

22-
- **zos** — the main Zero-OS V2 node operating system
23-
- **zos4** — the next-generation Zero-OS V4
24-
- **zoslight** — the lightweight variant for edge and constrained devices
22+
- **ZOS** — the main Zero-OS V2 node operating system
23+
- **ZOS v4** — the next-generation Zero-OS V4
24+
- **ZOS Light** — the lightweight variant for edge and constrained devices
2525

26-
Any improvement or fix in zosbase propagates to all dependent OS variants, making it the central point of reuse for the Zero-OS ecosystem.
26+
Any improvement or fix in ZOS Base propagates to all dependent OS variants, making it the central point of reuse for the Zero-OS ecosystem.
2727

2828
## ZOS / Zero-OS
2929

0 commit comments

Comments
 (0)