NetBSD/sys/arch/news68k
thorpej 071aed40ac A foolish consistency; most parts of the kernel use bp->b_data, so
change these from bp->b_un.b_addr to bp->b_data, as well.  This also
allows us more flexibility to experiment with other data buffer types
hung off of struct buf.
2000-05-19 18:54:22 +00:00
..
compile
conf Add "install" target, so "make install" after building the kernel 2000-05-09 00:56:21 +00:00
dev Use proper virtual address for some devices. 2000-04-07 12:09:30 +00:00
include Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This file 2000-04-29 03:31:45 +00:00
news68k A foolish consistency; most parts of the kernel use bp->b_data, so 2000-05-19 18:54:22 +00:00
stand Use "${OBJCOPY} -O binary" to strip a.out header. 2000-04-13 14:44:02 +00:00
Makefile