-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
noop out builder code for now, working on manifest parsing
- Loading branch information
1 parent
d5d8fb6
commit 7d2aff2
Showing
5 changed files
with
325 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Katsu-NG architecture | ||
|
||
Katsu-NG (v2) is a complete rewrite of the original Katsu. It's a meta-buildsystem for operating system images, designed to be robust and flexible. | ||
|
||
## Design goals | ||
|
||
- **Declarative**: The user should be able to describe the desired state of the image, and Katsu should figure out how to get there. | ||
- **Extensible**: Katsu should be able to support a wide variety of build systems and image formats. | ||
- **Cacheable**: Katsu should be able to cache intermediate build artifacts to speed up the build process. | ||
|
||
## Objects | ||
|
||
Katsu-NG has a few core objects that it uses to represent the state of the image: | ||
|
||
- **Target**: A target is a single output that Katsu is trying to build. For example, a target might be a disk image, a kernel, or a bootloader. | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.