mirror of
https://github.com/drasko/codezero.git
synced 2026-02-28 01:33:13 +01:00
Initial commit
This commit is contained in:
8
tasks/bootdesc/linker.lds
Normal file
8
tasks/bootdesc/linker.lds
Normal file
@@ -0,0 +1,8 @@
|
||||
ENTRY(_start)
|
||||
|
||||
SECTIONS
|
||||
{
|
||||
_start = .;
|
||||
.data : { *(.data) }
|
||||
_end = .;
|
||||
}
|
||||
Reference in New Issue
Block a user