arch/sh/boot/romimage/vmlinux.scr

Source file repositories/reference/linux-study-clean/arch/sh/boot/romimage/vmlinux.scr

File Facts

System
Linux kernel
Corpus path
arch/sh/boot/romimage/vmlinux.scr
Extension
.scr
Size
73 bytes
Lines
9
Domain
Architecture Layer
Bucket
arch/sh
Inferred role
Architecture Layer: arch/sh
Status
atlas-only

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

SECTIONS
{
  .text : {
	zero_page_pos = .;
	*(.data)
	end_data = .;
	}
}

Annotation

Implementation Notes