History log of /netbsd/sys/arch/i386/stand/mbr/Makefile.mbr (Results 1 – 21 of 21)
Revision Date Author Comments
# 76eb47a6 25-Jul-2018 kamil <kamil@NetBSD.org>

Specify NOLIBCSANITIZER in x86 bootloader-like code under sys/arch/

Set NOLIBCSANITIZER for i386 and amd64 specific bootloader-like code.


# 98e1d8a3 12-Jun-2018 kamil <kamil@NetBSD.org>

Set NOSANITIZER in i386 mbr files

This is required to build these files and keep then functional with
enabled MKSANITIZER.

Sponsored by <The NetBSD Foundation>


# 2352c143 12-Jan-2014 tsutsui <tsutsui@NetBSD.org>

Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.

XXX: probabry we should have bsd.saprog.mk or something.


# 27912200 20-May-2011 joerg <joerg@NetBSD.org>

mbr.S and gpt.S want to reassign ., so don't use the integrated
assembler for now.


# 8987b9ee 20-Nov-2009 dsl <dsl@NetBSD.org>

Change relay address for mbr and bootxx code to be 0x8800.
I'm not sure why I used 0x600, but I have a feeling that might
sometimes corrupt bios data.
0x8800 is far enough above 0x7e00 for a sector r

Change relay address for mbr and bootxx code to be 0x8800.
I'm not sure why I used 0x600, but I have a feeling that might
sometimes corrupt bios data.
0x8800 is far enough above 0x7e00 for a sector read to the latter address.

show more ...


# 31f477f9 30-Mar-2009 tsutsui <tsutsui@NetBSD.org>

Remove extra trailing slash in ${S} path.


# f681b265 12-Mar-2009 abs <abs@NetBSD.org>

Prefer MACHINE_ARCH to MACHINE in some tests


# f46c1de7 25-Oct-2008 apb <apb@NetBSD.org>

Use ${TOOL_SED} instead if plain sed in Makefiles.


# 44c25f2f 20-Oct-2008 christos <christos@NetBSD.org>

disable PIE for boot code.


# accbe31e 29-Jun-2006 lukem <lukem@NetBSD.org>

support MAKEVERBOSE


# 005d886d 29-Jun-2006 lukem <lukem@NetBSD.org>

whitespace cleanup.


# 419dfdd7 29-Jun-2006 lukem <lukem@NetBSD.org>

Use BUILDSYMLINKS & DPSRCS to simplify the creation of includedir symlinks.


# 4c28e731 25-Jun-2006 lukem <lukem@NetBSD.org>

Use -Wl,-Ttext,foo instead of -Ttext foo when using $(CC)


# 68908e22 12-May-2006 lukem <lukem@NetBSD.org>

Convert to using CC instead of LD, as LDFLAGS is for CC not LD.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 5a5df3b8 01-May-2005 christos <christos@NetBSD.org>

.BEGIN cannot have dependencies.


# af4511cc 31-Aug-2004 uwe <uwe@NetBSD.org>

Force STRIPFLAG to be empty after bsd.own.mk is included, so that
any value set in /etc/mk.conf is overriden.


# ad51219a 01-Jul-2003 simonb <simonb@NetBSD.org>

Make this work without a populated destdir:
machine and x86 symlinks.
Include from right places.
Don't depend on LIBCRT0,etc.

Also for the bootxx programs, keep the ELF object during the build
pr

Make this work without a populated destdir:
machine and x86 symlinks.
Include from right places.
Don't depend on LIBCRT0,etc.

Also for the bootxx programs, keep the ELF object during the build
process.

show more ...


# 76a6e181 05-May-2003 hubertf <hubertf@NetBSD.org>

use nm(1) to output decimal values immediately, instead of relying on a
(non-working) sh(1) construct.

Reviewed by simonb & bjh21.


# 3359b0ac 05-May-2003 dbj <dbj@NetBSD.org>

force nm addresses in hex and add 0x prefix before handing numerical
expression to the shell.


# b40733ee 28-Apr-2003 dsl <dsl@NetBSD.org>

Master Boot Record (mbr) code:
mbr: boots active partition
mbr_bootsel: menu selection for partitions 1 to 4
mbr_ext: menu selection for partitions 1 to 4 and extended partitions
Based on code from

Master Boot Record (mbr) code:
mbr: boots active partition
mbr_bootsel: menu selection for partitions 1 to 4
mbr_ext: menu selection for partitions 1 to 4 and extended partitions
Based on code from sbin/fdisk/mbr_bootsel.
Needs a new fdisk to configure mbr_ext and correctly set default menu selection.(Not yet built by defaulat)

show more ...