Skip to content

jeanguyomarch/mktcb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mktcb - Make Trusted Computing Base

Trusted Computed Base (or TCB) is the essential core components of a system, critical to its security. In mktcb, we implicitely refer to software components, such as the bootloader (e.g. U-Boot) or kernels (e.g. Linux).

The role of mktcb is to provide a framework to easily build and deploy these components by creating native packages (e.g. Debian packages).

How to build mktcb

mktcb is written in rust. Once your rust environment is installed, run:

cargo build --release

If you want to develop/debug, just omit the --release flag. Refer to Cargo's documentation for more details.

How do I use this thing?

Hopefully, the Wiki should answer all your questions. Don't hesitate to ask questions.

License

mktcb is MIT-licensed. See the LICENSE file for details.

About

Make the Trusted Computing Base

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages