File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# All about u-root
22
3- u-root is an embeddable root file system intended to be placed in a flash
4- device as part of the firmware image, along with a Linux kernel. All the u-root
5- utilities, roughly corresponding to standard Unix utilities, are written in [ Go,
6- a modern, type-safe language with garbage collection and language-level support
7- for concurrency and inter-process communication ] ( ./u-root-golang.md ) .
3+ The u-root project consists of a build tool and sources to generate a root file
4+ system for use with a Linux kernel, suitable as part of a firmware image stored
5+ in a flash device. All the u-root utilities, roughly corresponding to standard
6+ Unix utilities, are written in [ Go, a modern, type-safe language ] ( ./u-root-golang.md )
7+ with garbage collection and out-of-the-box support for concurrency .
88
99u-root blurs the line between script-based distros such as Perl Linux[ ^ 24 ] and
1010binary-based distros such as BusyBox[ ^ 26 ] . It has the flexibility of Perl Linux
You can’t perform that action at this time.
0 commit comments