Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Have the linker provide the btext symbol when referenced. This is needed | marcel | 2004-08-27 | 1 | -0/+1 |
| | | | | | for profiling kernels. Apparently, nobody has ever tried to build one on alpha... | ||||
* | Don't override the standard SYSTEM_LD setting from kern.pre.mk. | ru | 2004-02-13 | 1 | -1/+1 |
| | | | | Instead, use the linker script to record the correct entry point. | ||||
* | Use the new freebsd output format from Binutils 2.13.1. | obrien | 2002-10-11 | 1 | -1/+1 |
| | |||||
* | Use the kernbase symbol exported from locore.o instead of hardcoded magic | peter | 2001-09-20 | 1 | -2/+2 |
| | | | | numbers. | ||||
* | Add $FreeBSD$ | peter | 2000-01-11 | 1 | -4/+4 |
| | | | | | Make the alpha linker script more like the i386 version - delete the /usr/local and egcs directories | ||||
* | Lots of changes, including: | dfr | 1998-08-10 | 1 | -2/+1 |
| | | | | | | | | | | * Support for AlphaStation 200, 250, 255, 400 * Untested support for UDB, Multia, AXPpci33 (Noname) * Support for Personal Workstation 433a/433au, 500a/500au, 600a/600au (Miata) * Some minor fixes and improvements to interrupt handling. Submitted by: Andrew Gallatin <gallatin@cs.duke.edu> (AS200, Miata) Obtained from: NetBSD (some code for AS200, Miata, Noname) | ||||
* | Change load address to 0xfffffc0000300000 to help support AS200. | dfr | 1998-07-30 | 1 | -1/+1 |
| | |||||
* | Linker script for alpha kernel. | dfr | 1998-07-15 | 1 | -0/+133 |