NetBSD/sys/arch/i386
christos 0fcf083702 Add loadfile.c (stolen from Jason's alpha/stand/common/loadfile.c)
loadfile.h contains macros that are supposed to be MD, but loadfile.c is now MI.
Fixes:
- a.out support
- pass information values via an array not global variables
- don't assume that you can access memory directly.
- remove MD parts
- remove some printfs.
XXX:  loadfile.c needs to be moved somewhere where other ports can use it.
XXX2: read() routines on the i386 don't appear to set errno on failure.
1999-01-28 20:18:31 +00:00
..
bioscall config file for BIOSCALL assym.h 1998-08-31 23:53:30 +00:00
compile
conf Add ELF bits. -N does not work, because ld does not compute the correct 1999-01-28 20:04:54 +00:00
eisa EISA and PCI do not require bouncing; specify a bounce threshold of 0. 1998-06-03 06:35:49 +00:00
i386 Use btinfo_symtab to find the symbol table if it is available. 1999-01-28 20:06:31 +00:00
include Add btinfo_symtab, to pass symbol table information. 1999-01-28 20:10:55 +00:00
isa Add a missing _C_LABEL(). Now an ELF kernel builds (if one removes the 1999-01-26 14:28:05 +00:00
pci defopt PCI_CONF_MODE 1999-01-28 12:43:13 +00:00
stand Add loadfile.c (stolen from Jason's alpha/stand/common/loadfile.c) 1999-01-28 20:18:31 +00:00
Makefile (mostly) fix kernel tags support. from Frederick Bruckman in pr-6445. 1998-11-15 20:36:30 +00:00