Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

1
2
3
4
# FreeBSD-11 hardening flags
NTP_HARD_CFLAGS="-fstack-protector -Wformat -Wformat-security -Werror=format-security"
NTP_HARD_CPPFLAGS=""
NTP_HARD_LDFLAGS="-Wl,-z,relro"