You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Zero-OS is an autonomous operating system designed to expose raw compute, storag
6
6
7
7
This repository hosts V2 of Zero-OS, a complete rewrite of the autonomous node operating system. Zero-OS handles provisioning, networking, and storage automatically through built-in protocols. It does not expose a traditional management interface; instead, it waits for reservations from a trusted source and applies them to reality. This design eliminates the need for interactive administration and reduces the attack surface of deployed nodes.
8
8
9
-
If you want to know about the history and decisions that motivated the creation of V2, you can read [this article](https://github.com/threefoldtech/zosbase/blob/main/docs/internals/history/readme.md).
9
+
If you want to know about the history and decisions that motivated the creation of V2, you can read [this article](https://github.com/threefoldtech/zos_base/blob/main/docs/internals/history/readme.md).
10
10
11
11
## What this repository contains
12
12
@@ -47,9 +47,9 @@ This repository is owned and maintained by TF-Tech NV, a Belgian company respons
47
47
48
48
## Documentation
49
49
50
-
Start exploring the codebase by first checking the [documentation](https://github.com/threefoldtech/zosbase/tree/main/docs) and [specification documents](/specs).
50
+
Start exploring the codebase by first checking the [documentation](https://github.com/threefoldtech/zos_base/tree/main/docs) and [specification documents](/specs).
51
51
52
-
An [FAQ](https://github.com/threefoldtech/zosbase/blob/main/docs/faq/readme.md) is also available for common questions.
52
+
An [FAQ](https://github.com/threefoldtech/zos_base/blob/main/docs/faq/readme.md) is also available for common questions.
53
53
54
54
## Setting up your development environment
55
55
@@ -64,11 +64,11 @@ Zero-OS is deployed on several network environments:
64
64
-**QA network**: Internal testing of new features. Can be behind development. [Dashboard](https://dashboard.qa.grid.tf/)
65
65
-**dev network**: Ephemeral network for developing and testing new features. Can be created and reset at any time. [Dashboard](https://dashboard.dev.grid.tf/)
66
66
67
-
Learn more about the different networks by reading the [upgrade documentation](https://github.com/threefoldtech/zosbase/blob/main/docs/internals/identity/upgrade.md#philosophy).
67
+
Learn more about the different networks by reading the [upgrade documentation](https://github.com/threefoldtech/zos_base/blob/main/docs/internals/identity/upgrade.md#philosophy).
68
68
69
69
### Provisioning of workloads
70
70
71
-
Zero-OS does not expose an interface. Instead, it waits for reservations to happen on a trusted source, and once a reservation is available, the node applies it to reality. You can start reading about [provisioning](https://github.com/threefoldtech/zosbase/tree/main/docs/internals/provision) in this document.
71
+
Zero-OS does not expose an interface. Instead, it waits for reservations to happen on a trusted source, and once a reservation is available, the node applies it to reality. You can start reading about [provisioning](https://github.com/threefoldtech/zos_base/tree/main/docs/internals/provision) in this document.
0 commit comments