History log of /netbsd-src/sys/arch/x68k/stand/boot/boot.ldscript (Results 1 – 10 of 10)
Revision Date Author Comments
# 6b664a71 07-Jan-2024 isaki <isaki@NetBSD.org>

TAB/space/indent cleanup.


# 64ec0617 18-Jan-2020 isaki <isaki@NetBSD.org>

Remove commented out ALIGN() operation.
It looks unnecessary and has never been used.


# 59fb6a91 18-Jan-2020 isaki <isaki@NetBSD.org>

Pass address constants from Makefile to ldscript.


# 12c2d253 31-Dec-2018 christos <christos@NetBSD.org>

use elf2aout for boot.


# 430aa09e 02-Mar-2014 isaki <isaki@NetBSD.org>

Discard .SUNW_ctf section just in case.
patch from martin@, see PR/48623.


# 1073c3ed 12-Aug-2013 joerg <joerg@NetBSD.org>

Discard ELF unwind sections for the boot loader.


# b6eeda1f 24-May-2013 christos <christos@NetBSD.org>

discard debug sections that are not representable in the a.out object format.


# 4c819508 20-Mar-2012 minoura <minoura@NetBSD.org>

Comment fix.


# da61544d 30-Oct-2003 he <he@NetBSD.org>

Add .rodata.str1.1 to the text segment, and discard the .comment section.


# 99247aad 27-Sep-2001 minoura <minoura@NetBSD.org>

Initial commit of the new bootloader to support ELF kernel.
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

Initial commit of the new bootloader to support ELF kernel.
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.

show more ...