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
# NetBSD-current
NTP_HARD_CFLAGS="-fPIE -pie -fstack-protector --param ssp-buffer-size=1 -Wformat=2"
NTP_HARD_CPPFLAGS="-D_FORTIFY_SOURCE=2"
NTP_HARD_LDFLAGS="-pie -shared-libgcc"