aarch64-rt 0.4.3

Startup code and exception vector for aarch64 Cortex-A processors.
Documentation
1
2
3
4
5
6
7
8
9
10
11
/*
 * Copyright 2025 The aarch64-rt Authors.
 *
 * This project is dual-licensed under Apache 2.0 and MIT terms.
 * See LICENSE-APACHE and LICENSE-MIT for details.
 */

MEMORY
{
	image : ORIGIN = 0x40080000, LENGTH = 2M
}