mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
15 lines
568 B
Markdown
15 lines
568 B
Markdown
# jsix OS sysroot
|
|
|
|
This is a pre-built sysroot for building the jsix operating system kernel,
|
|
bootloader, and utilities. This package is provided as a convenience, and
|
|
contains software from the following repositories.
|
|
|
|
## The LLVM toolchain
|
|
|
|
The LLVM sources as downloaded via git from [llvm.org][llvm] under the terms of
|
|
the [Apache License v2.0][apache2], modified [as described here][llvmlic].
|
|
|
|
[llvm]: https://llvm.org
|
|
[apache2]: https://www.apache.org/licenses/LICENSE-2.0
|
|
[llvmlic]: https://llvm.org/docs/DeveloperPolicy.html#new-llvm-project-license-framework
|