summaryrefslogtreecommitdiff
path: root/sys/conf/ldscript.alpha
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.6.2_cvscvs2svn2002-08-141-1/+1
| | | | | | | 'RELENG_4_6_2_RELEASE'. This commit was manufactured to restore the state of the 4.6.2-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* MFC: Export the compiled-in KERNBASE to the symbol table so that thingsPeter Wemm2001-09-201-2/+2
| | | | | | | | | | | like ps and libkvm can adapt to kernels compiled at a different location. Also, reduce magic number usage in ldscript.* files. This gets us to the point where a simple config(8) option could be used to change the KVM size on i386. Notes: svn path=/stable/4/; revision=83717
* Add $FreeBSD$Peter Wemm2000-01-111-4/+4
| | | | | | | | Make the alpha linker script more like the i386 version - delete the /usr/local and egcs directories Notes: svn path=/head/; revision=55825
* Lots of changes, including:Doug Rabson1998-08-101-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) Notes: svn path=/head/; revision=38215
* Change load address to 0xfffffc0000300000 to help support AS200.Doug Rabson1998-07-301-1/+1
| | | | Notes: svn path=/head/; revision=37970
* Linker script for alpha kernel.Doug Rabson1998-07-151-0/+133
Notes: svn path=/head/; revision=37684