summaryrefslogtreecommitdiff
path: root/sys/boot/arc/lib/module.c
Commit message (Collapse)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.John Baldwin2006-05-111-49/+0
| | | | Notes: svn path=/head/; revision=158458
* Convert to __FBSDID.David E. O'Brien2004-01-041-2/+3
| | | | Notes: svn path=/head/; revision=124140
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* The ARC BIOS / AlphaBIOS specific primary boot loader. This code is theStefan Eßer1999-07-281-0/+48
result of a joined effort with parts contributed by Doug Rabson, Warner Losh and Stefan Esser (hope I did not forget anybody). Part of the sources is obtained from NetBSD with modifications. This code is work in progress: As of the time of the initial import, a loader.exe executable is built, which can be loaded on an Alpha with NT only firmware, but no attempt is made to switch to OSF PAL code as required to start an actual kernel. Notes: svn path=/cvs2svn/branches/SE/; revision=49187