These are my Linux kernel lectures for GlobalLogic kernel course. Sources are in LaTeX format. Compiled PDF files are included as well.
In bbb-tutorial/
directory you can find my up-to-date tutorial for BeagleBone
Black bring up.
You can find the rest of the lectures for this course in Oleksandr Redchuk repository.
Next packages have to be installed before building kernel lectures:
- fonts-fira (FiraSans fonts)
- python-pygments
- rubber
- texlive-common
- texlive-fonts-extra
- texlive-fonts-recommended
- texlive-latex-extra
- texlive-latex-recommended
- texlive-luatex
- texlive-xetex
For fonts-fira
you can build and install deb-package from
here:
$ sudo dpkg -i fonts-fira*.deb
Other packages can be installed from Debian/Ubuntu repo:
$ sudo apt update
$ sudo apt install python-pygments rubber texlive-common texlive-fonts-extra \
texlive-fonts-recommended texlive-latex-extra \
texlive-latex-recommended texlive-luatex texlive-xetex
Just issue make
command to build all lectures:
$ make
Or do the same in particular sub-directory.
Sam Protsenko
This project is licensed under the GPLv3.
[1] http://tug.ctan.org/macros/latex2e/contrib/beamer/doc/beameruserguide.pdf
[2] https://rosschurchley.com/2016/03/13/metropolis-beamer-theme/
[3] https://rosschurchley.com/2016/03/14/owl-beamer-color-theme/
[6] https://github.com/matze/mtheme/blob/master/demo/demo.tex