lots of fixes and add ons

This commit is contained in:
2024-04-23 14:20:22 +02:00
parent b6889eec02
commit 7a2bb56a3b
83 changed files with 378 additions and 205 deletions

View File

@@ -2,9 +2,9 @@
![](img/boot.png)
The Zero-OS is delivered to the TFNodes over the internet network (network boot) and does not need to be installed.
The Zero-OS is delivered to the 3Nodes over the internet network (network boot) and does not need to be installed.
### TFNode Install
### 3Node Install
1. Acquire a computer (server)
2. Configure a farm on the TFGrid explorer
@@ -16,7 +16,7 @@ The actual bootloader is very small, it brings up the network interface of your
The operating system is not installed on any local storage medium (hard disk, ssd), Zero-OS is stateless.
The mechanism to allow this to work in a safe and efficient manner is a ThreeFold innovation called our container virtual filesystem.
The mechanism to allow this to work in a safe and efficient manner is an innovation called our container virtual filesystem.
This is explained in more detail [in our SDK manual](https://library.threefold.me/info/manual/#/booting_node).