mirror of
https://github.com/projectacrn/acrn-kernel.git
synced 2024-12-01 01:55:41 +08:00
10 lines
124 B
Plaintext
10 lines
124 B
Plaintext
|
SECTIONS
|
||
|
{
|
||
|
.data : {
|
||
|
zimage_data = .;
|
||
|
*(.data)
|
||
|
zimage_data_end = .;
|
||
|
}
|
||
|
zimage_len = zimage_data_end - zimage_data;
|
||
|
}
|