summaryrefslogtreecommitdiff
path: root/sys/arch/x68k/stand/boot/boot.ldscript
AgeCommit message (Collapse)Author
2020-01-18Remove commented out ALIGN() operation.isaki
It looks unnecessary and has never been used.
2020-01-18Pass address constants from Makefile to ldscript.isaki
2018-12-31use elf2aout for boot.christos
2014-03-02Discard .SUNW_ctf section just in case.isaki
patch from martin@, see PR/48623.
2013-08-12Discard ELF unwind sections for the boot loader.joerg
2013-05-24discard debug sections that are not representable in the a.out object format.christos
2012-03-20Comment fix.minoura
2003-10-30Add .rodata.str1.1 to the text segment, and discard the .comment section.he
2001-09-27Initial commit of the new bootloader to support ELF kernel.minoura
It consists of two programs named boot_ufs and boot; the former reads the latter (an OMAGIC a.out). Boot now utilizes the libsa library to read the actual kernel. - LFS code exists, but probobly does not work. - Currently the ELF toolchain is required. - Many features are missing.