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

/*	$NetBSD: kern.ldscript.head,v 1.5 2015/08/23 08:57:24 uebayasi Exp $	*/

SECTIONS
{
  . = 0xf0000020;	/* 0x20 == sizeof(a.out header) */

  /* Read-only sections, merged into text segment: */
  .text :
  {
    *(.text)
    *(.text.*)
    __stub_start = .;
    *(.stub)
    __stub_end = .;
    *(.glue_7t) *(.glue_7)
    *(.rodata) *(.rodata.*)