freebsd-dev/sys/boot/sparc64/loader
Thomas Moestl 2c94cd1ba0 1.) Rename locore.s to locore.S (by repocopy), to be able to remove
special-case make rule
2.) Cleanups, remove superfluous expicit rules, add -nostdlib to LDFLAGS,
    remove -X and -g, remove -g from CFLAGS
3.) Add BINDIR
4.) Build install the loader help file, add an empty help.sparc64
5.) Change the default configuration to only support booting from disk
6.) Get libofw.a from a path relative ${.OBJDIR}, not ${.CURDIR}

Submitted by:	jake (1 - 5), obrien (6)
2002-04-02 17:08:37 +00:00
..
help.sparc64 1.) Rename locore.s to locore.S (by repocopy), to be able to remove 2002-04-02 17:08:37 +00:00
locore.S Keep track of the ttes used to map the kernel and pass them to it as loader 2002-02-23 11:06:37 +00:00
main.c Add support for booting from CD-ROM. Make it possible to enable UFS 2002-04-01 23:28:35 +00:00
Makefile 1.) Rename locore.s to locore.S (by repocopy), to be able to remove 2002-04-02 17:08:37 +00:00
metadata.c Keep track of the ttes used to map the kernel and pass them to it as loader 2002-02-23 11:06:37 +00:00