somehal 0.6.10

SomeHAL: A hardware abstraction layer for kernel development.
Documentation
1
2
3
4
5
6
7
8
9
/* 
 * Test linker script that works for both architectures
 * The actual OUTPUT_ARCH will be determined by the target
 */

INCLUDE "someboot.x"

PROVIDE(__someboot_secondary = __somehal_secondary_default);
PROVIDE(__somehal_secondary = __somehal_secondary_default);