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

owner=untrusted (uid=USER)
> del bar
bar: deleted
> get bar
bar: not found
> get nonexist
nonexist: not found
> del nonexist
nonexist: not found
> get foo
foo=fooval
> del foo
foo: deleted
> put baz bazval
> get baz
baz=bazval
> del baz
baz: deleted
> get baz
baz: not found