Gitiles
Code Review
Sign In
192.168.1.100
/
T103
/
1f884588077ad3476b9c91cbb0ee9ee0332bbb68
/
.
/
src
/
bsp
/
lk
/
lib
/
console
/
console.ld
blob: f657cc1419dbd5d7f2cc182388d576f8cbb02204 [
file
] [
log
] [
blame
]
SECTIONS
{
.
commands
:
{
__commands_start
=
.;
KEEP
(*(.
commands
))
__commands_end
=
.;
}
}
INSERT AFTER
.
data
;