X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/76175f34b86c84044cd2b944a581575ade056f7b..9b840d9c5c0db5e621e475dc8414edd98497ed36:/lunaix-os/arch/aarch64/includes/linking/boot_secs.ldx diff --git a/lunaix-os/arch/aarch64/includes/linking/boot_secs.ldx b/lunaix-os/arch/aarch64/includes/linking/boot_secs.ldx new file mode 100644 index 0000000..aee31e3 --- /dev/null +++ b/lunaix-os/arch/aarch64/includes/linking/boot_secs.ldx @@ -0,0 +1,17 @@ +#ifndef __LUNAIX_BOOT_SECS_LD_INC +#define __LUNAIX_BOOT_SECS_LD_INC + +#include "base_defs.ld.inc" + +.boot.text BLOCK(PAGE_GRAN) : +{ + *(.boot.text) +} : boot_text + +.boot.data BLOCK(PAGE_GRAN) : +{ + *(.boot.data) + *(.boot.bss) +} : boot_data + +#endif \ No newline at end of file