OpenSecEd / trustcomp

A learning module on Trusted Computing
1 stars 0 forks source link

Module: Trusted Computing (trustcomp)

This is a learning module for Trusted Computing. It's aim is to give the students an idea of what's meant by trusted computing and why we need it.

The module is part of the Open Security Education project and the maintainer is Daniel Bosk. The latest release can be found under releases. You can safely link directly to the PDFs found there.

File Structure and Building

To build the PDFs, after cloning the repository you must clone its required submodules:

$ git submodule update --recursive --init

Then you can go into the directory of the desired document and run make. The source files are structured as follows:

In each directory the files are structured as follows:

To contribute, please fork the repository, make your changes, commit them and then create a pull request in the original repository.