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

#!/bin/sh
#
# $FreeBSD$
#

# Configuration file for release/release.sh to build i386/i386.
# Note: CHROOT_MAKEENV assumes the build host is amd64.

TARGET="i386"
TARGET_ARCH="i386"
KERNEL="GENERIC"
CHROOT_MAKEENV="TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH}"