mirror of
https://github.com/hsoft/collapseos.git
synced 2025-04-03 18:48:39 +11:00
add logo
This commit is contained in:
parent
83b314c450
commit
e186c86b96
20
README.md
20
README.md
@ -1,6 +1,8 @@
|
||||
# Collapse OS
|
||||
|
||||
*Bootstrap post-collapse technology*
|
||||

|
||||
|
||||
_Bootstrap post-collapse technology_
|
||||
|
||||
Collapse OS is a z80 kernel and a collection of programs, tools and
|
||||
documentation that allows you to assemble an OS that, when completed, will be
|
||||
@ -21,14 +23,14 @@ tools.
|
||||
|
||||
## Organisation of this repository
|
||||
|
||||
* `kernel`: Pieces of code to be assembled by the user into a kernel.
|
||||
* `apps`: Pieces of code to be assembled into "userspace" application.
|
||||
* `recipes`: collection of recipes that assemble parts together on a specific
|
||||
machine.
|
||||
* `doc`: User guide for when you've successfully installed Collapse OS.
|
||||
* `tools`: Tools for working with Collapse OS from "modern" environments. Mostly
|
||||
development tools, but also contains emulated zasm, which is
|
||||
necessary to build Collapse OS from a non-Collapse OS machine.
|
||||
- `kernel`: Pieces of code to be assembled by the user into a kernel.
|
||||
- `apps`: Pieces of code to be assembled into "userspace" application.
|
||||
- `recipes`: collection of recipes that assemble parts together on a specific
|
||||
machine.
|
||||
- `doc`: User guide for when you've successfully installed Collapse OS.
|
||||
- `tools`: Tools for working with Collapse OS from "modern" environments. Mostly
|
||||
development tools, but also contains emulated zasm, which is
|
||||
necessary to build Collapse OS from a non-Collapse OS machine.
|
||||
|
||||
Each folder has a README with more details.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user